Skip to content

Commit

Permalink
feat(suite): make chinese simplified community lng
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavProchazka committed Sep 28, 2024
1 parent f86932b commit d83d203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/suite/src/config/suite/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const LANGUAGES = {
tr: { name: 'Türkçe', en: 'Turkish', type: 'official' },
uk: { name: 'Українська', en: 'Ukrainian', type: 'community' },
vi: { name: 'Tiếng Việt', en: 'Vietnamese' },
'zh-CN': { name: '中文(简体)', en: 'Chinese Simplified' },
'zh-CN': { name: '中文(简体)', en: 'Chinese Simplified', type: 'community' },
[TRANSLATION_PSEUDOLANGUAGE]: { name: 'TRANSLATION', en: 'TRANSLATION' },
} as const;

Expand Down

0 comments on commit d83d203

Please sign in to comment.