-
Notifications
You must be signed in to change notification settings - Fork 80
Localize / translate the app to other locales #26
Comments
Hi @lifehome! You're welcome to do the translation and I will happily include it. But honestly this project is quite new at this point, so there are only very few strings that need to be translated at this point. Some strings might also change before I release. Are you familiar with how translation on Android works? If not, check this page in the Android documentation. The strings for Quill are in https://github.com/vickychijwani/quill/blob/master/app/src/main/res/values/strings.xml. Of these, some strings don't need to be translated: app_name and lorem_ipsum. |
@vickychijwani why not use |
@pareshchouhan sorry for the incredibly late reply -- I actually wanted to defer a localization effort until strings in the app were stable. Now looks like a good time. Are you still interested in taking this up? A system like weblate would surely help 😄 Meanwhile @dexafree has generously offered to help with the Spanish translation (thanks!) |
Yep still up for it :)
|
I've already made my PR for the Spanish translations: #138 The build is failing, but I've now realized that the main build also fails, so it's not an issue of my PR. |
@dexafree Oh now I see why the CI build is failing. It's because CircleCI doesn't inject environment variables into triggered made via PRs (it's a security risk). The main build itself is fine. I'm just going to merge your PR and fix the CI setup later. |
@pareshchouhan I've moved all untranslatable strings to a separate file, |
Update: Translations can also be contributed via Weblate now! See the getting started instructions in the README. This should make the translation process smoother, so if anyone's interested, feel free to jump in 😃 |
I could do English <-> Traditional Chinese (Hong Kong) translation, but dunno where to start off, any idea?
The text was updated successfully, but these errors were encountered: