From 6c90e74712f0a596673550713ea9e86644bae8b0 Mon Sep 17 00:00:00 2001 From: shimingxy Date: Mon, 29 Sep 2025 16:25:03 +0800 Subject: [PATCH] English abbr EN --- .../maxkey-web-app/src/app/core/i18n/i18n.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maxkey-web-frontend/maxkey-web-app/src/app/core/i18n/i18n.service.ts b/maxkey-web-frontend/maxkey-web-app/src/app/core/i18n/i18n.service.ts index 668c5df8b..a369348f0 100644 --- a/maxkey-web-frontend/maxkey-web-app/src/app/core/i18n/i18n.service.ts +++ b/maxkey-web-frontend/maxkey-web-app/src/app/core/i18n/i18n.service.ts @@ -54,7 +54,7 @@ const LANGS: { [key: string]: LangConfigData } = { zorro: zorroZhCN, date: dfZhCn, delon: delonZhCn, - abbr: 'πŸ‡¨πŸ‡³' + abbr: 'CN' }, 'zh-TW': { text: '繁体中文', @@ -70,7 +70,7 @@ const LANGS: { [key: string]: LangConfigData } = { zorro: zorroEnUS, date: dfEn, delon: delonEnUS, - abbr: 'πŸ‡¬πŸ‡§' + abbr: 'EN' } };