thunder icon indicating copy to clipboard operation
thunder copied to clipboard

Fallback language

Open Offerel opened this issue 1 year ago • 0 comments

Bug Description

Im currently on fill some missing language patterns for german in your app, because a lot of strings are untranslated. However it seems that the app not always falls back to english for the missing strings. For example the middle button "account", in the main bottom bar has no string, when selected "german" as language. Switching to english, reveaks "Account" as string.

I don't know if other places exist, where this is the case. It's complicated to search for things, which are not there.

Expected Behaviour

Fall back to english string, when local string isn't available.

Steps to Reproduce

  1. Switch app to german (de)
  2. Check bottom bar
  3. Button "Account" string is empty
  4. Switch to english (en)
  5. Check bottom bar
  6. Button "Account" hasvstring "Account"

Additional Context

Screenshot_20241212_200539_Thunder

App Version

0.6.0.3

Device

S23

OS

Android 14

Offerel avatar Dec 12 '24 19:12 Offerel