feat(i18n): add en-CA for Canadian English (#2820)
This commit is contained in:
parent
d4eeb7441d
commit
4ed97dab55
2 changed files with 57 additions and 0 deletions
|
@ -31,6 +31,7 @@ export const countryLocaleVariants: Record<string, (LocaleObjectData & { country
|
|||
en: [
|
||||
// en.json contains en-US translations
|
||||
{ country: true, code: 'en-US', name: 'English (US)' },
|
||||
{ code: 'en-CA', name: 'English (Canada)' },
|
||||
{ code: 'en-GB', name: 'English (UK)' },
|
||||
],
|
||||
ca: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue