1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-11-05 04:51:30 +01:00
.profile/i18n.json
2021-04-18 01:56:23 +02:00

12 lines
185 B
JSON

{
"locales": ["en", "fr"],
"defaultLocale": "en",
"pages": {
"*": ["common"],
"/": ["home"],
"/setup": ["setup"],
"/404": ["errors"],
"/500": ["errors"]
}
}