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