Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/locales
diff options
context:
space:
mode:
authortoto6038 <50100922+toto6038@users.noreply.github.com>2022-05-31 14:58:32 +0800
committerGitHub <noreply@github.com>2022-05-31 08:58:32 +0200
commit4448dd2ef40943d4df98f4bc086af940468699b5 (patch)
treeed850638e531e86b029ce2a49c4544165709bda0 /archinstall/locales
parentc75e6a1da3c243126eaf59ee12f0b2464449e5e2 (diff)
Divide Chinese locales into 2 variants (#1290)
Diffstat (limited to 'archinstall/locales')
-rw-r--r--archinstall/locales/languages.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/archinstall/locales/languages.json b/archinstall/locales/languages.json
index c649e346..bf076f94 100644
--- a/archinstall/locales/languages.json
+++ b/archinstall/locales/languages.json
@@ -180,5 +180,6 @@
{"abbr": "yi", "lang": "Yiddish"},
{"abbr": "yo", "lang": "Yoruba"},
{"abbr": "za", "lang": "Zhuang"},
- {"abbr": "zh", "lang": "Chinese"},
- {"abbr": "zu", "lang": "Zulu"}] \ No newline at end of file
+ {"abbr": "zh-TW", "lang": "Traditional Chinese"},
+ {"abbr": "zh-CN", "lang": "Simplified Chinese"},
+ {"abbr": "zu", "lang": "Zulu"}]