[haiku-commits] haiku.r1alpha4: hrevr1alpha4-44668 - src/kits/locale

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 4 Nov 2012 15:03:40 +0100 (CET)

hrevr1alpha4-44668 adds 1 changeset to branch 'r1alpha4'
old head: e1db135d447163f68af73febfac6cd1c2ce4b509
new head: 39839e3b6172365fa8f8efa23731b10680dbad57

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

39839e3: 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:    hrevr1alpha4-44668
Commit:      39839e3b6172365fa8f8efa23731b10680dbad57
URL:         http://cgit.haiku-os.org/haiku/commit/?id=39839e3
Author:      Niels Sascha Reedijk <niels.reedijk@xxxxxxxxx>
Date:        Sun Nov  4 09:10:51 2012 UTC
Committer:   Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Commit-Date: Sun Nov  4 14:00:55 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.r1alpha4: hrevr1alpha4-44668 - src/kits/locale - kallisti5