From 3d53787d8ecdd9d39b0adaa47adc412b88290d50 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 31 Aug 2005 04:35:36 +0000 Subject: added missing localedir thing. 2005-08-31 Not Zed * evolution-plugin-manual.xml: added missing localedir thing. svn path=/trunk/; revision=30296 --- doc/devel/ChangeLog | 4 ++++ doc/devel/evolution-plugin-manual.xml | 14 ++++++++++++++ 2 files changed, 18 insertions(+) (limited to 'doc') 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 + + * evolution-plugin-manual.xml: added missing localedir thing. + 2005-07-12 Not Zed * 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" ...> long description ? @@ -469,6 +470,19 @@ + + localedir + + + If this and domain is defined, then + this is the directory of the locale information for this + domain. It, and the domain will be + passed to bindtextdomain before any + strings are translated. See that function for more + information. + + + name -- cgit