Is it possible to update a localized storyboard's strings?

前端 未结 14 1293
星月不相逢
星月不相逢 2020-11-28 00:13

I localized a part of my application with creating a base.lproj storyboard and 3 string files for it. It was a month ago and after that I added new view controller to app, b

14条回答
  •  渐次进展
    2020-11-28 01:14

    Finally, my solution was (rudimentary but effective) copy the previous translations and paste them in the a new file created by unchecking and checking the Localization language box.

    This would be useful in some cases like mine when you have to change only one or two texts.

提交回复
热议问题