![JAR search and dependency download from the Maven repository](/logo.png)
velocity.dashboard.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yal10n-maven-plugin Show documentation
Show all versions of yal10n-maven-plugin Show documentation
Yet Another L10N Maven Plugin
The newest version!
yal10n dashboard
Generation Date: $dashboard.generationDate
Project Name
default
#foreach( $lang in $dashboard.allLanguages)
$lang
#end
Checkout SVN
#if ($dashboard.createTmx)
Download TMX
#end
#foreach( $project in $dashboard.projects )
#set($rows = 1 + $project.allBundles.size())
#if ($dashboard.createTmx)
#set($cols = 5 + $dashboard.allLanguages.size())
#else
#set($cols = 4 + $dashboard.allLanguages.size())
#end
#foreach( $bundle in $project.allBundles )
$bundle.projectName
#if ($bundle.base)
default
#else
n/a
#end
#foreach( $lang in $bundle.languages)
#if ($lang.existing)
$lang.name
#else
n/a
#end
#end
checkout
#if ($dashboard.createTmx)
Download TMX
#end
#end
#end
#if ($dashboard.createTmx)
Download complete translation memory
#end
© Powered by yal10n $dashboard.version
© 2015 - 2025 Weber Informatics LLC | Privacy Policy