From c0d9a8a4464afeeb44488f51f448715c8fb9c92d Mon Sep 17 00:00:00 2001 From: taotieren Date: Sat, 13 Feb 2021 04:04:59 +0800 Subject: [PATCH] Update Simplified Chinese translation --- app/configs/i18next.config.client.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/configs/i18next.config.client.spec.ts b/app/configs/i18next.config.client.spec.ts index 633afa1..8a3db83 100644 --- a/app/configs/i18next.config.client.spec.ts +++ b/app/configs/i18next.config.client.spec.ts @@ -37,7 +37,7 @@ describe('i18next.config.client tests', () => { expectedMap.set('en', 'English'); expectedMap.set('ru', 'Русский'); expectedMap.set('ua', 'Українська'); - expectedMap.set('zh_CN', '简体中文') + expectedMap.set('zh_CN', '简体中文'); const res = getLangISOKeyToLangFullNameMap();