[freeside-commits] freeside/FS/FS/L10N en_ca.pm, NONE, 1.1.2.2 en_us.pm, 1.1, 1.1.2.1 fr_ca.pm, NONE, 1.1.2.2 fr_fr.pm, NONE, 1.1.2.2
Mark Wells
mark at wavetail.420.am
Thu Sep 15 17:15:49 PDT 2011
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.468.2.5, 1.468.2.6 Locales.pm, 1.1, 1.1.2.1 Schema.pm, 1.317.2.6, 1.317.2.7 conf.pm, 1.2, 1.2.10.1 cust_bill.pm, 1.350.2.3, 1.350.2.4 cust_main.pm, 1.586.2.1, 1.586.2.2 cust_main_Mixin.pm, 1.11, 1.11.2.1
- Next message: [freeside-commits] freeside/FS/FS/part_export shellcommands.pm, 1.57, 1.57.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS/L10N
In directory wavetail.420.am:/tmp/cvs-serv30348/FS/FS/L10N
Modified Files:
Tag: FREESIDE_2_3_BRANCH
en_us.pm
Added Files:
Tag: FREESIDE_2_3_BRANCH
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.1.2.1
diff -u -w -d -r1.1 -r1.1.2.1
--- en_us.pm 12 May 2011 23:31:35 -0000 1.1
+++ en_us.pm 16 Sep 2011 00:15:47 -0000 1.1.2.1
@@ -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.468.2.5, 1.468.2.6 Locales.pm, 1.1, 1.1.2.1 Schema.pm, 1.317.2.6, 1.317.2.7 conf.pm, 1.2, 1.2.10.1 cust_bill.pm, 1.350.2.3, 1.350.2.4 cust_main.pm, 1.586.2.1, 1.586.2.2 cust_main_Mixin.pm, 1.11, 1.11.2.1
- Next message: [freeside-commits] freeside/FS/FS/part_export shellcommands.pm, 1.57, 1.57.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list