This commit is contained in:
Alexander Kalinovsky
2025-02-01 20:21:55 +01:00
parent a22ab9b0de
commit 1ca90c633f
6 changed files with 16 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ async def language_menu(
inline_keyboard = [
[
InlineKeyboardButton(
text=locale.localized(user.lang),
text=locale.localized(user.lang.value),
callback_data=ContextData(
command=CallbackCommand.SET_LANGUAGE, data=str(locale)
).pack(),