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 #6425
  • Loading branch information
royallsilwallz committed May 13, 2024
1 parent 9b3fe34 commit c125470
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 @@ -24,7 +24,7 @@ const supportedLocales = [
{ value: 'ko', label: '한국어' },
// { value: 'mg', label: 'Malagasy' },
// { value: 'ml', label: 'Malayalam' },
{ value: 'nl', label: 'Nederlands' },
{ value: 'nl_NL', label: 'Nederlands' },
{ value: 'pt', label: 'Português' },
{ value: 'pt-BR', label: 'Português (Brasil)' },
// { value: 'ru', label: 'Русский язык' },
Expand Down

0 comments on commit c125470

Please sign in to comment.