Localizable.strings - 翻译分为多行

时间:2015-03-24 21:39:43

标签: ios localization

应该很简单......

我在ios中有一个翻译文件(Localizable.strings)(实际上是RubyMotion项目),我希望将翻译分成多行而不用换行符。例如:

"string_to_translate" = "this is the translation "+
                        "that I want over multiple lines";
"next_translation" = "next translation";

无法让它发挥作用,是否有人知道正确的语法?感谢。

0 个答案:

没有答案