summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/i18n.jsx4
-rw-r--r--webapp/i18n/zh-CN.json (renamed from webapp/i18n/zh_CN.json)0
-rw-r--r--webapp/i18n/zh-TW.json (renamed from webapp/i18n/zh_TW.json)0
3 files changed, 2 insertions, 2 deletions
diff --git a/webapp/i18n/i18n.jsx b/webapp/i18n/i18n.jsx
index 4eda91198..fd4e42a32 100644
--- a/webapp/i18n/i18n.jsx
+++ b/webapp/i18n/i18n.jsx
@@ -9,8 +9,8 @@ const ko = require('!!file-loader?name=i18n/[name].[hash].[ext]!./ko.json');
const nl = require('!!file-loader?name=i18n/[name].[hash].[ext]!./nl.json');
const pt_BR = require('!!file-loader?name=i18n/[name].[hash].[ext]!./pt-BR.json'); //eslint-disable-line camelcase
const ru = require('!!file-loader?name=i18n/[name].[hash].[ext]!./ru.json');
-const zh_TW = require('!!file-loader?name=i18n/[name].[hash].[ext]!./zh_TW.json'); //eslint-disable-line camelcase
-const zh_CN = require('!!file-loader?name=i18n/[name].[hash].[ext]!./zh_CN.json'); //eslint-disable-line camelcase
+const zh_TW = require('!!file-loader?name=i18n/[name].[hash].[ext]!./zh-TW.json'); //eslint-disable-line camelcase
+const zh_CN = require('!!file-loader?name=i18n/[name].[hash].[ext]!./zh-CN.json'); //eslint-disable-line camelcase
import {addLocaleData} from 'react-intl';
import deLocaleData from 'react-intl/locale-data/de';
diff --git a/webapp/i18n/zh_CN.json b/webapp/i18n/zh-CN.json
index ad35efe10..ad35efe10 100644
--- a/webapp/i18n/zh_CN.json
+++ b/webapp/i18n/zh-CN.json
diff --git a/webapp/i18n/zh_TW.json b/webapp/i18n/zh-TW.json
index 320af58c5..320af58c5 100644
--- a/webapp/i18n/zh_TW.json
+++ b/webapp/i18n/zh-TW.json