johnuopini / gradle-getlocalization-plugin

A Gradle plugin for managing translations through GetLocalization.
MIT License
6 stars 2 forks source link

Directly save the translated file from GetLocalization #5

Open oprisnik opened 9 years ago

oprisnik commented 9 years ago

Save the whole translated XML file instead of parsing just the tags -> Plurals, comments, and all other tags are saved as well.

This fixes issue #4

davidvavra commented 9 years ago

@oprisnik How about publishing your fork into some repository? It might solve more issues with this library.

davidvavra commented 7 years ago

@oprisnik Hi, I have fixed your PR and made a working library from it. It's published to jcenter() so it can be directly used. https://github.com/step-up-labs/gradle-getlocalization-plugin

oprisnik commented 7 years ago

Thanks @davidvavra!