ios - Change genstrings generated key (Object ID) extracted from Storyboard for localization? -
i pressed localize...
button on storyboard generate strings file storyboard may localized other languages. in 1 strings file corresponds storyboard, see this:
"orz-58-mzb.text" = "we looking bright, energetic individuals represent us.";
i'm wondering if can change key field orz-58-mzb.text
more meaning such faq.answer.23.text
can used in other platforms android? noticed in storyboard editor, object id cannot changed (see screenshot). there other way change key?
there's no way change key, can add comment in notes field on same ui. string gets passed on translator via generated xliff, , best way communicate meaning behind string want translated.
Comments
Post a Comment