[Po4a-commits] "po4a po4a, 1.31, 1.32 po4a-translate, 1.39, 1.40 po4a-gettextize, 1.33, 1.34 po4a-updatepo, 1.37, 1.38 po4a-normalize, 1.27, 1.28"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Thu Sep 22 21:51:51 UTC 2005


Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv27491

Modified Files:
	po4a po4a-translate po4a-gettextize po4a-updatepo 
	po4a-normalize 
Log Message:
textdomain was moved to the Locale::Po4a::Common module.


Index: po4a
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- po4a	2 Sep 2005 22:07:52 -0000	1.31
+++ po4a	22 Sep 2005 21:51:49 -0000	1.32
@@ -253,7 +253,7 @@
 
 use File::Temp;
 
-textdomain('po4a');
+Locale::Po4a::Common::textdomain('po4a');
 
 
 sub show_version {

Index: po4a-updatepo
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a-updatepo,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- po4a-updatepo	24 Jul 2005 17:06:33 -0000	1.37
+++ po4a-updatepo	22 Sep 2005 21:51:49 -0000	1.38
@@ -123,7 +123,7 @@
 
 use File::Temp;
 
-textdomain('po4a');
+Locale::Po4a::Common::textdomain('po4a');
 
 sub show_version {
     Locale::Po4a::Common::show_version("po4a-updatepo");

Index: po4a-gettextize
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a-gettextize,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- po4a-gettextize	30 May 2005 07:13:38 -0000	1.33
+++ po4a-gettextize	22 Sep 2005 21:51:49 -0000	1.34
@@ -142,7 +142,7 @@
 
 use Pod::Usage qw(pod2usage);
 
-textdomain('po4a');
+Locale::Po4a::Common::textdomain('po4a');
 
 
 sub show_version {

Index: po4a-normalize
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a-normalize,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- po4a-normalize	30 May 2005 07:13:38 -0000	1.27
+++ po4a-normalize	22 Sep 2005 21:51:49 -0000	1.28
@@ -95,7 +95,7 @@
 
 use Pod::Usage qw(pod2usage);
 
-textdomain('po4a');
+Locale::Po4a::Common::textdomain('po4a');
 
 sub show_version {
     Locale::Po4a::Common::show_version("po4a-normalize");

Index: po4a-translate
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a-translate,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- po4a-translate	30 May 2005 07:13:38 -0000	1.39
+++ po4a-translate	22 Sep 2005 21:51:49 -0000	1.40
@@ -159,7 +159,7 @@
 use Pod::Usage qw(pod2usage);
 use Getopt::Long qw(GetOptions);
 
-textdomain("po4a");
+Locale::Po4a::Common::textdomain("po4a");
 
 sub show_version {
     Locale::Po4a::Common::show_version("po4a-translate");




More information about the Po4a-commits mailing list