diff options
author | Christoph (Sheogorath) Kern | 2018-06-23 21:38:31 +0200 |
---|---|---|
committer | GitHub | 2018-06-23 21:38:31 +0200 |
commit | 87824d21e82237d205b2d109516214c1f4d40c38 (patch) | |
tree | 5e8fac4e9f9b7253750c88136bde1b6e670529c5 | |
parent | 8fe26988d159b8ad3970f54f256245cece3efce5 (diff) | |
parent | 47b18ada765271853ce512ff7511aa0abda206ac (diff) |
Merge pull request #852 from SISheogorath/remove/unusedLang
Remove unused zh.json from repo
-rw-r--r-- | app.js | 2 | ||||
l--------- | locales/zh.json | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -129,7 +129,7 @@ if (config.csp.enable) { } i18n.configure({ - locales: ['en', 'zh', 'zh-CN', 'zh-TW', 'fr', 'de', 'ja', 'es', 'ca', 'el', 'pt', 'it', 'tr', 'ru', 'nl', 'hr', 'pl', 'uk', 'hi', 'sv', 'eo', 'da', 'ko'], + locales: ['en', 'zh-CN', 'zh-TW', 'fr', 'de', 'ja', 'es', 'ca', 'el', 'pt', 'it', 'tr', 'ru', 'nl', 'hr', 'pl', 'uk', 'hi', 'sv', 'eo', 'da', 'ko'], cookie: 'locale', directory: path.join(__dirname, '/locales'), updateFiles: config.updateI18nFiles diff --git a/locales/zh.json b/locales/zh.json deleted file mode 120000 index 77c7eac5..00000000 --- a/locales/zh.json +++ /dev/null @@ -1 +0,0 @@ -locales/zh-TW.json
\ No newline at end of file |