aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-03 12:33:15 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-03 12:33:15 +0000
commitc88f73ef0f34ffb799a98233b4ac5a5ed7cab218 (patch)
tree94e905c0a52979108207e4b97bf0c9a9c70153c9 /mail
parent40181dd8f78b53fbcc366762ba82d2bf88e7b78f (diff)
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/sympa5/files/patch-src-Language.pm11
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/sympa5/files/patch-src-Language.pm b/mail/sympa5/files/patch-src-Language.pm
index dfdc52934f47..dff55c17eef5 100644
--- a/mail/sympa5/files/patch-src-Language.pm
+++ b/mail/sympa5/files/patch-src-Language.pm
@@ -1,5 +1,5 @@
--- src/Language.pm.orig Thu Aug 11 14:49:48 2005
-+++ src/Language.pm Mon Sep 26 10:45:27 2005
++++ src/Language.pm Mon Oct 3 10:05:04 2005
@@ -1,5 +1,5 @@
# Language.pm - This module does just the initial setup for the international messages
-# RCS Identication ; $Revision: 1.40.2.4 $ ; $Date: 2005/08/11 12:49:48 $
@@ -7,6 +7,15 @@
#
# Sympa - SYsteme de Multi-Postage Automatique
# Copyright (c) 1997, 1998, 1999, 2000, 2001 Comite Reseau des Universites
+@@ -126,7 +126,7 @@
+ }
+
+ &Locale::Messages::textdomain("sympa");
+- &Locale::Messages::bindtextdomain('sympa','--DIR--/locale');
++ &Locale::Messages::bindtextdomain('sympa','--DIR--/share/locale');
+ &Locale::Messages::bind_textdomain_codeset('sympa',$recode) if $recode;
+ #bind_textdomain_codeset sympa => 'iso-8859-1';
+
@@ -134,16 +134,20 @@
unless (setlocale(&POSIX::LC_ALL, $locale)) {
unless (setlocale(&POSIX::LC_ALL, $lang)) {