[Jifty-commit] r1168 - jifty/trunk/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jun 5 17:09:18 EDT 2006


Author: ishigaki
Date: Mon Jun  5 17:09:13 2006
New Revision: 1168

Modified:
   jifty/trunk/lib/Jifty/Config.pm

Log:
changed PoDir's default setting to include $app_name

Modified: jifty/trunk/lib/Jifty/Config.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Config.pm	(original)
+++ jifty/trunk/lib/Jifty/Config.pm	Mon Jun  5 17:09:13 2006
@@ -228,7 +228,7 @@
             Mailer     => 'Sendmail',
             MailerArgs => [],
             L10N       => {
-                PoDir => "%share/po%",
+                PoDir => "%$app_name/share/po%",
             },
             Plugins    => [],
             Web        => {


More information about the Jifty-commit mailing list