Go to file
user 0d83eaeb91 dev@locazia: fix User.json_format date fields 2024-02-23 17:40:18 +03:00
alembic Initial commit 2024-02-16 13:23:45 +00:00
app dev@locazia: fix User.json_format date fields 2024-02-23 17:40:18 +03:00
locale/en/LC_MESSAGES Initial commit 2024-02-16 13:23:45 +00:00
.gitignore Initial commit 2024-02-16 13:23:45 +00:00
Dockerfile Initial commit 2024-02-16 13:23:45 +00:00
LICENSE Initial commit 2024-02-16 13:23:45 +00:00
README.md Initial commit 2024-02-16 13:23:45 +00:00
docker-compose.yml Locazia: fix out-port 2024-02-22 21:26:30 +03:00
env.example Initial commit 2024-02-16 13:23:45 +00:00
mariadb-healthcheck.sh Initial commit 2024-02-16 13:23:45 +00:00
requirements.txt Locazia: v1 auth (not tested yet) 2024-02-22 21:18:56 +03:00

README.md

Sanic Telegram Bot [template]


Run

cd sanic-telegram-bot
# edit .env file
docker-compose up --build

Translations

Adding new language

  1. Update translations keys list from code
touch messages.pot
find app -name '*.py' -exec xgettext --keyword=translated -j -o messages.pot {} +
  1. Move messages.pot to locale/<lang>/LC_MESSAGES/<domain>.po
  2. Compilrequirements.txte .po to .mo
msgfmt ru.po -o ru.mo

Log description

Sources

  1. [SQL] MariaDB
  2. [User, options ] User log
  3. [Bot, options ] Telegram bot