Update index.js
This commit is contained in:
parent
7a793d902f
commit
424d88e7b8
@ -1,6 +1,7 @@
|
||||
import it from './it.json'
|
||||
import en from './en.json'
|
||||
import cs from './cs.json'
|
||||
import fr from './fr.json'
|
||||
|
||||
export const defaultLocale = 'it'
|
||||
|
||||
@ -9,5 +10,6 @@ export const fallbackLocale = 'en'
|
||||
export const languages = {
|
||||
it: it,
|
||||
en: en,
|
||||
cs: cs
|
||||
}
|
||||
cs: cs,
|
||||
fr: fr,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user