Add comment to storyboard localization

ios, iphone, objective-c

Solution

It appears you can:

This produces:

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

Problem

Is it possible to add comment to a localized string in storyboard? ``` /* Class = "IBUILabel"; text = "Some text"; comment = "This is the comment to help translator" ObjectID = "0N3-up-Ts6"; */ "0N3-up-Ts6.text" = "Some text"; ```

Original source

Related problems