1
Elethom 2015-05-17 12:56:24 +08:00
可以用 macro 的不建議全局 replace,genstrings 只識別字串不 parse syntax。
|
2
jianzong OP @Elethom 不是很明白,genstrings是指自动生成localizedString的script吗?在要实现in-app change language的情况下,所以不能再用marco实现了。
|
3
Elethom 2015-05-17 14:12:27 +08:00
@jianzong
把 NSLocalizedStrings() 這個 macro 重新 define 成你的 method 不就可以了? 難道你的 strings file 都是手動寫的麼! http://blog.projectrhinestone.org/generate-localizable-strings-automatically-with-xcode-build-phases/ |