summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-03-07 16:50:41 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-03-07 16:50:41 +0900
commitd035a43ed679927782cf59c9c8ca6f7e52bd62b3 (patch)
tree7af8beba544cc1033a555cb33e97a328aaf3b70e
parentUpdate issue templates (diff)
parentUpdate index.js (diff)
downloadmisskey-d035a43ed679927782cf59c9c8ca6f7e52bd62b3.tar.gz
misskey-d035a43ed679927782cf59c9c8ca6f7e52bd62b3.tar.bz2
misskey-d035a43ed679927782cf59c9c8ca6f7e52bd62b3.zip
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
-rw-r--r--locales/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/locales/index.js b/locales/index.js
index 2fdf5aec05..58465ab2d8 100644
--- a/locales/index.js
+++ b/locales/index.js
@@ -28,6 +28,7 @@ const languages = [
const primaries = {
'ja': 'JP',
+ 'zh': 'CN',
};
const locales = languages.reduce((a, c) => (a[c] = yaml.safeLoad(fs.readFileSync(`${__dirname}/${c}.yml`, 'utf-8')) || {}, a), {});