Commit Graph

3 Commits

Author SHA1 Message Date
DEV_DSW
63470f279c refactor(i18n): simplify locale resolution and clean up code
Simplify the locale resolution logic in the request utility by directly using stored locale with default fallback, remove the unused getNavigatorLanguages function, and streamline the initial locale setup in the i18n entrypoint while persisting the default locale when no stored locale is present.
2026-06-02 15:02:09 +08:00
duanshuwen
a8ae315e9f feat(login): add phone and Google login page with i18n
Add complete login flow with phone verification and country picker.
Add login-related translations for en-US, zh-CN and th-TH locales.
Add country calling codes constants and selection utility function.
Register Vant UI component type definitions for TypeScript.
Update development environment authentication token.
2026-06-01 21:57:12 +08:00
duanshuwen
b05d5a72cd feat: add modular i18n foundation 2026-05-26 14:37:32 +08:00