fun SourceSet.setup(project: Project): Unit
Add the I18nSourceSet and create the associated tasks (PoCompile, MoCompile, LangCompile, ShortenPoFiles).
This allows this source set to also contain files of types *.po, *.mo and *.lang.
project - the Project to which this source set belongs