feat: add language selection
Closses #9156 (closed)
Proposed Changes
- Add option to change language in Advanced Settings.
- Implement fragment to display language options
- Set up
locales_config
to display language selection in phone settings.
. | . | . |
---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
NOTE : Cannot match desktop UI. Android uses a resource qualifier system to select the appropriate resources based on a device's locale. Simply using "es" for all Spanish speakers would ignore the linguistic diversity within the language. We currently have "es-AR" and "es-CU" in addition. When we have es-DO , es-PA , es-PR the system falls back to es
. Same rule applies to de, de_DE,de_**
Action items
-
Update list of supported languages to only include languages with enough translated strings to count as proper translation.
Merge request reports
Activity
added 13 commits
-
369fa4ac...e15787e8 - 4 commits from branch
master
- d691d1fa - feat: add language selection
- 80035b3c - chore: update implementation based on review
- eebe5de0 - chore: move translation to drawer
- addfaa0d - chore: update view to include system language
- 0702cd42 - chore: update language selection
- 80c394fb - chore: update language selection
- 9df96cb8 - chore: update icon color
- ae401a61 - remove display language array
- 2e4f006a - change language sorting
Toggle commit list-
369fa4ac...e15787e8 - 4 commits from branch
mentioned in merge request !305 (closed)
Please register or sign in to reply