This patch adds "Maintainer" support to translations status script, like discussed in the developer forum:
http://apps.sourceforge.net/phpbb/winmerge/viewtopic.php?f=6&t=14#p49
A PO file with a maintainer will look like this:
-------------------------8<-------------------------
# This file is part from WinMerge <http://winmerge.org/>
# Released under the "GNU General Public License"
#
# Maintainer:
# * Tim Gerundt <tim at gerundt.de>
#
# Translators:
# * Winfried Peter <winfried.peter at omicron.at>
# * Jörg Schneider <tonda at users.sourceforge.net>
#
# ID line follows -- this is updated by SVN
# ...
------------------------->8-------------------------
In the HTML version from the translations status are the maintainers *bold*, in the XML version they have the attribute "maintainer". The website need a extra patch.
Greetings,
Tim
patch file
Committed to SVN:
* In Revision 6126 (Trunk)
* In Revision 6127 (Branch R2_10)
patch file for the website
Committed the website update to SVN (In Revision 6128).