Mercurial > p > roundup > code
diff CHANGES.txt @ 4838:6102252d3a8a
Do not throw an internal error if a .mo file can not be read
It is better to fall back to English (as already done in other situations)
than causing an internal server error.
| author | Thomas Arendsen Hein <thomas@intevation.de> |
|---|---|
| date | Wed, 02 Oct 2013 15:36:34 +0200 |
| parents | 76460d14be91 |
| children | c317147fd891 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Sep 25 15:35:11 2013 +0300 +++ b/CHANGES.txt Wed Oct 02 15:36:34 2013 +0200 @@ -22,6 +22,8 @@ (anatoly techtonik) - Read version and release for generated documentation from roundup/__init__.py. (Thomas Arendsen Hein) +- Do not throw an internal error if a .mo file can not be read + (Thomas Arendsen Hein) 2013-07-06: 1.5.0
