Skip to content

Commit

Permalink
fix: move Taiwanese translations to correct file (#1864)
Browse files Browse the repository at this point in the history
This (hopefully) fixes #1857.

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.

UDENG-5307
  • Loading branch information
d-loose authored Nov 19, 2024
2 parents 4ab6205 + 2782cf4 commit 6c6a0d9
Show file tree
Hide file tree
Showing 2 changed files with 478 additions and 479 deletions.
Loading

0 comments on commit 6c6a0d9

Please sign in to comment.