Портфолио: Подправил локализацию

This commit is contained in:
Kirill Samoylenkov 2025-08-22 21:59:09 +07:00
parent 5c18e22b80
commit 4eaf927113
4 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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"

View file

@ -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"