From 10434adad478d21bbb834a5803125db9f54c9d6c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 2 Apr 2025 02:21:41 -0400 Subject: Added i18n (basic); Blacklist feature; Put error msg into a file --- bot/src/translations/en/translation.json | 3 +++ bot/src/translations/fr/translation.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 bot/src/translations/en/translation.json create mode 100644 bot/src/translations/fr/translation.json (limited to 'bot/src/translations') diff --git a/bot/src/translations/en/translation.json b/bot/src/translations/en/translation.json new file mode 100644 index 0000000..f96bd45 --- /dev/null +++ b/bot/src/translations/en/translation.json @@ -0,0 +1,3 @@ +{ + "ABOUT_TITLE": "AleeBot Beta (en)" +} diff --git a/bot/src/translations/fr/translation.json b/bot/src/translations/fr/translation.json new file mode 100644 index 0000000..03181c8 --- /dev/null +++ b/bot/src/translations/fr/translation.json @@ -0,0 +1,3 @@ +{ + "ABOUT_TITLE": "AleeBot Beta (fr)" +} -- cgit v1.2.3