Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(i18n): rename language name formats consistent
  • Loading branch information
sangyuxiaowu committed Aug 6, 2022
commit 9c922aa61722d4ecd5dc52798a1a17fa875e72d9
2 changes: 1 addition & 1 deletion src/main/services/i18n/language.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const language = {
en: 'English',
es_ES: 'Español',
pt_BR: 'Português do Brasil',
pt_BR: 'Português (Brasil)',
ru: 'Русский',
zh_CN: '中文 (简体)',
zh_TW: '中文 (繁體)',
Expand Down