Skip to content

feat: add language selection

Norbel Ambanumben requested to merge issues/9156 into master

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.
. . .
Screenshot_20240923_191116 Screenshot_20240923_191143 Screenshot_20240923_191151
Screenshot_20240923_191210 Screenshot_20240923_191222 Screenshot_20240923_191237

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

Loading