wger-project / flutter

Flutter fitness/workout app for wger
GNU Affero General Public License v3.0
571 stars 244 forks source link

Feature request: Add an option to change language #439

Open 0scvr opened 1 year ago

0scvr commented 1 year ago

Use case

I can't be the only one who's phone isn't set to english but wants to see the app in english.

Proposal

Should add an option in the settings to change the language used throughout the app. By default the app should use the same a system language.

shubham3246 commented 1 year ago

Can I be assigned on this?

rolandgeider commented 1 year ago

Hi @shubham3246 ! Sure, go ahead

shubham3246 commented 1 year ago

Thanks.

shubham3246 commented 1 year ago

Hey @rolandgeider i have added the language change option in settings screen but i dont know how to write tests for it.

SeriousM commented 4 months ago

Hi!I have my phone in english but want to see the app in german. @shubham3246, is your change still in progress? It sounds like the cange is already done.

SeriousM commented 4 months ago

For everyone who needs the language changed and has a android 13+:

adb shell settings put global settings_app_locale_opt_in_enabled false This will allow change the language of every app on the phone, not just the ones that officially support it. https://old.reddit.com/r/Android/comments/wrlgh2/how_to_make_every_app_appear_in_android_13s_new/

works with wger without issues.