mirror of
https://github.com/microsoft/edit.git
synced 2026-06-17 19:34:20 -05:00
Region-specific Chinese locales like `zh-TW` were falling through to the broad `zh` alias, which defaults to `zh-Hans`. This PR adds explicit Chinese region aliases so `zh-TW`, `zh-HK`, and `zh-MO` select `zh-Hant`, while `zh-CN` and `zh-SG` continue to select `zh-Hans`. Fixes #832 --------- Co-authored-by: Leonard Hecker <leonard@hecker.io>