Code

Added section re: translations
authorTon Voon <tonvoon@users.sourceforge.net>
Mon, 14 Nov 2005 14:43:14 +0000 (14:43 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Mon, 14 Nov 2005 14:43:14 +0000 (14:43 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1284 f882894a-f735-0410-b71e-b25c423dba1c

doc/developer-guidelines.sgml

index 39fa00d24fa1a42ceff489b7123e1fe65724447f..f950b8fe3f3193e9e5685412c369567dc580eaea 100644 (file)
        and, if applicable, add the SourceForge Tracker number. Don't forget to 
 update the THANKS.in file.</para>
        </section>
+
+       <section><title>Translations for developers</title>
+       <para>To make the job easier for translators please follow these guidelines:</para>
+       <orderedlist>
+         <listitem><para>
+           before creating new strings, check the po/de.po file to see if a similar string
+           already exists
+         </para></listitem>
+         <listitem><para>
+           for help texts, break into individual options so that these can be reused
+           between plugins
+         </para></listitem>
+       </orderedlist>
+       </section>
+
+       <section><title>Translations for translators</title>
+       <para>To create an up to date list of translatable strings, run: tools/gen_locale.sh</para>
+       </section>
+
 </section>
 
 <section id="SubmittingChanges"><title>Submission of new plugins and patches</title>