From be233c24b2837738b37709aaf100afa14f0957bf Mon Sep 17 00:00:00 2001 From: "Thomas \"ajnart\" Camlong" Date: Fri, 16 Sep 2022 09:36:13 +0900 Subject: [PATCH] Fix chinese translation --- data/configs/default.json | 2 +- next-i18next.config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/configs/default.json b/data/configs/default.json index 07dfe37b0..3f2acea0d 100644 --- a/data/configs/default.json +++ b/data/configs/default.json @@ -17,4 +17,4 @@ "enabled": true } } -} +} \ No newline at end of file diff --git a/next-i18next.config.js b/next-i18next.config.js index c0f90fcf1..c0d83f7a5 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -18,6 +18,7 @@ module.exports = { 'sl', 'sv', 'uk', + 'zh', ], fallbackLng: 'en', localeDetection: true,