blissd / fotema

Photo gallery for Linux
29 stars 6 forks source link

When my regional language is German I still see English text #55

Closed blissd closed 1 month ago

blissd commented 1 month ago

If I run Fotema with de as the language code it works as expected:

LANG=de flatpak run app.fotema.Fotema

But... if I change my GNOME session region language to German, then it doesn't run with de, but with de_DE, which results in English being used. I would have expected de_DE to fallback to de, but clearly I have something incorrect. I'll see if I can figure the language fallback logic and fix it in a future release.