-
Notifications
You must be signed in to change notification settings - Fork 276
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
localization support #32
Comments
@cpg If it's fine I can help with hindi. Thanks |
clarification. this task is NOT about translation (though that is appreciated), but about supporting localization and outlining the process for others to easily produce localizations. |
Well android already provides localisation support. Instead of hardcoding the strings we put them in the strings.xml(which already has been done). What we need to do is create more strings.xml like /values-hi/strings.xml for hindi /values-ja/strings.xml for japanese and so on. For more details we can have a look at the android docs. https://developer.android.com/training/basics/supporting-devices/languages.html |
@cpg I think this issue can be closed. |
@cpg You could use a localisation platform so that people with no coding experience can easily translate the strings to their native language. These are a few I've used: Transifex (https://www.transifex.com) and Lokalise (https://lokalise.co). Both offer a free plan for open source projects. |
Sir, is this issue is open till now???? |
Closing favor #548 |
this task is to enable the app to become fully localization available, including directions for translators on easily providing a new locale.
i can translate to spanish. some related strings that may be useful here are available in the platform locale strings.
The text was updated successfully, but these errors were encountered: