diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-03-07 16:43:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-07 16:43:16 +0900 |
| commit | 02a63cdcb3f056a0c7b7fbc200b8aa42a37848e4 (patch) | |
| tree | baad5ea28e93b62e03cca529f45b11a4318bf276 | |
| parent | Resolve #4437 (diff) | |
| download | misskey-02a63cdcb3f056a0c7b7fbc200b8aa42a37848e4.tar.gz misskey-02a63cdcb3f056a0c7b7fbc200b8aa42a37848e4.tar.bz2 misskey-02a63cdcb3f056a0c7b7fbc200b8aa42a37848e4.zip | |
Update index.js
| -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), {}); |