1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-29 16:07:40 +01:00

fix of broken thingy

This commit is contained in:
panmlg 2023-04-25 16:59:19 +02:00
parent 7737bd1866
commit aa91bae418

View file

@ -4,11 +4,11 @@ import { initReactI18next } from "react-i18next";
// Languages
import { captionLanguages } from "./iso6391";
import cs from "./locales/cs/translation.json";
import en from "./locales/en/translation.json";
import fr from "./locales/fr/translation.json";
import nl from "./locales/nl/translation.json";
import tr from "./locales/tr/translation.json";
import cs from "./locales/cs/translation.json";
const locales = {
en: {
@ -25,7 +25,7 @@ const locales = {
},
cs: {
translation: cs,
}
},
};
i18n
// detect user language