mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
Update i18n.ts
This commit is contained in:
parent
9773fcc7b5
commit
cd3bd22a2c
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@ import { initReactI18next } from "react-i18next";
|
||||||
|
|
||||||
// Languages
|
// Languages
|
||||||
import { captionLanguages } from "./iso6391";
|
import { captionLanguages } from "./iso6391";
|
||||||
import de from "./locales/de/translation.json";
|
|
||||||
import cs from "./locales/cs/translation.json";
|
import cs from "./locales/cs/translation.json";
|
||||||
|
import de from "./locales/de/translation.json";
|
||||||
import en from "./locales/en/translation.json";
|
import en from "./locales/en/translation.json";
|
||||||
import fr from "./locales/fr/translation.json";
|
import fr from "./locales/fr/translation.json";
|
||||||
import nl from "./locales/nl/translation.json";
|
import nl from "./locales/nl/translation.json";
|
||||||
|
|
Loading…
Reference in a new issue