Xcode 3.2.2 and localization of Settings.bundle

后端 未结 1 1937
死守一世寂寞
死守一世寂寞 2021-01-19 10:03

I have just discovered that after upgrading to the latest Xcode 3.2.2, I am not able anymore to localize Settings.bundle. The \"Make File Localizable button always appears g

相关标签:
1条回答
  • 2021-01-19 10:59

    Looks very strange, maybe need to report to bugreport? But here is workaround that works.

    1. Reveal your Settings.bundle in Finder.
    2. Right click (or Ctrl-click) on it and select Show Package contents.
    3. Copy en.lproj and rename to desired language (e.g., fr.lproj).

    Now you can go back to Xcode and edit localized Root.strings and files as you need.

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