diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml
index 39fa00d2..f950b8fe 100644
--- a/doc/developer-guidelines.sgml
+++ b/doc/developer-guidelines.sgml
@@ -614,6 +614,25 @@
and, if applicable, add the SourceForge Tracker number. Don't forget to
update the THANKS.in file.
+
+ Translations for developers
+ To make the job easier for translators please follow these guidelines:
+
+
+ before creating new strings, check the po/de.po file to see if a similar string
+ already exists
+
+
+ for help texts, break into individual options so that these can be reused
+ between plugins
+
+
+
+
+ Translations for translators
+ To create an up to date list of translatable strings, run: tools/gen_locale.sh
+
+
Submission of new plugins and patches