feat(mobile) Add zh-TW.json for Traditional Chinese Language Support (#9046)

* Create zh-TW.json for Traditional Chinese Language Support

zh-TW for Traditional Chinese (Used in Taiwan and Hong Kong)

* Update zh-TW.json for missed translation.

Update missed translation at line 25.

* add zh-TW to localizely

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
hdlineage
2024-04-24 11:28:47 -04:00
committed by GitHub
parent 2593110219
commit 1e004611e4
3 changed files with 521 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ const Map<String, Locale> locales = {
'Catalan (ca_CA)': Locale('ca', 'CA'),
'Chinese (zh_CN)': Locale('zh', 'CN'),
'Chinese Simplified (zh_Hans)': Locale('zh', 'Hans'),
'Chinese TW (zh_TW)': Locale('zh', 'TW'),
'Czech (cs_CZ)': Locale('cs', 'CZ'),
'Danish (da_DK)': Locale('da', 'DK'),
'Dutch (nl_NL)': Locale('nl', 'NL'),