Skip to content

Commit 4b1c248

Browse files
committed
fix: remove country variant
1 parent 6add7ca commit 4b1c248

3 files changed

Lines changed: 752 additions & 6 deletions

File tree

config/i18n.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ export const countryLocaleVariants: Record<string, (LocaleObjectData & { country
3333
// { code: 'ar-AE', name: 'Arabic (U.A.E.)' },
3434
// { code: 'ar-YE', name: 'Arabic (Yemen)' },
3535
],
36-
az: [
37-
// az.json contains az-AZ translations
38-
{ country: true, code: 'az-AZ', name: 'Azərbaycanca' },
39-
],
4036
en: [
4137
// en.json contains en-US translations
4238
{ country: true, code: 'en-US', name: 'English (US)' },
@@ -99,7 +95,7 @@ const locales: (Omit<LocaleObjectData, 'code'> & { code: string })[] = [
9995
},
10096
} satisfies LocaleObjectData,
10197
{
102-
code: 'az',
98+
code: 'az-AZ',
10399
file: 'az.json',
104100
name: 'Azərbaycanca',
105101
},

i18n/locales/az-AZ.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)