feat(i18n): add en-CA for Canadian English (#2820)

This commit is contained in:
Andy Maloney 2024-04-14 23:07:07 -04:00 committed by GitHub
parent d4eeb7441d
commit 4ed97dab55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 57 additions and 0 deletions

View file

@ -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: [