[haiku-commits] haiku: hrev44747 - src/kits/locale

  • From: niels.reedijk@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 4 Nov 2012 10:21:57 +0100 (CET)

hrev44747 adds 1 changeset to branch 'master'
old head: e8cdcede0390efb556762e241e2381935baf0532
new head: f5df0bc898fd496ab23ebdf38c5bb89bd8914f2d

----------------------------------------------------------------------------

f5df0bc: Use uppercase country codes in catalog names.
  
  nielx+pulkomandy: With the switch from Pootle we switched to the correct
  representation of country codes by using lang_COUNTRY (instead of 
lang_country).
  Haiku did not respect that yet and instead always looked for lower case 
country
  codes, thus not finding all the hard work of the pt_BR team.
  
  Other translations currently affected are en_CA and en_GB, though these are 
not
  actively maintained.
  
  +alpha4

                          [ Niels Sascha Reedijk <niels.reedijk@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44747
Commit:      f5df0bc898fd496ab23ebdf38c5bb89bd8914f2d
URL:         http://cgit.haiku-os.org/haiku/commit/?id=f5df0bc
Author:      Niels Sascha Reedijk <niels.reedijk@xxxxxxxxx>
Date:        Sun Nov  4 09:10:51 2012 UTC

----------------------------------------------------------------------------

1 file changed, 2 deletions(-)
src/kits/locale/CatalogData.cpp | 2 --

----------------------------------------------------------------------------

diff --git a/src/kits/locale/CatalogData.cpp b/src/kits/locale/CatalogData.cpp
index 39f0fcc..f0bd0e2 100644
--- a/src/kits/locale/CatalogData.cpp
+++ b/src/kits/locale/CatalogData.cpp
@@ -16,8 +16,6 @@ BCatalogData::BCatalogData(const char* signature, const char* 
language,
        fFingerprint(fingerprint),
        fNext(NULL)
 {
-       fLanguageName.ToLower();
-               // canonicalize language-name to lowercase
 }
 
 


Other related posts:

  • » [haiku-commits] haiku: hrev44747 - src/kits/locale - niels . reedijk