summaryrefslogtreecommitdiff
path: root/netspeed
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-12-17 13:19:32 +0100
committerWolfgang Ulbrich <[email protected]>2015-12-17 13:19:32 +0100
commit15cfbbadc3abae2976ed1c62c1db5dfc5cf6fe62 (patch)
tree6da6dd5880de5920565796cbd08a97a63dfa440c /netspeed
parent35d2af2e4c52058718dcaf435396f6e302b78fee (diff)
downloadmate-applets-15cfbbadc3abae2976ed1c62c1db5dfc5cf6fe62.tar.bz2
mate-applets-15cfbbadc3abae2976ed1c62c1db5dfc5cf6fe62.tar.xz
netspeed: fix distcheck
Diffstat (limited to 'netspeed')
-rw-r--r--netspeed/help/INSTRUCTIONS22
-rw-r--r--netspeed/help/Makefile.am2
2 files changed, 23 insertions, 1 deletions
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