Skip to content

Commit 031fe4f

Browse files
authored
feat(i18n): add Turkish language support. (#582)
1 parent 56b0f44 commit 031fe4f

File tree

2 files changed

+445
-0
lines changed

2 files changed

+445
-0
lines changed

src/i18n/languages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ export const LANGUAGE_METADATA: Record<
2323
uk: { name: "Ukrainian", nativeName: "Українська", priority: 11 },
2424
pt: { name: "Portuguese", nativeName: "Português", priority: 12 },
2525
cs: { name: "Czech", nativeName: "Čeština", priority: 13 },
26+
tr: { name: "Turkish", nativeName: "Türkçe", priority: 14 },
2627
};

0 commit comments

Comments
 (0)