Jas*_*all 11 iphone objective-c ios
是否可以在故事板中为本地化字符串添加注释?
/* Class = "IBUILabel"; text = "Some text"; comment = "This is the comment to help translator" ObjectID = "0N3-up-Ts6"; */
"0N3-up-Ts6.text" = "Some text";
Run Code Online (Sandbox Code Playgroud)
看来你可以:
这会产生:
/* Class = "UILabel"; text = "Title"; ObjectID = "KjJ-0v-J2z"; Note = "Comment for Localizer"; */
"KjJ-0v-J2z.text" = "Title";
Run Code Online (Sandbox Code Playgroud)