In iOS how can I remove languages from Localizable.strings with Xcode

后端 未结 2 1519
情深已故
情深已故 2021-01-22 10:02

This is how my xcode project looks. I would like to remove the Localizable.strings for UK and US and just keep the Localizable.strings for English. How can I do this?

<
相关标签:
2条回答
  • 2021-01-22 10:58

    You can just select the specific files and delete them from the project. Just make sure that in the file inspector as well they are removed for the Localizable.strings.

    0 讨论(0)
  • 2021-01-22 10:59

    Follow the instructions in the image below

    enter image description here

    0 讨论(0)
提交回复
热议问题