Update i18n.service.ts

This commit is contained in:
shimingxy
2025-09-29 16:26:07 +08:00
parent 6c90e74712
commit cc5b780c03

View File

@@ -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'
}
};