You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The i18n libs have resources in which the keys === their values.
{
..."Add Application": "Add Application",
"Applications": "Applications",
"Are you sure you want to delete this application?": "Are you sure you want to delete this application?",
...
}
Impact
Hard to reuse keys as they are long, many times phrases.
Ideal future situation
Short, compact keys.
Implementation options
Submit the resources to an LLM to produce shorter keys.
The text was updated successfully, but these errors were encountered:
Current situation
The i18n libs have resources in which the keys === their values.
Impact
Hard to reuse keys as they are long, many times phrases.
Ideal future situation
Short, compact keys.
Implementation options
Submit the resources to an LLM to produce shorter keys.
The text was updated successfully, but these errors were encountered: