Skip to content

Commit

Permalink
Fix mismatch value for language json file for Nederlands
Browse files Browse the repository at this point in the history
- Related to #6456
  • Loading branch information
royallsilwallz committed Jun 13, 2024
1 parent c565fff commit 1399c42
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 1399c42

Please sign in to comment.