From 15cfbbadc3abae2976ed1c62c1db5dfc5cf6fe62 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Thu, 17 Dec 2015 13:19:32 +0100 Subject: netspeed: fix distcheck --- netspeed/help/INSTRUCTIONS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 netspeed/help/INSTRUCTIONS (limited to 'netspeed/help/INSTRUCTIONS') diff --git a/netspeed/help/INSTRUCTIONS b/netspeed/help/INSTRUCTIONS new file mode 100644 index 00000000..de9bcdf5 --- /dev/null +++ b/netspeed/help/INSTRUCTIONS @@ -0,0 +1,22 @@ +To update the translations to gnome-doc-utils: +* first update the docbook DTD in your translation +(for example de/netspeed_applet.xml) from 4.1.2 to 4.4 + +* then check if the old translated xml-file is valid: +"xmllint -valid de/netspeed_applet.xml 1>/dev/null" + +* fix the errors if any (compare C/netspeed_applet.xml for reference) + +* fix the structure of the .xml file, so that it has the same structure +as C/netspeed_applet.xml; you can verify this with +"xml2po -r de/netspeed_applet.xml C/netspeed_applet.xml | less" +the translations should match... + +* create the .po file: +"xml2po -r de/netspeed_applet.xml C/netspeed_applet.xml > de/de.po" + +* fix the .po file: it's probably totally messed up; fix the translations +most of them should be there, but in the wrong place probably. translate +the rest + +* for more info: http://live.gnome.org/GnomeDocUtilsTranslationMigration -- cgit v1.2.1