mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 21:15:35 +01:00
I moved English (US) and English (UK) to the top
This commit is contained in:
parent
91b6dc5908
commit
d099928d92
1 changed files with 2 additions and 2 deletions
|
|
@ -45,6 +45,8 @@ import {
|
||||||
} from 'date-fns/locale';
|
} from 'date-fns/locale';
|
||||||
|
|
||||||
export const languages = {
|
export const languages = {
|
||||||
|
'en-GB': { label: 'English (UK)', dateLocale: enGB },
|
||||||
|
'en-US': { label: 'English (US)', dateLocale: enUS },
|
||||||
'ar-SA': { label: 'العربية', dateLocale: arSA, dir: 'rtl' },
|
'ar-SA': { label: 'العربية', dateLocale: arSA, dir: 'rtl' },
|
||||||
'be-BY': { label: 'Беларуская', dateLocale: be },
|
'be-BY': { label: 'Беларуская', dateLocale: be },
|
||||||
'bn-BD': { label: 'বাংলা', dateLocale: bn },
|
'bn-BD': { label: 'বাংলা', dateLocale: bn },
|
||||||
|
|
@ -54,8 +56,6 @@ export const languages = {
|
||||||
'de-CH': { label: 'Schwiizerdütsch', dateLocale: de },
|
'de-CH': { label: 'Schwiizerdütsch', dateLocale: de },
|
||||||
'de-DE': { label: 'Deutsch', dateLocale: de },
|
'de-DE': { label: 'Deutsch', dateLocale: de },
|
||||||
'el-GR': { label: 'Ελληνικά', dateLocale: el },
|
'el-GR': { label: 'Ελληνικά', dateLocale: el },
|
||||||
'en-GB': { label: 'English (UK)', dateLocale: enGB },
|
|
||||||
'en-US': { label: 'English (US)', dateLocale: enUS },
|
|
||||||
'es-MX': { label: 'Español', dateLocale: es },
|
'es-MX': { label: 'Español', dateLocale: es },
|
||||||
'fa-IR': { label: 'فارسی', dateLocale: faIR, dir: 'rtl' },
|
'fa-IR': { label: 'فارسی', dateLocale: faIR, dir: 'rtl' },
|
||||||
'fi-FI': { label: 'Suomi', dateLocale: fi },
|
'fi-FI': { label: 'Suomi', dateLocale: fi },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue