[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kcontrol/locale
From:       Eugene Zelenko <greendeath () mail ! ru>
Date:       2002-12-21 2:27:07
[Download RAW message or body]

CVS commit by zelenko: 

Separate "MM" translations for minutes and month.
Belarusian translations must be different.


  M +2 -2      localetime.cpp   1.51


--- kdebase/kcontrol/locale/localetime.cpp  #1.50:1.51
@@ -100,5 +100,5 @@ QValueList<StringPair> KLocaleConfigTime
   list+=buildStringPair('I',m_locale->translate("PH"));
   list+=buildStringPair('l',m_locale->translate("pH"));
-  list+=buildStringPair('M',m_locale->translate("MM"));
+  list+=buildStringPair('M',m_locale->translate("Minute", "MM"));
   list+=buildStringPair('S',m_locale->translate("SS"));
   list+=buildStringPair('p',m_locale->translate("AMPM"));
@@ -115,5 +115,5 @@ QValueList <StringPair> KLocaleConfigTim
   list+=buildStringPair('y',m_locale->translate("YY"));
   list+=buildStringPair('n',m_locale->translate("mM"));
-  list+=buildStringPair('m',m_locale->translate("MM"));
+  list+=buildStringPair('m',m_locale->translate("Month", "MM"));
   list+=buildStringPair('b',m_locale->translate("SHORTMONTH"));
   list+=buildStringPair('B',m_locale->translate("MONTH"));


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic