feat: locales #27

Merged
Anri merged 26 commits from lang into main 2022-07-22 11:46:48 +02:00
3 changed files with 1 additions and 9 deletions
Showing only changes of commit 6830f5ffd9 - Show all commits

View file

@ -40,7 +40,7 @@ const run = async () => {
throw logStart(commands_name, false);
});
console.log(`Botanique "${client.user?.username}" v${client.config.version} ${client.locale.get('started')}!`);
console.log(`Botanique "${client.user?.username}" v${client.config.version} started!`);
})
.catch(() => {
throw logStart(client_name, false);

View file

@ -1,10 +1,6 @@
{
"started": "started",
"e_interacreate": "Sorry, the command probably no longer exists...",
"e_ready": "Connected to Discord!",
"c_ping1": "Roundtrip latency",
"c_ping2": "Websocket heartbeat"
}

View file

@ -1,10 +1,6 @@
{
"started": "démarré ",
"e_interacreate": "Désolé, la commande n'existe plus...",
"e_ready": "Connecté à Discord !",
"c_ping1": "Latence totale",
"c_ping2": "Latence du Websocket"
}