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