[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3900] branches/1.3



Revision: 3900
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3900&view=rev
Author:   einhverfr
Date:     2011-10-20 22:25:04 +0000 (Thu, 20 Oct 2011)
Log Message:
-----------
Adding en_US and en_GB to language table for new db's

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/sql/Pg-database.sql

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2011-10-20 20:02:22 UTC (rev 3899)
+++ branches/1.3/Changelog	2011-10-20 22:25:04 UTC (rev 3900)
@@ -11,6 +11,8 @@
 * Fixed filename issue in install.sh (Chris T)
 * Fixed stylesheet/salutations display issue in user editing screen (Chris T)
 * Correcting LedgerSMB.pot (bug reported by Herman V) (Chris T)
+* Documented parameterized translation syntax for .po files (Herman V)
+* Added en_GB and en_US to language table for new installations (Chris T)
 
 Changelog for LedgerSMB 1.3.1
 * Language selection for invoice templates fixed (Chris T)

Modified: branches/1.3/sql/Pg-database.sql
===================================================================
--- branches/1.3/sql/Pg-database.sql	2011-10-20 20:02:22 UTC (rev 3899)
+++ branches/1.3/sql/Pg-database.sql	2011-10-20 22:25:04 UTC (rev 3900)
@@ -1667,6 +1667,8 @@
        ('de_CH', 'German (Switzerland)'),
        ('el',    'Greek'),
        ('en',    'English'),
+       ('en_US', 'English (US)'),
+       ('en_GB', 'English (UK)'),
        ('es',    'Spanish'),
        ('es_CO', 'Spanish (Colombia)'),
        ('es_EC', 'Spanish (Ecuador)'),

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.