From 8baf90b39ad014837b10269812b815a047e46af7 Mon Sep 17 00:00:00 2001 From: taotieren Date: Fri, 12 Feb 2021 11:28:01 +0800 Subject: [PATCH] Update Simplified Chinese translation --- app/client/src/config/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/config/i18n.ts b/app/client/src/config/i18n.ts index 71c14f3..5a86867 100644 --- a/app/client/src/config/i18n.ts +++ b/app/client/src/config/i18n.ts @@ -23,7 +23,7 @@ i18n saveMissingTo: 'all', fallbackLng: 'en', // TODO: to generate missing keys use false as value here, will be useful when custom nodejs server is created to store missing values debug: false, // change to true to see debug message logs in browser console - whitelist: ['en', 'ru', 'ua'], + whitelist: ['en', 'ru', 'ua', 'zh_CN'], backend: { // path where resources get loaded from