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
[refactor] Remove geographic reference from Traditional Chinese langu…
…age name

Changed display name from '繁體中文 (台灣)' to '繁體中文' to maintain neutrality
  • Loading branch information
christian-byrne committed Jul 10, 2025
commit 9f6c429c5680bce7a27756a25df21729ad3a25ca
2 changes: 1 addition & 1 deletion src/constants/coreSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export const CORE_SETTINGS: SettingParams[] = [
options: [
{ value: 'en', text: 'English' },
{ value: 'zh', text: '中文' },
{ value: 'zh-TW', text: '繁體中文 (台灣)' },
{ value: 'zh-TW', text: '繁體中文' },
{ value: 'ru', text: 'Русский' },
{ value: 'ja', text: '日本語' },
{ value: 'ko', text: '한국어' },
Expand Down