Add deeper XML checking to update-translation script
commitda59f283350343a623820fa9ea48dd1ebb817064
authorWladimir J. van der Laan <laanwj@gmail.com>
Thu, 28 Aug 2014 11:09:19 +0000 (28 13:09 +0200)
committerWladimir J. van der Laan <laanwj@gmail.com>
Mon, 1 Sep 2014 08:06:15 +0000 (1 10:06 +0200)
tree802007dbd23dfc8151228ae5f6698c5ad03d668c
parent93f97aab629d6d3b7e2c296b24fc37eef9502cd1
Add deeper XML checking to update-translation script

- Catch problems such as mismatched formatting characters. Remove
  messages that can give problems at runtime.

- Also remove unfinished/untranslated messages, they just take up space
  in the ts and waste parsing time.

Fixes #4774.
contrib/devtools/update-translations.py