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

po

abstract val po: SourceDirectorySet

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

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

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

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

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