Skip to content

fix(i18n): add internationalization support for Mini Apps page#189

Merged
GCWing merged 1 commit intoGCWing:mainfrom
wgqqqqq:fix/miniapp-i18n
Mar 19, 2026
Merged

fix(i18n): add internationalization support for Mini Apps page#189
GCWing merged 1 commit intoGCWing:mainfrom
wgqqqqq:fix/miniapp-i18n

Conversation

@wgqqqqq
Copy link
Collaborator

@wgqqqqq wgqqqqq commented Mar 18, 2026

Description

Fixes issue #185: Mini Apps page shows Chinese text when app language is set to English.

When the app language is set to English, the Mini Apps page now correctly displays all text in English, including:

  • Page title and subtitle
  • Search box placeholder
  • Button tooltips
  • Empty state messages
  • Confirm dialogs
  • Loading/error states

Changes

  1. New locale files: Added scenes/miniapp translations for both en-US and zh-CN
  2. Component updates: Updated MiniAppScene, MiniAppGalleryView, and MiniAppCard to use the i18n hook
  3. Service registration: Registered scenes/miniapp namespace in I18nService

#185

- Add scenes/miniapp locale files for en-US and zh-CN
- Update MiniAppScene, MiniAppGalleryView, and MiniAppCard to use i18n
- Register scenes/miniapp namespace in I18nService

Fixes GCWing#185: Mini Apps page shows Chinese text when app language is set to English

Generated with BitFun

Co-Authored-By: BitFun
@GCWing GCWing merged commit c9181e3 into GCWing:main Mar 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants