Skip to content
Merged
15 changes: 8 additions & 7 deletions config/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,13 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
file: 'cs-CZ.json',
name: 'Čeština',
pluralRule: createPluralRule('cs-CZ', { zero: 2, one: 0, two: 1, few: 1, many: 2, other: 2 }),
} /*
},
{
code: 'tr-TR',
file: 'tr-TR.json',
name: 'Türkçe',
},
/*
{
code: 'pl-PL',
file: 'pl-PL.json',
Expand All @@ -277,11 +283,6 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
file: 'pt.json',
name: 'Português',
},
{
code: 'tr-TR',
file: 'tr-TR.json',
name: 'Türkçe',
},
{
code: 'id-ID',
file: 'id-ID.json',
Expand All @@ -301,7 +302,7 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
code: 'ko-KR',
file: 'ko-KR.json',
name: '한국어',
},*/,
},*/
{
code: 'id-ID',
file: 'id-ID.json',
Expand Down
Loading
Loading