Портфолио: Подправил локализацию
This commit is contained in:
parent
5c18e22b80
commit
4eaf927113
4 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ services:
|
|||
build:
|
||||
context: ..
|
||||
dockerfile: Docker/Dockerfile
|
||||
command: sh -c "pybabel compile -d ./Mousey/Locales -D bot && python -m Mousey to_update_telegram_profile"
|
||||
command: sh -c "pybabel compile -d ./Locales -D bot && python -m Mousey to_update_telegram_profile"
|
||||
container_name: mousey_bot
|
||||
restart: always
|
||||
depends_on:
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ msgstr ""
|
|||
"\n"
|
||||
"Имя бота: Мышонок 🐭\n"
|
||||
"Автор: @mandarin_fan\n"
|
||||
"Исходный код: https://github.com/terphix/MouseyBot\n"
|
||||
"Исходный код: https://git.geekiot.freemyip.com//MouseyBot\n"
|
||||
"\n"
|
||||
"📅 Бот был запущен 7 ноября, 2024 года\n"
|
||||
"\n"
|
||||
|
|
@ -8,6 +8,6 @@ from pathlib import Path
|
|||
_WORKDIR = Path(__file__).parent.parent.parent
|
||||
|
||||
LOG_DIR = _WORKDIR / "Logs"
|
||||
LOCALE_DIR = _WORKDIR / "Mousey/Locales"
|
||||
LOCALE_DIR = _WORKDIR / "Locales"
|
||||
BOT_SETTINGS_DIR = _WORKDIR / "Mousey/Bot/"
|
||||
CONFIG_FILE_PATH = _WORKDIR / ".env"
|
||||
|
|
|
|||
Reference in a new issue