Localizable.strings causing plist parsing error

前端 未结 4 1002
天涯浪人
天涯浪人 2020-12-18 20:03

I have just localized the file Localizable.strings in my Xcode project in order to localise my application to a few different languages. However, having edited each of the f

4条回答
  •  青春惊慌失措
    2020-12-18 20:32

    "Enter URL" = "Voer adres in";
    "Headers" = "Koppen";
    "Key" = "sleutel";
    "Value" = "waarde";
    "Parameters" = "Parameters";
    "Tap to add a new line" = "Tik om een nieuwe lijn toe te voegen";
    "Perform request" = "Verzoek Uitvoeren";
    "Response" = "Antwoord";
    "Received Headers" = "Ontvangen Koppen";
    "Error" = "Fout";
    "Loading" = "Verzoek aan het versturen";
    

    this is the correct formula

提交回复
热议问题