This is XSLT to synchronize translation catalog with another one.
It adds messages present in template doc and missed in source doc.

Unfortunately, some messages added to _de and other catalogues, but
not in cmsui.xml

To synchronize with ALL other languages, use something like this:
for TMPL in cmsui.xml cmsui_*.xml; do
  $XALAN -XSL cmsui_sync.xslt -PARAM template $TMPL -IN $cmsui_your_language 
-OUT tmp.xml
  mv tmp.xml $cmsui_your_language
done

-- 
 qMax

Attachment: cmsui_sync.xslt
Description: Binary data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to