7

I am wanting to localize my storyboard into German. Xcode does a great job of creating a main.strings file for my storyboard. However, I am using prototype cells for many of my table views. Each of those cells just uses dummy text in the UILabels since I replace the text later when I load the data to populate the table view.

Prototype Cell:

enter image description here

Storyboard Strings file:

enter image description here

Strings file string that I don't want: enter image description here

Is there a way to tell Xcode to ignore certain strings so that they don't even show up in the strings file? I don't want to have to pay a translator to translate dummy text.

jscs
  • 63,694
  • 13
  • 151
  • 195
Nic Hubbard
  • 41,587
  • 63
  • 251
  • 412
  • 1
    I guess one of my options is to just not import the strings that I don't want into the translation server. iCanLocalize provides this option. – Nic Hubbard Oct 14 '15 at 23:45
  • 1
    Possible duplicate of [Marking some XIB/Storyboard strings as not localizable](https://stackoverflow.com/questions/27407282/marking-some-xib-storyboard-strings-as-not-localizable) – shim May 09 '18 at 18:16

0 Answers0