Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
update chinese simplified and traditional display names (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Domingue authored Aug 10, 2021
1 parent ff6bd38 commit bd8192c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ export const LOCALE_LABEL: { [locale in SupportedLocale]: string } = {
'tr-TR': 'Türkçe',
'uk-UA': 'Український',
'vi-VN': 'Tiếng Việt',
'zh-CN': '中文 ( 中国 )',
'zh-TW': '中文 ( 台灣 )',
'zh-CN': '简体中文',
'zh-TW': '繁体中文',
}

0 comments on commit bd8192c

Please sign in to comment.