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
- Open OmniGet v0.8.1 (Windows, x64)
- Click Telegram in the sidebar under Plugins
- 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
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.
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
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.titletelegram.qr_titletelegram.qr_instructiontelegram.or_separatortelegram.use_phoneEnvironment
omniget_0.8.1_x64-portable.exe)Screenshot
Additional notes
The QR code image itself renders fine — this appears to be purely a missing/unregistered translation issue in
src/lib/i18n/en.jsonfor the Telegram plugin, likely introduced in this release since the plugin/feature looks new.