summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-06-23 21:38:31 +0200
committerGitHub2018-06-23 21:38:31 +0200
commit87824d21e82237d205b2d109516214c1f4d40c38 (patch)
tree5e8fac4e9f9b7253750c88136bde1b6e670529c5
parent8fe26988d159b8ad3970f54f256245cece3efce5 (diff)
parent47b18ada765271853ce512ff7511aa0abda206ac (diff)
Merge pull request #852 from SISheogorath/remove/unusedLang
Remove unused zh.json from repo
Diffstat (limited to '')
-rw-r--r--app.js2
l---------locales/zh.json1
2 files changed, 1 insertions, 2 deletions
diff --git a/app.js b/app.js
index 772073b0..fcb5305c 100644
--- a/app.js
+++ b/app.js
@@ -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