diff options
author | Jamie Guthrie <jamie.guthrie@gmail.com> | 2023-08-19 23:28:21 +0200 |
---|---|---|
committer | Jamie Guthrie <jamie.guthrie@gmail.com> | 2023-08-19 23:28:21 +0200 |
commit | 67b57c189c6e43732d09018f669df87f4491be5a (patch) | |
tree | 674bd7d01a35442ee0fa5bec89dddae7d87afdb1 /modern/src/common/components | |
parent | 92dfd50188886beb3f6498ce019cd380795fc126 (diff) | |
download | trackermap-web-67b57c189c6e43732d09018f669df87f4491be5a.tar.gz trackermap-web-67b57c189c6e43732d09018f669df87f4491be5a.tar.bz2 trackermap-web-67b57c189c6e43732d09018f669df87f4491be5a.zip |
Revert country list order
Diffstat (limited to 'modern/src/common/components')
-rw-r--r-- | modern/src/common/components/LocalizationProvider.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/common/components/LocalizationProvider.jsx b/modern/src/common/components/LocalizationProvider.jsx index 0010b381..1c87bc7d 100644 --- a/modern/src/common/components/LocalizationProvider.jsx +++ b/modern/src/common/components/LocalizationProvider.jsx @@ -97,9 +97,9 @@ const languages = { ml: { data: ml, country: 'IN', name: 'മലയാളം' }, mn: { data: mn, country: 'MN', name: 'Монгол хэл' }, ms: { data: ms, country: 'MY', name: 'بهاس ملايو' }, + nb: { data: nb, country: 'NO', name: 'Norsk bokmål' }, ne: { data: ne, country: 'NP', name: 'नेपाली' }, nl: { data: nl, country: 'NL', name: 'Nederlands' }, - nb: { data: nb, country: 'NO', name: 'Norsk bokmål' }, nn: { data: nn, country: 'NO', name: 'Norsk nynorsk' }, pl: { data: pl, country: 'PL', name: 'Polski' }, pt: { data: pt, country: 'PT', name: 'Português' }, |