mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-04 06:05:44 +00:00
0e84957979
This simplifies the XML parsing, by iterating over the DOM tree only once. Curiously this doesn't result in significant performance gains. As the keywords are now found in the order they appear in the document instead of the order they are mentioned in messages.json, the order of a few strings in the PO-templates changes caused by the changes in this commit.