使用 IBTools 批量本地化?
有没有办法使用单个命令在一堆 NIB 文件上运行 IBTools?我正在尝试从 NIB 中提取字符串。我应该为每个 NIB 运行一次 ibtools 吗?
我发现多次运行 IBTools 很乏味。 (我只有 9 个 NIB 文件。情况可能更糟......)
Is there a way to run IBTools on a bunch of NIB files with a single command? I'm trying to extract strings from NIBs. Am I supposed to run ibtools once for each NIB?
I find it tedious to run IBTools so many times. (I have only 9 NIB files. It could be worse...)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不认为 ibtool 可以将多个文件作为参数。我看到的唯一方法是编写一个 bash 脚本来执行此任务。
I don't think ibtool can take multiple files as argument. The only way I see would be to write a bash script to perform this task.
这是我为相同操作制作的功能更齐全的脚本:
Here is a much more full featured script I made to use for the same operation: