In our other Flutter applications, where this works correctly, the zh_Hant language code for traditional Chinese (weblate) is mapped to zh_TW arb files (repository). For the app-center it seems like a zh_Hant arb file was created by weblate, which isn't supported by our current localization setup. So deleting the empty zh_TW file and renaming the existing file with the Taiwanese translations zh_Hant -> zh_TW should fix the issue.
This (hopefully) fixes #1857.
In our other Flutter applications, where this works correctly, the
zh_Hant
language code for traditional Chinese (weblate) is mapped tozh_TW
arb files (repository). For the app-center it seems like azh_Hant
arb file was created by weblate, which isn't supported by our current localization setup. So deleting the emptyzh_TW
file and renaming the existing file with the Taiwanese translationszh_Hant
->zh_TW
should fix the issue.UDENG-5307