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 ++++++++++++++++++++++ netspeed/help/Makefile.am | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 netspeed/help/INSTRUCTIONS (limited to 'netspeed') 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 diff --git a/netspeed/help/Makefile.am b/netspeed/help/Makefile.am index d188a3f0..9b128d86 100644 --- a/netspeed/help/Makefile.am +++ b/netspeed/help/Makefile.am @@ -17,4 +17,4 @@ HELP_LINGUAS = de el fr pt_BR sv # Migration needed (see INSTRUCTIONS http://live.gnome.org/GnomeDocUtilsTranslationMigration) # HELP_LINGUAS = cs ru es # - EXTRA_DIST = INSTRUCTIONS +EXTRA_DIST = INSTRUCTIONS -- cgit v1.2.1