gradle-josm-plugin / org.openstreetmap.josm.gradle.plugin.task / GeneratePot

GeneratePot

open class GeneratePot : Exec

Create *.pot file (gettext file format), which contains all translatable strings. This file can then be handed to the translators to translate into other languages.

For this task to work the command line tool xgettext is required!

Constructors

<init>

GeneratePot(fileListGenTask: GenerateFileList)

Create *.pot file (gettext file format), which contains all translatable strings. This file can then be handed to the translators to translate into other languages.