Contributed by Jens Hyllegaard
There was only a small glitch detected by `make check`:
{{{
$ make check-da
check-da: running check_catalog
checking catalog trac/locale\da\LC_MESSAGES\messages.po
trac/locale\da\LC_MESSAGES\messages.po:2096: genshi markups are unbalanced [1:] [2:] [3:] [4:]
running check_catalog_js
checking catalog trac/locale\da\LC_MESSAGES\messages-js.po
}}}
The error and the fix was:
{{{#!diff
msgid ""
"[1:[2:%(title)s:]]\n"
" [3:[4:%(count)s]]"
- msgstr "%(title)s: %(count)s"
+ msgstr ""
+ "[1:[2:%(title)s:]]\n"
+ " [3:[4:%(count)s]]"
}}}