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

po

val po: SourceDirectorySet

Overrides I18nSourceSet.po

Source set for *.po files (by default only files ending in .po are considered).

fun po(configureClosure: Closure<in SourceDirectorySet>): I18nSourceSet

Overrides I18nSourceSet.po

Configure the SourceDirectorySet for *.po files using a Closure.

fun po(configureAction: Action<in SourceDirectorySet>): I18nSourceSet

Overrides I18nSourceSet.po

Configure the SourceDirectorySet for *.po files using an Action.