Skip to content

Commit

Permalink
fix: traditional chinese label
Browse files Browse the repository at this point in the history
fixes bexs-4520
  • Loading branch information
terry-seah committed Dec 24, 2024
1 parent eb2f054 commit 3cb37d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localeDefinitions/chineseTraditional.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { localeTypeCheck } from '../types';
export const chineseTraditional = {
code: 'zh-TW',
facebook: 'zh_TW',
label: '繁体中文',
label: '繁體中文',
loadingText: '讀取中・・・',
aliases: ['zh-MO', 'zh-HK', 'zh-Hant'],
translations: {
Expand Down

0 comments on commit 3cb37d5

Please sign in to comment.