我正在使用故事板,并有一个视图,我已经将一些UITextViews子类化.
我的问题是我正在使用ibtool --generate-strings-file从故事板中提取字符串进行本地化,然后ibtool -write在另一个故事板文件上使用以应用翻译的字符串.
ibtool --generate-strings-file
ibtool -write
当我使用ibtool任何具有归属文本的UITextView时,ibtool --generate-strings-file命令会忽略该命令并从结果字符串文件中省略.
ibtool
是否可以从故事板中提取属性文本以进行本地化?
xcode localization nsattributedstring ios
ios ×1
localization ×1
nsattributedstring ×1
xcode ×1