Bicrypto 5.6.5

18 January 2025

BUG FIXESUI/UXSYSTEM SETTINGSINTERNATIONALIZATIONMENU TRANSLATIONS

Core v5.6.5

Release Date: January 18, 2025 Tags: BUG FIXES, UI/UX, SYSTEM SETTINGS, INTERNATIONALIZATION, MENU TRANSLATIONS

Added

  • Added a Market Link Route setting that controls where market links send users
    • Location: System Settings → Trading & Features → Market Link Route
    • Options:
      • Trading Page (default) — sends users to /trade?symbol=BTC-USDT
      • Binary Trading — sends users to /binary?symbol=BTC-USDT
    • Applies globally to every market link in the platform
    • Can be switched from the admin without any code change
  • Added an automatic fallback to the trading page if the setting holds an invalid value

Changed

Market Page

  • Changed the market page to respect the Market Link Route setting
    • Market card links follow the configured route
    • Trade action buttons follow the configured route
    • "Start Trading" calls to action follow the configured route
    • Affected areas: individual market cards on both mobile and desktop, the desktop trade action buttons, and the bottom call-to-action links

Home Page

  • Changed the home page top assets section to follow the same setting
    • The top 5 cryptocurrency asset cards link to the configured trading page
    • Existing ticker data and animations are unaffected

Fixed

  • Fixed navbar menus showing raw translation keys (e.g. admin.dashboard.title) instead of translated text in non-English locales
    • The menu translation lookup was reaching for an invalid path and returning the key itself
    • The lookup is now direct, with checks that recognise when a translation is genuinely missing
    • When a translation is missing, the English menu title and description are shown instead of a key
  • Fixed the conversion from a menu key to its translation path, which now converts hyphenated keys directly to their nested path
  • Fixed detection of failed translations, which now recognises both a returned value identical to the key and an unresolved key pattern, and falls back to the English title or description