mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
12 lines
185 B
JSON
12 lines
185 B
JSON
|
{
|
||
|
"locales": ["en", "fr"],
|
||
|
"defaultLocale": "en",
|
||
|
"pages": {
|
||
|
"*": ["common"],
|
||
|
"/": ["home"],
|
||
|
"/setup": ["setup"],
|
||
|
"/404": ["errors"],
|
||
|
"/500": ["errors"]
|
||
|
}
|
||
|
}
|