diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-07 16:50:41 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-07 16:50:41 +0900 |
| commit | d035a43ed679927782cf59c9c8ca6f7e52bd62b3 (patch) | |
| tree | 7af8beba544cc1033a555cb33e97a328aaf3b70e | |
| parent | Update issue templates (diff) | |
| parent | Update index.js (diff) | |
| download | misskey-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.js | 1 |
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), {}); |