[Rt-commit] [svn] r783 - in rt: . branches/rt-3.3/lib/RT

autrijus at pallas.eruditorum.org autrijus at pallas.eruditorum.org
Sat May 1 06:50:32 EDT 2004


Author: autrijus
Date: Sat May  1 06:50:30 2004
New Revision: 783

Modified:
   rt/   (props changed)
   rt/branches/rt-3.3/lib/RT/I18N.pm
Log:
 ----------------------------------------------------------------------
 r4319 at not:  autrijus | 2004-05-01T10:50:15.580296Z
 
 * glob local/*.po too for consistency and intuitiveness.
 ----------------------------------------------------------------------


Modified: rt/branches/rt-3.3/lib/RT/I18N.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/I18N.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/I18N.pm	Sat May  1 06:50:30 2004
@@ -97,6 +97,7 @@
 	    $_	=> [
 		Gettext => (substr(__FILE__, 0, -3) . "/$_.po"),
 		Gettext => "$RT::LocalLexiconPath/*/$_.po",
+		Gettext => "$RT::LocalLexiconPath/$_.po",
 	    ],
 	} @lang
     });


More information about the Rt-commit mailing list