From a885552b9e7e6c57802581e16461bce14353a06c Mon Sep 17 00:00:00 2001 From: Tom De Moor Date: Thu, 7 Dec 2023 15:18:53 +0100 Subject: [PATCH] promoting Simplified Chinse from Alpha to Beta across the platform (#2926) Co-authored-by: Tom De Moor --- i18n/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/i18n.ts b/i18n/i18n.ts index 13bcc555..d63b4c01 100644 --- a/i18n/i18n.ts +++ b/i18n/i18n.ts @@ -149,7 +149,7 @@ export const languages: Record = { }, 'zh-CN': { value: 'zh-CN', - name: '中文 (简体)', + name: '中文 (简体) (Beta)', order: 19, url: zhCN, },