mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
fix(https://github.com/streamyfin/streamyfin/issues/566): add Turkish (#583)
This commit is contained in:
3
i18n.ts
3
i18n.ts
@@ -7,6 +7,7 @@ import es from "./translations/es.json";
|
|||||||
import fr from "./translations/fr.json";
|
import fr from "./translations/fr.json";
|
||||||
import it from "./translations/it.json";
|
import it from "./translations/it.json";
|
||||||
import ja from "./translations/ja.json";
|
import ja from "./translations/ja.json";
|
||||||
|
import tr from "./translations/tr.json";
|
||||||
import nl from "./translations/nl.json";
|
import nl from "./translations/nl.json";
|
||||||
import sv from "./translations/sv.json";
|
import sv from "./translations/sv.json";
|
||||||
import zhCN from './translations/zh-CN.json';
|
import zhCN from './translations/zh-CN.json';
|
||||||
@@ -20,6 +21,7 @@ export const APP_LANGUAGES = [
|
|||||||
{ label: "Français", value: "fr" },
|
{ label: "Français", value: "fr" },
|
||||||
{ label: "Italiano", value: "it" },
|
{ label: "Italiano", value: "it" },
|
||||||
{ label: "日本語", value: "ja" },
|
{ label: "日本語", value: "ja" },
|
||||||
|
{ label: "Türkçe", value: "tr" },
|
||||||
{ label: "Nederlands", value: "nl" },
|
{ label: "Nederlands", value: "nl" },
|
||||||
{ label: "Svenska", value: "sv" },
|
{ label: "Svenska", value: "sv" },
|
||||||
{ label: "简体中文", value: "zh-CN" },
|
{ label: "简体中文", value: "zh-CN" },
|
||||||
@@ -37,6 +39,7 @@ i18n.use(initReactI18next).init({
|
|||||||
ja: { translation: ja },
|
ja: { translation: ja },
|
||||||
nl: { translation: nl },
|
nl: { translation: nl },
|
||||||
sv: { translation: sv },
|
sv: { translation: sv },
|
||||||
|
tr: { translation: tr },
|
||||||
"zh-CN": { translation: zhCN },
|
"zh-CN": { translation: zhCN },
|
||||||
"zh-TW": { translation: zhTW },
|
"zh-TW": { translation: zhTW },
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user