mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-03-12 03:47:29 -04:00
With this, it was leaving the app's locale set to the last language on the LOCALES_TO_TEST list, which is 'zu' (Zulu). For some dialogs, it was actually using that locale, so showing OK/Cancel in Zulu despite the app being in a different language. #943