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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user