Add en-GB localisation (#5952)

* Create blank en-GB/messages.po

* localise certain strings for en-GB

* Update lingui.config.js

* Update dates.ts

* Update helpers.ts

* Update i18n.ts

* Update i18n.web.ts

* Update languages.ts

* Update i18n.ts
This commit is contained in:
surfdude29
2024-10-28 23:12:21 +00:00
committed by GitHub
parent cd6fc13e4b
commit 498b83ae79
7 changed files with 7946 additions and 0 deletions
+2
View File
@@ -12,6 +12,7 @@ import {formatDistance, Locale} from 'date-fns'
import {
ca,
de,
enGB,
es,
fi,
fr,
@@ -39,6 +40,7 @@ const locales: Record<AppLanguage, Locale | undefined> = {
en: undefined,
ca,
de,
['en-GB']: enGB,
es,
fi,
fr,