-
Notifications
You must be signed in to change notification settings - Fork 5
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
I try to ignore the <svg> code but no luck. #21
Comments
Hi, if you send a normal translation request, all characters will be billed. You likely want to use what we call "Tag handling", see docs. From the README, I think what you want is (this would translate from english to german):
If that doesn't work:
Please provide the exact error message.
Which command are you using to translate this? With tag_handling set to xml or HTML tags don't get counted, otherwise they will
This is how numbers get displayed in German (I do agree we should provide an option for localized formats like this though). You can use ignore tags to turn off translation for those segments. |
Hi Jan, Thank you for your return. I've tried your solution but it gives me an error. I cannot use the comma on google sheet, it has to be semi-colon like this : And when i do this, it says the following : Do you know a way arround this ? |
But I'm not sure you can pass dictionaries like this as the options argument (in our example code semicolons separate key value pairs and commas separate keys and values.) |
Hi,
I'm using google sheet to translate my shopify csv files but i'm facing different issues :
1 - The html code is counted as a character even if it's not translated. Exemple : <a href:"http://websiteurl.com" target:"_blank">Hi is counted as 40+ characters instead of 2.
2 - When translating to german, all the decimal (.) are translated to commas (,). Even in code like "<path d="M111.4 295.9c-3.5" it becomes
"<path d="M111,4 295,9c-3,5" which messes up everything.
Here is what i've tried :
If i can add this ignore parameter directly in the scrip i've copied from your doc that would be awesome but i don't know how. I can see this param inside the code :
Hope you can help me.
Regards,
The text was updated successfully, but these errors were encountered: