The source set definition for the different translation formats (*.lang, *.po and *.mo).
class DefaultI18nSourceSet : I18nSourceSet
Implementation for a combination of one SourceDirectorySets for each of the three supported translation formats. |
|
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). |