1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config xmlns="http://zanata.org/namespace/config/">
<url>https://translate.jboss.org/</url>
<project>hibernate_validator</project>
<project-version>4.3.0</project-version>
<locales>
<locale map-from="de-DE">de</locale>
<locale map-from="es-ES">es</locale>
<locale map-from="fr-FR">fr</locale>
<locale map-from="it-IT">it</locale>
<locale map-from="ja-JP">ja</locale>
<locale map-from="ko-KR">ko</locale>
<locale>pt-BR</locale>
<locale map-from="zh-CN">zh-Hans</locale>
<locale map-from="zh-TW">zh-Hant</locale>
</locales>
</config>
|