Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double quote with OTA translation #31

Open
jdatour opened this issue Mar 18, 2019 · 0 comments
Open

Double quote with OTA translation #31

jdatour opened this issue Mar 18, 2019 · 0 comments

Comments

@jdatour
Copy link

jdatour commented Mar 18, 2019

Hi,

I have this string -> Hello "World" in OneSky dashboard.
When I download myFile.strings, I have the key / value pair I expect -> "myKey" = "Hello \"World\""

But when I use OneSkyOTAPlugin.localizedString(forKey: "myKey", value: "", table: nil), it returns Hello \\\"World\\\" which displays Hello \"World\" (No surprise for the display but this not what I want)

I can use myString.replacingOccurrences(of: "\\\\", with: "") to fix the problem but that looks like an issue to me.

Am I missing something ?

I use v0.10.2

Thank you for your answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant