mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
feat: add italian translations (#545)
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 nl from "./translations/nl.json";
|
||||
import sv from "./translations/sv.json";
|
||||
import it from "./translations/it.json";
|
||||
import zhTW from './translations/zh-TW.json';
|
||||
import { getLocales } from "expo-localization";
|
||||
|
||||
@@ -17,6 +18,7 @@ export const APP_LANGUAGES = [
|
||||
{ label: "Français", value: "fr" },
|
||||
{ label: "Nederlands", value: "nl" },
|
||||
{ label: "Svenska", value: "sv" },
|
||||
{ label: "Italiano", value: "it" },
|
||||
{ label: "繁體中文", value: "zh-TW" },
|
||||
];
|
||||
|
||||
@@ -29,6 +31,7 @@ i18n.use(initReactI18next).init({
|
||||
fr: { translation: fr },
|
||||
nl: { translation: nl },
|
||||
sv: { translation: sv },
|
||||
it: { translation: it },
|
||||
"zh-TW": { translation: zhTW },
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user