To use in an application add following to your build.gradle:
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'de.gliderpilot.gradle.gettext:gradle-gettext-plugin:+'
}
}
apply plugin: 'de.gliderpilot.gettext'