Closed RSenApps closed 10 years ago
For some reason the plugin is trying to store the file in "values-it\it\" instead of just "values-it\", it might be related to the fact that you are using a Windows ENV, i will check, thanks for reporting!
Thanks! I think it also has to do with there being multiple files on get localization where all files are put in a folder so you have to remove this structure instead of just copying...
I got the same Problem with the duplicate language code. I'm on Windows too. I tried to manually map the IANA codes, but it didn't help. I have only one strings.xml resource file.
Okay, I think I found it:
I think it should work if you use t.master_file in line 74: File targetFile = new File(targetDir, t.filename)
because filename also stores the iana_code: [{"progress": 100.0, "iana_code": "de", "filename": "de/strings.xml", "master_file": "strings.xml", "format": "Android"}]
Wow this plugin is just what I need!
I'm having the same problem, also on Windows. Any updates?
Fixed in 1.1, uploaded to maven now
This plugin seems awesome! Unfortunately I am having an issue and the plugin throws an exception. Please let me know what I can do to help... I think it may be caused by my getlocalization project having multiple files?