mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Add en-GB locale
This is currently identical to en-US, except that weeks start on Monday.
This commit is contained in:
parent
9b1a75fd90
commit
644ad33e04
2 changed files with 107 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ import {
|
|||
de,
|
||||
el,
|
||||
enUS,
|
||||
enGB,
|
||||
es,
|
||||
fi,
|
||||
fr,
|
||||
|
|
@ -44,7 +45,8 @@ export const languages = {
|
|||
'cs-CZ': { label: 'Čeština', display: 'cs' },
|
||||
'da-DK': { label: 'Dansk', display: 'da' },
|
||||
'de-DE': { label: 'Deutsch', display: 'de' },
|
||||
'en-US': { label: 'English', display: 'en' },
|
||||
'en-US': { label: 'English (US)', display: 'en' },
|
||||
'en-GB': { label: 'English (UK)', display: 'en-GB'},
|
||||
'es-MX': { label: 'Español', display: 'es' },
|
||||
'fa-IR': { label: 'فارسی', display: 'fa' },
|
||||
'fo-FO': { label: 'Føroyskt', display: 'fo' },
|
||||
|
|
@ -80,6 +82,7 @@ export const rtlLocales = ['ar-SA', 'fa-IR'];
|
|||
export const dateLocales = {
|
||||
'ar-SA': arSA,
|
||||
'en-US': enUS,
|
||||
'en-GB': enGB,
|
||||
'nl-NL': nl,
|
||||
'zh-CN': zhCN,
|
||||
'zh-TW': zhTW,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue