我发现了这个使用 NSLocalizedString 的好例子:NSLocalizedString() 的第二个参数是什么?
NSLocalizedString(@"Save",@"Title of the Save button in the theme saving dialog");
.
/* Title of the Save button in the theme saving dialog */
"Save" = "Save";
但是如果 NSLocalizedString 中的注释为空怎么办?这是什么意思?它会自动知道在 localize.strings 中哪里可以找到翻译后的单词吗?
谢谢