ios - 为 Storyboard本地化添加评论

标签 ios iphone objective-c

是否可以在 Storyboard中向本地化字符串添加评论?

/* Class = "IBUILabel"; text = "Some text"; comment = "This is the comment to help translator" ObjectID = "0N3-up-Ts6"; */
"0N3-up-Ts6.text" = "Some text";

最佳答案

看起来你可以:

enter image description here

这会产生:

/* Class = "UILabel"; text = "Title"; ObjectID = "KjJ-0v-J2z"; Note = "Comment for Localizer"; */
"KjJ-0v-J2z.text" = "Title";

关于ios - 为 Storyboard本地化添加评论,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24549474/

相关文章:

iphone - 在某些单元格上设置 UITableViewCell 附件类型,但不是全部

objective-c - 处理GetURLEvent :withReplyEvent: in AppDelegate obscured by KVO?

iphone - viewDidLoad 在 initWithFrame 之前被调用?

ios - 如何将计时器移至后台线程

objective-c - 如果在for循环中声明?

iphone - UILabel 换行时未完全居中对齐

iphone - 有什么方法可以反转 NSNumericSearch,以便可以在 9、8、7、6 等中订购带有数字的 NSStrings?

objective-c - NSTimer 的问题

iphone - 尝试构建存档时尝试获取 Apple Mach-O 链接器错误

ios - UICollectionViewCell 如何使用事件单元格停止其他单元格中的某些进程