Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的xib上有一些标签。其中一些不需要本地化。当我通过 ibtool 生成字符串文件时,结果文件中包含所有标签内容。生成字符串时如何从本地化中排除 IB 中的一些 UI 对象?
不幸的是,无法注释 nib/xib 文件的内容,因此 ibtool 的--export-strings-file命令会忽略某些字符串。
--export-strings-file
您可以改为选择使用该--export-xliff选项,然后编辑 XLIFF 文件以锁定不能翻译的句段(属性translate="no"),然后再将它们发送出去,以便以您的所有语言进行本地化。不过,这可能只有在本地化人员使用与 XLIFF 兼容的 CAT 工具时才值得这样做。
--export-xliff
translate="no"