feat(bot): add i18n support with grammy-i18n package
Add internationalization support to the bot using grammy-i18n package. Includes English and Russian locale files and updates to session handling. Disabled db:generate in Dockerfile as it's not needed during build.
This commit is contained in:
1
apps/bot/locales/en.ftl
Normal file
1
apps/bot/locales/en.ftl
Normal file
@@ -0,0 +1 @@
|
||||
start = Hello, how can I help you
|
||||
1
apps/bot/locales/ru.ftl
Normal file
1
apps/bot/locales/ru.ftl
Normal file
@@ -0,0 +1 @@
|
||||
start = Привет, как я могу тебе помочь
|
||||
Reference in New Issue
Block a user