如何向与 .dmg 一起使用的 sla.r 添加其他语言?
I am using SLAs bundled with my DMGs as described here.
However, I want to support SLAs for languages (for example Catalan) beyond those given in the SLAResources file provided by Apple.
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。 将加泰罗尼亚语条目添加到“LPic”资源,并使用您在条目中定义的资源 ID 添加匹配的“TEXT”和“STR#”资源。 您可以使用 ResKnife(ResEdit 的开源克隆)来编辑该文件。
语言代码在 /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h 中定义。
Yes. Add an entry for Catalan to the 'LPic' resource, and add matching 'TEXT' and 'STR#' resources using the resource ID you defined in the entry. You can use ResKnife, an open-source clone of ResEdit, to edit the file.
The language codes are defined in /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h.