chore(translations): add Turkish files

This commit is contained in:
Elias Schneider
2024-07-02 13:38:05 +02:00
parent 0cdc04bfb5
commit bbc81d8dd0
2 changed files with 604 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ import thai from "./translations/th-TH";
import ukrainian from "./translations/uk-UA";
import chineseSimplified from "./translations/zh-CN";
import chineseTraditional from "./translations/zh-TW";
import turkish from "./translations/tr-TR";
export const LOCALES = {
ENGLISH: {
@@ -138,4 +139,9 @@ export const LOCALES = {
code: "ko-KR",
messages: korean,
},
TURKISH: {
name: "Türkçe",
code: "tr-TR",
messages: turkish,
},
};