microsoft / LocalizedStringKit

Generate .strings files directly from your code
MIT License
293 stars 13 forks source link

What to do after generating "en.lproj"? #9

Closed haojianzong closed 4 years ago

haojianzong commented 4 years ago

Looks like this library only generate "en.lproj" file. If the App supports more than 1 language, for example, Chinese, should we copy the en.lproj into zh-cn.lproj and update the strings files there?

dalemyers commented 4 years ago

Yeah, that's right. Everyone uses a different solution for localization so this just tries to be the lowest common denominator. It will generate en.lproj and let the consumer decide how to handle the other languages.