ditac_install_dir/xsl/common/messages/
directory.~$ cd /opt/ditac/xsl/common/messages/
en.xml
to
pt.xml
.pt-br.xml
should be fine,
while pt-BR.xml
or pt_br.xml
would not work./opt/ditac/xsl/common/messages$ cp en.xml pt.xml
pt.xml
in a text or XML editor and
translate to Portuguese all the messages found in this file.<?xml version="1.0" encoding="UTF-8"?> <messages xml:lang="pt"> <!-- Task sections --> <message name="prereq">Pré-requisito</message> ...
<message name="chapter">第%{N}章</message>
ditac_install_dir/xsl/common/commonUtil.xsl
in a text or XML editor and add string 'pt' at the end of the
messageFileNames list:<!-- localize ========================================================== --> <xsl:param name="messageFileNames" select="'en', 'fr', 'de', 'es', 'pt'"/>
pt.xml
) so we can add your
contribution to the distribution of XMLmind DITA Converter.