Skip to content

Commit 6ee0a4a

Browse files
mrnasilautofix-ci[bot]danielroekazimolmez
authored
feat(i18n): add Turkish (tr-TR) translation (#1767)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: =?UTF-8?q?Kaz=C4=B1m=20=C3=96lmez?= <kazim-olmez@yandex.com>
1 parent 05e8f19 commit 6ee0a4a

File tree

3 files changed

+2495
-7
lines changed

3 files changed

+2495
-7
lines changed

config/i18n.ts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,13 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
259259
file: 'cs-CZ.json',
260260
name: 'Čeština',
261261
pluralRule: createPluralRule('cs-CZ', { zero: 2, one: 0, two: 1, few: 1, many: 2, other: 2 }),
262-
} /*
262+
},
263+
{
264+
code: 'tr-TR',
265+
file: 'tr-TR.json',
266+
name: 'Türkçe',
267+
},
268+
/*
263269
{
264270
code: 'pl-PL',
265271
file: 'pl-PL.json',
@@ -277,11 +283,6 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
277283
file: 'pt.json',
278284
name: 'Português',
279285
},
280-
{
281-
code: 'tr-TR',
282-
file: 'tr-TR.json',
283-
name: 'Türkçe',
284-
},
285286
{
286287
code: 'id-ID',
287288
file: 'id-ID.json',
@@ -301,7 +302,7 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
301302
code: 'ko-KR',
302303
file: 'ko-KR.json',
303304
name: '한국어',
304-
},*/,
305+
},*/
305306
{
306307
code: 'id-ID',
307308
file: 'id-ID.json',

0 commit comments

Comments
 (0)