-
fix(i18n): add Chinese translations for account settings page (#2712)
released this
2026-05-04 03:15:16 +00:00 | 6 commits to main since this releaseThe account settings page had all user-facing strings (profile labels,
password form placeholders, validation messages, button text) hardcoded
in English. Replace them with i18n translation keys so the page renders
correctly when the locale is set to Chinese.Fixed #2710
Downloads