This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
website/i18n.json
2021-10-24 05:19:39 +02:00

17 lines
513 B
JSON

{
"locales": ["en", "fr"],
"defaultLocale": "en",
"pages": {
"*": ["common"],
"/": ["home"],
"/404": ["errors"],
"/500": ["errors"],
"/authentication/forgot-password": ["authentication", "errors"],
"/authentication/reset-password": ["authentication", "errors"],
"/authentication/signin": ["authentication", "errors"],
"/authentication/signup": ["authentication", "errors"],
"/application": ["application"],
"/application/[guildId]/[channelId]": ["application"]
}
}