-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Developer Experience for i18n Configuration #8736
Comments
@gigincg i want to work on this issue .could you please assign me this task? |
@anandaashish74711 We have moved to i-8n ally to solve this. If you have a better solution, please suggest your solution here. Happy to assign the issue if a better solution is available |
@gigincg ,I saw someone is working on the point 1 of Task ,can I start to work on the point 2 (vs code extension) |
@i0am0arunava Please read through all comments in an issue when you have intent to take it up. Task 2 has been solved with i18n ally. You need to comment a better solution if you want to take it up. Personal Note: This is issue requires a bit of research and is better suited for a seasoned dev. |
@gigincg ,Solving this issue is really challenging, so why was it tagged as a "good first issue"? |
i would like to work on this issue |
unassigning due to no activity |
@rithviknishad @gigincg Can you assign me this issue? I would like like to work on this . |
Please go through the comments before requesting to be assigned |
@gigincg I am studying the issue and looking for a better solution. If a better solution is available, I will let you know. |
Checkout this issue btw: #9820 |
Objective
Enhance the developer experience when working with internationalization (i18n) in Care by consolidating locale files and implementing a VS Code extension for easier management of translations.
Tasks
Merge Multiple JSON Files into One File per Locale
en.json
,es.json
, etc., containing all translations for each language.Improve Dev Experience for i18n Management
a. Quick search for existing translations within the current locale file.
b. Easy creation of new translation keys directly from the code editor.
c. Automatic insertion of newly created keys into the appropriate locale file(s).
Acceptance Criteria
Additional Notes
i18next-parser
to automatically extract translation keys from the codebase.The text was updated successfully, but these errors were encountered: