"""Internationalization: RU/EN by Telegram language_code. Normalize to 'ru' or 'en'.""" from duty_teller.i18n.messages import MESSAGES from duty_teller.i18n.core import get_lang, t __all__ = ["MESSAGES", "get_lang", "t"]