chore: initial commit
This commit is contained in:
16
i18n.json
Normal file
16
i18n.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user