mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 04:15:09 +01:00
Update i18n.ts
This commit is contained in:
parent
9773fcc7b5
commit
cd3bd22a2c
@ -4,8 +4,8 @@ import { initReactI18next } from "react-i18next";
|
||||
|
||||
// Languages
|
||||
import { captionLanguages } from "./iso6391";
|
||||
import de from "./locales/de/translation.json";
|
||||
import cs from "./locales/cs/translation.json";
|
||||
import de from "./locales/de/translation.json";
|
||||
import en from "./locales/en/translation.json";
|
||||
import fr from "./locales/fr/translation.json";
|
||||
import nl from "./locales/nl/translation.json";
|
||||
|
Loading…
Reference in New Issue
Block a user