diff options
author | Jamie Guthrie <jamie.guthrie@gmail.com> | 2023-08-19 21:05:03 +0200 |
---|---|---|
committer | Jamie Guthrie <jamie.guthrie@gmail.com> | 2023-08-19 21:05:03 +0200 |
commit | 28d4bf17b1c5217b13f44f69bfdd4bb6b40873ed (patch) | |
tree | e94ce40fb3ca91ca584d7a1d609418e3156f3007 /modern/src | |
parent | 4e105f414083bd7a312ab9cc91a8f640e8ede1b6 (diff) | |
download | trackermap-web-28d4bf17b1c5217b13f44f69bfdd4bb6b40873ed.tar.gz trackermap-web-28d4bf17b1c5217b13f44f69bfdd4bb6b40873ed.tar.bz2 trackermap-web-28d4bf17b1c5217b13f44f69bfdd4bb6b40873ed.zip |
Switch UK to US flag (absolute heresy!)
Diffstat (limited to 'modern/src')
-rw-r--r-- | modern/src/common/components/LocalizationProvider.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/common/components/LocalizationProvider.js b/modern/src/common/components/LocalizationProvider.js index e1bafd09..226f1be2 100644 --- a/modern/src/common/components/LocalizationProvider.js +++ b/modern/src/common/components/LocalizationProvider.js @@ -74,7 +74,7 @@ const languages = { de: { data: de, countryCode: 'DE', name: 'Deutsch' }, da: { data: da, countryCode: 'DK', name: 'Dansk' }, el: { data: el, countryCode: 'GR', name: 'Ελληνικά' }, - en: { data: en, countryCode: 'GB', name: 'English' }, + en: { data: en, countryCode: 'US', name: 'English' }, es: { data: es, countryCode: 'ES', name: 'Español' }, fa: { data: fa, countryCode: 'IR', name: 'فارسی' }, fi: { data: fi, countryCode: 'FI', name: 'Suomi' }, |