Skip to content

Commit

Permalink
Merge pull request #101 from daweilv/master
Browse files Browse the repository at this point in the history
feat: Replace "Chinese (Simplified)" with "中文 (简体)","Chinese (Traditional)" with "中文 (繁体)"
  • Loading branch information
i7eo committed Mar 28, 2024
2 parents b64007e + ba3f5ed commit 199c7d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-colts-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@google-translate-select/constants": patch
---

feat: Replace "Chinese (Simplified)" with "中文 (简体)","Chinese (Traditional)" with "中文 (繁体)"
4 changes: 2 additions & 2 deletions packages/constants/src/web/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ export const GOOGLE_TRANSLATE_SELECT_LANGUAGES: Language[] = [
},
{
code: 'zh-CN',
name: 'Chinese (Simplified)',
name: '中文 (简体)',
cname: '中文 (简体)',
ename: 'Chinese (Simplified)',
},
{
code: 'zh-TW',
name: 'Chinese (Traditional)',
name: '中文 (繁体)',
cname: '中文 (繁体)',
ename: 'Chinese (Traditional)',
},
Expand Down

0 comments on commit 199c7d6

Please sign in to comment.