From e5c86859e4c6a9a6829bcc2e3cf626b05a873ff7 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 20 Dec 2022 17:54:56 -0500 Subject: Revamped next/previous cmds (Voting system); Basic i18n support; --- Locales/custom/translation.json | 3 +++ Locales/en/translation.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 Locales/custom/translation.json create mode 100644 Locales/en/translation.json (limited to 'Locales') diff --git a/Locales/custom/translation.json b/Locales/custom/translation.json new file mode 100644 index 0000000..f86d2ad --- /dev/null +++ b/Locales/custom/translation.json @@ -0,0 +1,3 @@ +{ + "botReady": "Bot is ready!" +} diff --git a/Locales/en/translation.json b/Locales/en/translation.json new file mode 100644 index 0000000..f86d2ad --- /dev/null +++ b/Locales/en/translation.json @@ -0,0 +1,3 @@ +{ + "botReady": "Bot is ready!" +} -- cgit v1.2.3