mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add Chinese Traditional (zh-TW) locale and translations
This commit is contained in:
parent
b814c1d5d1
commit
c8191a899b
6 changed files with 179 additions and 2 deletions
|
|
@ -3,7 +3,8 @@
|
|||
<locale android:name="en"/> <!-- English (ultimate fallback locale) -->
|
||||
<locale android:name="bg"/> <!-- Bulgarian -->
|
||||
<locale android:name="cs"/> <!-- Czech -->
|
||||
<locale android:name="zh"/> <!-- Chinese -->
|
||||
<locale android:name="zh-CN"/> <!-- Chinese Simplified -->
|
||||
<locale android:name="zh-TW"/> <!-- Chinese Traditional -->
|
||||
<locale android:name="de"/> <!-- German -->
|
||||
<locale android:name="es"/> <!-- Spanish (Spain) -->
|
||||
<locale android:name="fr"/> <!-- French (France) -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue