mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Fix locale import position
This commit is contained in:
parent
cc4f64032a
commit
b7033a31c4
1 changed files with 1 additions and 1 deletions
|
@ -7,11 +7,11 @@ 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 it from "./locales/it/translation.json";
|
||||
import nl from "./locales/nl/translation.json";
|
||||
import pirate from "./locales/pirate/translation.json";
|
||||
import tr from "./locales/tr/translation.json";
|
||||
import zh from "./locales/zh/translation.json";
|
||||
import it from "./locales/it/translation.json";
|
||||
|
||||
const locales = {
|
||||
en: {
|
||||
|
|
Loading…
Reference in a new issue