From 02a63cdcb3f056a0c7b7fbc200b8aa42a37848e4 Mon Sep 17 00:00:00 2001 From: "Acid Chicken (硫酸鶏)" Date: Thu, 7 Mar 2019 16:43:16 +0900 Subject: Update index.js --- locales/index.js | 1 + 1 file changed, 1 insertion(+) 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), {}); -- cgit v1.2.3-freya