]> Untitled Git - lemmy-ui.git/commitdiff
Revert "Splitting out chinese region translations."
authorDessalines <tyhou13@gmx.com>
Tue, 22 Sep 2020 15:23:22 +0000 (10:23 -0500)
committerDessalines <tyhou13@gmx.com>
Tue, 22 Sep 2020 15:23:22 +0000 (10:23 -0500)
This reverts commit 33d54d31a0dcc32ccb880cec72f8d173bc101e8c.

lemmy-translations
src/shared/i18next.ts
src/shared/utils.ts

index d1f0e61b0269d5c30c61eccab05353070e1d3fd9..fcb7155d1214e387744c22f844c20b29077b0ff3 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d1f0e61b0269d5c30c61eccab05353070e1d3fd9
+Subproject commit fcb7155d1214e387744c22f844c20b29077b0ff3
index 263a0fa0de99d93a99b7ed0f59b5ac69622b4a8b..3657da33b10c044ed9d749bad335022ec3c6d04b 100644 (file)
@@ -9,9 +9,7 @@ import { de } from './translations/de';
 import { fr } from './translations/fr';
 import { sv } from './translations/sv';
 import { ru } from './translations/ru';
-import { zh_CN } from './translations/zh_CN';
-import { zh_TW } from './translations/zh_TW';
-import { zh_HK } from './translations/zh_HK';
+import { zh } from './translations/zh';
 import { nl } from './translations/nl';
 import { it } from './translations/it';
 import { fi } from './translations/fi';
@@ -41,9 +39,7 @@ const resources = {
   ka,
   hi,
   de,
-  zh_CN,
-  zh_TW,
-  zh_HK,
+  zh,
   fr,
   sv,
   ru,
index 3fda5bbad500324a28bf9526bb9ae35b4600e85b..0e9f3a12b62c362b368fba7f4e58e5d2897b1d24 100644 (file)
@@ -104,9 +104,7 @@ export const languages = [
   { code: 'ja', name: '日本語' },
   { code: 'pl', name: 'Polski' },
   { code: 'pt_BR', name: 'Português Brasileiro' },
-  { code: 'zh_CN', name: '中文' },
-  { code: 'zh_TW', name: '臺灣華語' },
-  { code: 'zh_HK', name: '廣東話' },
+  { code: 'zh', name: '中文' },
   { code: 'fi', name: 'Suomi' },
   { code: 'fr', name: 'Français' },
   { code: 'sv', name: 'Svenska' },