How to remove localization from file

前端 未结 2 609
遇见更好的自我
遇见更好的自我 2021-01-01 10:04

I\'m trying to unlocalize xib and storyboard files, and keep all strings in Localizable.strings. How do I do this in XCode?

I\'ve tried to uncheck all languages in t

2条回答
  •  伪装坚强ぢ
    2021-01-01 10:35

    In Xcode create a Localizable.strings file. In Xcode select the file and on the right panel, checkbox the languages you want for it. Then copy/pasta the files/strings into the place you want them. Then remove the old languages for the xib/storyboard.

提交回复
热议问题