Localizable.strings - The data couldn’t be read because it isn’t in the correct format

前端 未结 18 1191
广开言路
广开言路 2021-01-30 06:20

If I copy something from textedit or web and paste it to localizable file it shows this compilation error. If I type those in localizable file it does not show any error. I am a

18条回答
  •  不思量自难忘°
    2021-01-30 07:03

    if missing ";" at end of the all lines in Localizable.string file, this error can occur.

    eg :- "header_text" = "Current Language"; "change_language" = "Change Language";

    "header_text" = "වත්මන් භාෂාව"; "change_language" = "භාෂාව වෙනස් කරන්න";

提交回复
热议问题