Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 654 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 654 Bytes

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'