[freeside-commits] freeside/FS/FS/L10N en_ca.pm, NONE, 1.1 en_us.pm, 1.1, 1.2 fr_ca.pm, NONE, 1.1 fr_fr.pm, NONE, 1.1
Mark Wells
mark at wavetail.420.am
Thu Sep 15 03:18:54 PDT 2011
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.473, 1.474 Locales.pm, 1.1, 1.2 Schema.pm, 1.326, 1.327 conf.pm, 1.2, 1.3 cust_bill.pm, 1.353, 1.354 cust_main.pm, 1.588, 1.589 cust_main_Mixin.pm, 1.11, 1.12
- Next message: [freeside-commits] freeside/FS/FS/part_export shellcommands.pm, 1.58, 1.59
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS/L10N
In directory wavetail.420.am:/tmp/cvs-serv16658/FS/FS/L10N
Modified Files:
en_us.pm
Added Files:
en_ca.pm fr_ca.pm fr_fr.pm
Log Message:
invoice template and config localization, #12367
--- NEW FILE: fr_fr.pm ---
package FS::L10N::fr_fr;
use base qw(FS::L10N::DBI);
our %Lexicon = ( _AUTO => 1 );
1;
Index: en_us.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/L10N/en_us.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- en_us.pm 12 May 2011 23:31:35 -0000 1.1
+++ en_us.pm 15 Sep 2011 10:18:50 -0000 1.2
@@ -1,6 +1,5 @@
package FS::L10N::en_us;
use base qw(FS::L10N);
-#use strict;
our %Lexicon = ( _AUTO=>1 );
--- NEW FILE: fr_ca.pm ---
package FS::L10N::fr_ca;
use base qw(FS::L10N::fr_fr);
1;
--- NEW FILE: en_ca.pm ---
package FS::L10N::en_ca;
use base qw(FS::L10N::en_us);
1;
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.473, 1.474 Locales.pm, 1.1, 1.2 Schema.pm, 1.326, 1.327 conf.pm, 1.2, 1.3 cust_bill.pm, 1.353, 1.354 cust_main.pm, 1.588, 1.589 cust_main_Mixin.pm, 1.11, 1.12
- Next message: [freeside-commits] freeside/FS/FS/part_export shellcommands.pm, 1.58, 1.59
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list