-
Notifications
You must be signed in to change notification settings - Fork 7
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
Document how to update translations #37
Comments
Depending on the way those strings are created, it would be great if this could be refactored to use JS template literals, which would make the whole thing easier to read, get rid of the |
I agree, updating the English translations does not have an ideal method. For now I am using a JSON.parse web tool and converting it back to a string. This is all for making the translation files compatible with transifex For other languages, use transifex to update the translations.
Do you have a suggested approach for this that also allows it to work with transifex? Thanks. |
Do we have to update the strings like
docs/src/translations/en-us.json
Line 31 in 4218de8
Please add some docs that explain how to update the files.
The text was updated successfully, but these errors were encountered: