Skip to content

Commit 95ef6b4

Browse files
committed
feat(i18n): add Uzbek (Latin) locale
1 parent ae8981e commit 95ef6b4

File tree

2 files changed

+1656
-0
lines changed

2 files changed

+1656
-0
lines changed

config/i18n.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
270270
file: 'tr-TR.json',
271271
name: 'Türkçe',
272272
},
273+
{
274+
code: 'uz-Latn-UZ',
275+
file: 'uz-Latn-UZ.json',
276+
name: 'Oʻzbekcha',
277+
},
273278
/*
274279
{
275280
code: 'pl-PL',

0 commit comments

Comments
 (0)