From aee7ba26bbd7b61b8337c5dcf18d25ad872ceebf Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Fri, 24 May 2002 12:02:09 +0000 Subject: [PATCH] There is no LC_MESSAGES in POSIX perl module (why?!). Use LC_ALL instead. Changed files: bins-gui_locale.patch -> 1.1 --- bins-gui_locale.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bins-gui_locale.patch diff --git a/bins-gui_locale.patch b/bins-gui_locale.patch new file mode 100644 index 0000000..9e17f52 --- /dev/null +++ b/bins-gui_locale.patch @@ -0,0 +1,21 @@ +diff -durN bins-1.1.7.orig/bins-edit-gui bins-1.1.7/bins-edit-gui +--- bins-1.1.7.orig/bins-edit-gui Fri May 24 11:41:24 2002 ++++ bins-1.1.7/bins-edit-gui Fri May 24 11:41:51 2002 +@@ -52,7 +52,7 @@ + use Text::Iconv; + + # for localized text +-use POSIX qw(setlocale LC_MESSAGES); ++use POSIX qw(setlocale LC_ALL); + use Locale::gettext; + + sub _ { +@@ -63,7 +63,7 @@ + + $localePath = "/usr/share/locale"; # Base locale path (for I18N) + +-setlocale(LC_MESSAGES, ""); ++setlocale(LC_ALL, ""); + bindtextdomain("bins-edit-gui", $localePath); + textdomain("bins-edit-gui"); + -- 2.44.0