/gradle-gettext-plugin

Gradle plugin for translating projects using GNU gettext

Primary LanguageGroovyApache License 2.0Apache-2.0

Build Status Coverage Status

Gradle plugin for GNU gettext

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'