telebot_template/i18n.yaml
2024-07-21 02:40:49 +03:00

8 lines
305 B
YAML

en:
start: "Hello, {message.from_user.full_name}"
help: "Just simple bot, which greets the user. Use /start"
ru:
start: "Привет, {message.from_user.full_name}"
help: "Это простой бот, который приветствует пользователя. Используй /start"