18 lines
687 B
Markdown
18 lines
687 B
Markdown
### Tanslation language
|
|
<!--- add your translation locale here -->
|
|
|
|
### Translation checklist
|
|
|
|
<!---
|
|
Translations are done by translating the base string resources (English) under:
|
|
|
|
/app/src/main/res/values/strings.xml
|
|
|
|
You can translate most conveniently using Android Studio's XML editor, but your preferred XML text editor works too. Explore this guide from Helpshift for Android to learn more about translation strings (https://developers.helpshift.com/android/i18n/)
|
|
-->
|
|
|
|
- [ ] Provide the translated strings inside strings.xml under the appropriate folder.
|
|
- [ ] Used the correct locale code (en-US, en-GB, de, es, fr...)
|
|
- [ ] Named the folder correctly (values-[locale-code])
|
|
|