diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2005-11-14 14:43:14 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2005-11-14 14:43:14 (GMT) |
commit | 2f6a959999bfe377d9752f64a7543413f948adb6 (patch) | |
tree | 8007648be72c4516a298c297d03152b13dd4bfb2 /doc | |
parent | c1d67786b0dbfa50ba3399c958bfa2a7c5650be5 (diff) | |
download | monitoring-plugins-2f6a959999bfe377d9752f64a7543413f948adb6.tar.gz |
Added section re: translations
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1284 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-guidelines.sgml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 39fa00d..f950b8f 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -614,6 +614,25 @@ | |||
614 | and, if applicable, add the SourceForge Tracker number. Don't forget to | 614 | and, if applicable, add the SourceForge Tracker number. Don't forget to |
615 | update the THANKS.in file.</para> | 615 | update the THANKS.in file.</para> |
616 | </section> | 616 | </section> |
617 | |||
618 | <section><title>Translations for developers</title> | ||
619 | <para>To make the job easier for translators please follow these guidelines:</para> | ||
620 | <orderedlist> | ||
621 | <listitem><para> | ||
622 | before creating new strings, check the po/de.po file to see if a similar string | ||
623 | already exists | ||
624 | </para></listitem> | ||
625 | <listitem><para> | ||
626 | for help texts, break into individual options so that these can be reused | ||
627 | between plugins | ||
628 | </para></listitem> | ||
629 | </orderedlist> | ||
630 | </section> | ||
631 | |||
632 | <section><title>Translations for translators</title> | ||
633 | <para>To create an up to date list of translatable strings, run: tools/gen_locale.sh</para> | ||
634 | </section> | ||
635 | |||
617 | </section> | 636 | </section> |
618 | 637 | ||
619 | <section id="SubmittingChanges"><title>Submission of new plugins and patches</title> | 638 | <section id="SubmittingChanges"><title>Submission of new plugins and patches</title> |