Skip to content

Commit

Permalink
Merge pull request #6484 from hotosm/fix/6456-traditional-chinese-lan…
Browse files Browse the repository at this point in the history
…guage-error

Fix mismatch value for language json file for Traditional Chinese
  • Loading branch information
ramyaragupathy authored Jul 30, 2024
2 parents 58628e2 + b02fafe commit f4e8686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/internationalization.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const supportedLocales = [
// { value: 'tl', label: 'Filipino (Tagalog)' },
{ value: 'tr', label: 'Türkçe' },
{ value: 'uk', label: 'Українська' },
{ value: 'zh', label: '繁體中文' },
{ value: 'zh_TW', label: '繁體中文' },
];

function getSupportedLocale(locale) {
Expand Down

0 comments on commit f4e8686

Please sign in to comment.