-
Notifications
You must be signed in to change notification settings - Fork 130
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
Output same as Input #36
Comments
Can you provide the strings.xml? |
Just to be sure I tried just now with this https://github.com/Ra-Na/GTranslate-strings-xml/blob/master/GoogleTranslate/strings.xml Same result. It doesn't throw any errors but just outputs the unchanged file. |
That is odd. I have no way to check it on Windows, you will have to debug by yourself. A good starting point may be the variable "isTranslatable" which may somehow have the wrong value. Try to set it True forcibly. |
Ok, I'll with that |
Try this : https://github.com/wakaztahir/Strings-Translator Took some code from this repo , to build a ui |
@Ra-Na Solution: Remove that if condition |
Hi, thanks for the tool seems great. One problem however - I'm using the python script in windows 10, it asks for all the things but then it works thru all languages and outputs the original file without translating.
Basically strings_es.xml , strings_de.xml etc are all the same as input string.xml file.
The text was updated successfully, but these errors were encountered: