[dev-context] Re: cont-en.xml
Patrick Gundlach
patrick at gundla.ch
Sun Jan 1 14:52:54 CET 2006
Hi,
in cont-de.xml
<cd:interface xmlns:cd="http://www.pragma-ade.com/commands" name="context" language="en" version="2004.11.17">
should be
<cd:interface xmlns:cd="http://www.pragma-ade.com/commands" name="context" language="de" version="2004.11.17">
I'd guess (language="en" -> langugage="de").
----------------------------------------
in keys-??.xml: do the separated sections have any special meaning?
Why
<cd:variables>
<cd:variable name="one" value="eins"/>
<cd:variable name="two" value="zwei"/>
<cd:variable name="three" value="drei"/>
<cd:variable name="four" value="vier"/>
<cd:variable name="five" value="fuenf"/>
</cd:variables>
<cd:variables>
<cd:variable name="environment" value="umgebung"/>
<cd:variable name="component" value="komponente"/>
<cd:variable name="product" value="produkt"/>
<cd:variable name="project" value="projekt"/>
</cd:variables>
instead of
<cd:variables>
<cd:variable name="one" value="eins"/>
<cd:variable name="two" value="zwei"/>
<cd:variable name="three" value="drei"/>
<cd:variable name="four" value="vier"/>
<cd:variable name="five" value="fuenf"/>
<cd:variable name="environment" value="umgebung"/>
<cd:variable name="component" value="komponente"/>
<cd:variable name="product" value="produkt"/>
<cd:variable name="project" value="projekt"/>
</cd:variables>
??
For editing purpose?
----------------------------------------
Those cont-(de|nl|it|...).xml files are generated by cont-en.xml +
keys-??.xml files, right?
Patrick
--
ConTeXt wiki and more: http://contextgarden.net
More information about the dev-context
mailing list