hcengineering / hcengineering/platform
DateTime localization display order is not applicable in Asian languages
Open
- Dominant language
- TypeScript
- Stars
- 27.7k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the `DatePresenter` does not respect the correct syntactical ordering for Asian languages.
While Western locales often use DD/MM/YYYY or MM/DD/YYYY, languages such as Korean, Japanese, and Chinese follow a strict Year-Month-Day (YYYY/MM/DD or YYYY年 MM月 DD日) hierarchy.
Forcing a Western display order onto these locales causes user confusion and poor UX.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.