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