diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devel/ChangeLog | 4 | ||||
-rw-r--r-- | doc/devel/evolution-plugin-manual.xml | 14 |
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/devel/ChangeLog b/doc/devel/ChangeLog index c22feb3b29..a9801493b0 100644 --- a/doc/devel/ChangeLog +++ b/doc/devel/ChangeLog @@ -1,3 +1,7 @@ +2005-08-31 Not Zed <NotZed@Ximian.com> + + * evolution-plugin-manual.xml: added missing localedir thing. + 2005-07-12 Not Zed <NotZed@Ximian.com> * build-eplugin-manual.pl: diff --git a/doc/devel/evolution-plugin-manual.xml b/doc/devel/evolution-plugin-manual.xml index d94ec5cc25..c25743e315 100644 --- a/doc/devel/evolution-plugin-manual.xml +++ b/doc/devel/evolution-plugin-manual.xml @@ -423,6 +423,7 @@ id="unique id" type="loader type" domain="translation domain" ? + localedir="locale directory" ? name="plugin name" ...> <description>long description</description> ? @@ -470,6 +471,19 @@ </listitem> </varlistentry> <varlistentry> + <term><parameter>localedir</parameter></term> + <listitem> + <simpara> + If this and <parameter>domain</parameter> is defined, then + this is the directory of the locale information for this + domain. It, and the <parameter>domain</parameter> will be + passed to <function>bindtextdomain</function> before any + strings are translated. See that function for more + information. + </simpara> + </listitem> + </varlistentry> + <varlistentry> <term><parameter>name</parameter></term> <listitem> <simpara> |