summaryrefslogtreecommitdiff
path: root/LedgerSMB/Locale.pm
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-24 01:28:20 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-24 01:28:20 +0000
commit4c3056423957501e9d9a2c1ffefa703a1ec87ec1 (patch)
tree8c05bd2b909e0cc64455dbcc2083faa6cb215632 /LedgerSMB/Locale.pm
parent0fdca403744d98232bf332d2a72ae69d6a23312b (diff)
Made .mo path user configurable
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@276 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/Locale.pm')
-rw-r--r--LedgerSMB/Locale.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/LedgerSMB/Locale.pm b/LedgerSMB/Locale.pm
index 80e2043e..1d711867 100644
--- a/LedgerSMB/Locale.pm
+++ b/LedgerSMB/Locale.pm
@@ -17,7 +17,7 @@
#
#======================================================================
# This package contains locale related functions:
-#
+#`
# get_handle - gets a locale handle
# text - outputs HTML escaped translation for input text
# date - formats date for the locale
@@ -30,10 +30,9 @@ use Locale::Maketext::Lexicon;
use HTML::Entities;
use Encode;
-$localepath = 'locale/mo';
Locale::Maketext::Lexicon->import({
'*' => [
- Gettext => "$localepath/*/LC_MESSAGES/LedgerSMB.mo",
+ Gettext => "${LedgerSMB::Sysconfig::localepath}/*/LC_MESSAGES/LedgerSMB.mo",
],
_auto => 1,
_decode => 1,