Hi Martin,
Today at 15:29, Martin Willemoes Hansen wrote:
Everything is "supposed" to be done only when someone gets around to
actually doing it :) So far, I didn't see anyone step up (hint, hint :-P)
Howto do it?
One would need to update gnome-i18n/status/data/translation-status.xml
file accordingly. This would be tedious, so I've written a Python
script to do it (I'm attaching it here, I'll also commit it to
gnome-i18n/status/data/new-release), but I didn't test it extensively.
Christian Rose used to do this, and we should probably wait for his
approval before doing anything of this kind.
Now, I'd appreciate your help in checking that this doesn't break
anything (i.e. do the following:
$ ./new-release | xmllint --format - >new.xml
$ diff -u translation-status.xml new.xml
and only if everything looks fine in the diff
$ cp new.xml translation-status.xml
edit ChangeLog, and finally
$ cvs ci
). It's not easy this first time, since there are indentation
changes, but it should be easier in the future if we keep it "xmllint
--format"-indented.