IOS/iPhone: Nested Localizable.strings Files?
问题 I'm creating an app that will have a number of variants. These variants will be controlled by a few strings in multiple Localizable.strings files. However, 90% of the strings will remain the same. I'd like to have it so that each of the unique Localizable.strings files imports the "master" one, so that I don't have to go through each of the app variant files when I want to change a common string. Is this possible? 回答1: Two alternatives: Use custom wrapper functions around NSLocalizedString