FR [2973225] - Remove XML comments from Translation xml files.
https://sourceforge.net/tracker/?func=detail&aid=2973225&group_id=176962&atid=883808
This commit is contained in:
parent
ac6fe75a31
commit
ccedca3ab8
|
@ -169,7 +169,9 @@ public class Translation
|
|||
// <!DOCTYPE adempiereTrl SYSTEM "http://www.adempiere.org/dtd/adempiereTrl.dtd">
|
||||
// <!DOCTYPE adempiereTrl PUBLIC "-//ComPiere, Inc.//DTD Adempiere Translation 1.0//EN" "http://www.adempiere.org/dtd/adempiereTrl.dtd">
|
||||
Document document = builder.newDocument();
|
||||
document.appendChild(document.createComment(Adempiere.getSummaryAscii()));
|
||||
// @Trifon. Do not need below line anymore as it is different in each version and that's makes it more difficult to see differences in translations.
|
||||
// FR [2973225] - Remove XML comments from Translation xml files. https://sourceforge.net/tracker/?func=detail&aid=2973225&group_id=176962&atid=883808
|
||||
//document.appendChild(document.createComment(Adempiere.getSummaryAscii()));
|
||||
document.appendChild(document.createComment(DTD));
|
||||
|
||||
// Root
|
||||
|
|
Loading…
Reference in New Issue