gradle-josm-plugin / org.openstreetmap.josm.gradle.plugin.i18n

Package org.openstreetmap.josm.gradle.plugin.i18n

The source set definition for the different translation formats (*.lang, *.po and *.mo).

Types

DefaultI18nSourceSet

class DefaultI18nSourceSet : I18nSourceSet

Implementation for a combination of one SourceDirectorySets for each of the three supported translation formats.

I18nSourceSet

interface I18nSourceSet

Interface that defines a container for three SourceDirectorySets each one containing files for one of these translation formats: *.po, *.mo (both from gettext) and *.lang (custom format for JOSM).