JT
Jul Thesims
String Resource Manager - Copy this React, Tailwind Component to your project
Admin panel page for management of string resources, where a user can see string keys and assign them values in different pre defined languages for desktop. Some strings contain variables that will be parsed elsewhere, so the editable part must be around such variables. For example, in a string "Only ##TICKET_NUM## left for this date" the ##TICKET_NUM## must be read only and the rest editable. language may be many, so they must be a row per language, not columns, so it takes up vertical space. ##TICKET_NUM## variables may be movable to certain cursor positions to place it correctly.
Prompt
