I understand that there is Simplified Chinese (zh-Hans) and Traditional Chinese (zh-Hant).
However Xcode allows to localize for Chinese (zh).
From the localization fallback concept I understand that it is the fallback for Simplified Chinese and Traditional Chinese. Thus is can technically be used to host common Chinese localized strings that are equal in Simplified and Traditional Chinese.
What is the Xcode locale zh for?
Should zh be Simplified or Traditional Chinese?