Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[RFE] Simplify the keys for the i18n resources #963

Open
ErvinRacz opened this issue Mar 6, 2025 · 0 comments
Open

[RFE] Simplify the keys for the i18n resources #963

ErvinRacz opened this issue Mar 6, 2025 · 0 comments

Comments

@ErvinRacz
Copy link
Contributor

Current situation

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant