w3c.css.index.translations.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cssvalidator Show documentation
Show all versions of cssvalidator Show documentation
Backend for the W3C CSS Validation Service
#set ( $page_type = "doc" )
#parse("./header.vm")
Translation of the W3C CSS Validator
The CSS Validation service is currently available in $num_languages languages. The translations are mainly contributed by volunteers.
Translate the CSS validator in a new language
If the CSS validator is not yet available in your native language and you would like to translate it:
- Download the translation kit. Unpack the kit: It includes a number of HTML documents, a file with all the strings used for the validator messages, and a text files with instructions.
- Get in touch with us before you start translating: someone may already be on the job. Someone from the W3C staff or validator development team will get back to you with details about how to translate the validator.
- Translate. Congratulations, you have made the CSS validator more accessible to a lot more Web developers and designers.
Help complete the translation of the validator in your language
The table below lists all the text strings used to translate the CSS validator:
- Cells marked ✘ need a new or updated translation. Click on the relevant ✘ to submit a translation by mail.
- Cells marked ✔ are translated and up-to-date. Hover above ✔ to read the current translation for each string.
You can help fill the blanks and complete the translation in your language!
Property
#foreach ( $language in $languages )
#set ( $name = $language.get("name") )
#if ($name != "en")
#if ( $language.get("real") )
#set ( $real = $language.get("real") )
#else
#set ( $real = $language.get("name") )
#end
#set ($completeness = $language.get("completeness") )
#set ($engname = $language.get("engname") )
$real
$completeness%
#end
#end
$translations_table
#parse("./footer.vm")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy