Browse Source

Update i18n.ts

pull/288/head
James Hawkins 2 years ago committed by GitHub
parent
commit
cd3bd22a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/setup/i18n.ts

2
src/setup/i18n.ts

@ -4,8 +4,8 @@ import { initReactI18next } from "react-i18next"; @@ -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…
Cancel
Save