Goal
Extend the app's multilanguage support beyond English and German. Add new languages and complete translation coverage for all screens and features.
Current State
full translation
- β
English β full coverage (default)
Wanted Languages
Priority languages:
Other languages welcome!
Tasks
Translation Work
Code Improvements
Documentation (example /docs/EN/ )
How to Contribute
- Pick a language you're fluent in
- Copy
res/values/strings.xml to res/values-XX/strings.xml
- Translate all strings (keep the
name attributes unchanged)
- Submit a PR with your translations
- Native speakers welcome for review!
String File Location
app/src/main/res/
βββ values/
β βββ strings.xml # English (default)
βββ values-de/
β βββ strings.xml # German
βββ values-fr/
β βββ strings.xml # French (to be added)
βββ ...
Notes
- Keep translations concise (UI space is limited on mobile)
- Aviation terms should match standard terminology in each language
- When unsure, add a comment in the PR for discussion
Goal
Extend the app's multilanguage support beyond English and German. Add new languages and complete translation coverage for all screens and features.
Current State
full translation
Wanted Languages
Priority languages:
values-es) Thanks! https://github.com/Ferinjoquevalues-zh-rCN) Thanks! https://github.com/Dawn3901values-fr)values-pt)values-ru)values-ja)values-ar)values-hi)values-ko)values-it)values-tr)values-nl)values-pl)values-in)values-vi)values-th)values-uk)values-zh-rTW)values-cs)values-el)values-sv)values-no)values-da)values-fi)Other languages welcome!
Tasks
Translation Work
Code Improvements
strings.xmlDocumentation (example /docs/EN/ )
How to Contribute
res/values/strings.xmltores/values-XX/strings.xmlnameattributes unchanged)String File Location
Notes