diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-05 08:39:12 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-05 08:39:12 +0900 |
| commit | d765a43166275bfcafb22706dcbb66c04fa9eb35 (patch) | |
| tree | 4659ed92c0fd4feb1692783434344afcff1b69e7 | |
| parent | New Crowdin translations (#5793) (diff) | |
| download | misskey-d765a43166275bfcafb22706dcbb66c04fa9eb35.tar.gz misskey-d765a43166275bfcafb22706dcbb66c04fa9eb35.tar.bz2 misskey-d765a43166275bfcafb22706dcbb66c04fa9eb35.zip | |
Update supported locales
| -rw-r--r-- | locales/index.js | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/locales/index.js b/locales/index.js index 749a3e0e13..03abeb2576 100644 --- a/locales/index.js +++ b/locales/index.js @@ -14,19 +14,19 @@ const merge = (...args) => args.reduce((a, c) => ({ }), {}); const languages = [ - /*'cs-CZ', - 'da-DK', - 'de-DE', + //'cs-CZ', + //'da-DK', + //'de-DE', 'en-US', 'es-ES', - 'fr-FR',*/ + //'fr-FR', 'ja-JP', - /*'ja-KS', + //'ja-KS', 'ko-KR', - 'nl-NL', - 'pl-PL', - 'zh-CN', - 'zh-TW',*/ + //'nl-NL', + //'pl-PL', + //'zh-CN', + //'zh-TW', ]; const primaries = { |