diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-10 20:29:44 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-10 20:29:44 +0900 |
| commit | f30513b20b2dc1c7aecaa329e7b4e50793373573 (patch) | |
| tree | c735379431fe9ecef431f8966a44c9b3ba4bc040 | |
| parent | 12.6.0 (diff) | |
| download | misskey-f30513b20b2dc1c7aecaa329e7b4e50793373573.tar.gz misskey-f30513b20b2dc1c7aecaa329e7b4e50793373573.tar.bz2 misskey-f30513b20b2dc1c7aecaa329e7b4e50793373573.zip | |
Fix #5902
| -rw-r--r-- | locales/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/index.js b/locales/index.js index 03abeb2576..f965d91eef 100644 --- a/locales/index.js +++ b/locales/index.js @@ -25,7 +25,7 @@ const languages = [ 'ko-KR', //'nl-NL', //'pl-PL', - //'zh-CN', + 'zh-CN', //'zh-TW', ]; |