Change the way to load i18n (go throw cookie)
This commit is contained in:
@@ -9,5 +9,8 @@
|
||||
"error": {
|
||||
"you_can_find_your_way_back": "You can find your way back",
|
||||
"here": "here"
|
||||
},
|
||||
"index": {
|
||||
"dashboard": "Dashboard"
|
||||
}
|
||||
}
|
||||
|
||||
5
static/locales/fr.json
Normal file
5
static/locales/fr.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"index": {
|
||||
"dashboard": "Tableau de bord"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user