#set ($title = "Unicorn - Translations") #set ($css = ['base_ucn.css']) #set ($js = ['mootools-1.2.3-core-more-yc.js', 'w3c_unicorn_languages.js']) #parse('head.vm') #if ($messages) #displayMessages($messages) #end

Translation of Unicorn

#set($langNb = $uiLocales.size())

Unicorn is currently available in $langNb languages.

Translate Unicorn in a new language

If Unicorn is not yet available in your native language and you would like to translate it:

Help complete the translation of Unicorn in your language

The table below lists all the text strings used to translate the CSS validator:

You can help fill the blanks and complete the translation in your language!

#foreach($locale in $uiLocales) #if ($locale != $defaultLocale) #set($prop = $languageProps.get($locale)) #set($meta = $metadataProps.get($locale)) #set($percent = 100 * $math.div($math.add($prop.size(), $meta.size()), $math.add($defaultProps.size(), $defaultMetadata.size()))) #end #end #foreach($key in $defaultProps.keySet()) #foreach($locale in $uiLocales) #if ($locale != $defaultLocale) #set($localeKey = $locale.getName()) #set($prop = $languageProps.get($locale)) #if($prop.get($key)) #{else} #end #end #end #end #foreach($key in $defaultMetadata.keySet()) #foreach($locale in $uiLocales) #if ($locale != $defaultLocale) #set($localeKey = $locale.getName()) #set($meta = $metadataProps.get($locale)) #if($meta.get($key)) #{else} #end #end #end #end
Property$strUtils.capitalize($locale.getDisplayName($defaultLocale))
$strUtils.capitalize($locale.getDisplayName($locale))
$percent.intValue()%
Edit
$key
$key
#parse('footer.vm')