Skip to content

fix: Telegram plugin shows raw i18n keys instead of translated text #264

Description

@ankittroy-21

Description

After opening the Telegram plugin in the sidebar, the QR login screen displays raw translation keys instead of actual text. It looks like the telegram.* namespace is missing from the locale file (or wasn't registered), so the app falls back to showing the keys themselves.

Steps to reproduce

  1. Open OmniGet v0.8.1 (Windows, x64)
  2. Click Telegram in the sidebar under Plugins
  3. Observe the QR code screen

Expected behavior

Proper localized text should appear, e.g. a title like "Log in to Telegram," QR scan instructions, an "or" separator, and a "use phone number" button.

Actual behavior

The following raw keys are shown as literal text instead of translated strings:

  • telegram.title
  • telegram.qr_title
  • telegram.qr_instruction
  • telegram.or_separator
  • telegram.use_phone

Environment

  • OmniGet version: v0.8.1 (omniget_0.8.1_x64-portable.exe)
  • OS: Windows
  • Language setting: English (ENG/IN)

Screenshot

Image

Additional notes

The QR code image itself renders fine — this appears to be purely a missing/unregistered translation issue in src/lib/i18n/en.json for the Telegram plugin, likely introduced in this release since the plugin/feature looks new.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions