microsoft / fluentui-system-icons

Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.
https://aka.ms/fluentui-system-icons
MIT License
5.91k stars 516 forks source link

Support to split Chinese zh locale id into zh_CN and zh_TW #479

Closed amoggo closed 2 years ago

amoggo commented 2 years ago

For the Chinese locale, explicitly differentiate between Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW). While Apple's Automatic Localization in its Asset Catalogs support a superset Chinese locale id zh, the Office Mac Platform code in devmain doesn't yet support ingesting this locale id. But this doesn't mean that we need two separate .svg assets. Instead add the same zh_ic_fluent_ file under the two available Chinese Locale sets by adjusting the Contents.json metadata file.