From 760d14e8e828fa7e0093591b55a3c5bd2a9e61c7 Mon Sep 17 00:00:00 2001 From: profitroll Date: Fri, 26 May 2023 16:31:11 +0200 Subject: [PATCH] Added locales --- locale/en.json | 5 +++++ locale/uk.json | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 locale/en.json create mode 100644 locale/uk.json diff --git a/locale/en.json b/locale/en.json new file mode 100644 index 0000000..3ddacc1 --- /dev/null +++ b/locale/en.json @@ -0,0 +1,5 @@ +{ + "commands": { + "start": "Start using the bot" + } +} \ No newline at end of file diff --git a/locale/uk.json b/locale/uk.json new file mode 100644 index 0000000..145bcb8 --- /dev/null +++ b/locale/uk.json @@ -0,0 +1,5 @@ +{ + "commands": { + "start": "Почати користуватись ботом" + } +} \ No newline at end of file