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

List:       kde-commits
Subject:    branches/koffice/2.0/koffice/libs
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2009-04-09 20:44:53
Message-ID: 1239309893.749871.6003.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 951658 by coles:

Updated Messages.sh to catch the i18n strings in .h files too.  Adds a handful of new \
messages.

Given one of the newly imported strings contained a typo, I've fixed it before it \
becomes visible to translators -  with the added advantage that the no-typo string is \
already in other .pot files.

CCMAIL: kde-i18n-doc@kde.org



 M  +1 -1      Messages.sh  
 M  +1 -1      pigment/compositeops/KoCompositeOpSubstract.h  


--- branches/koffice/2.0/koffice/libs/Messages.sh #951657:951658
@@ -1,6 +1,6 @@
 #! /bin/sh
 LIST=`find . \( -name \*.ui -o -name \*.rc \) -type f | grep -v -e '/\.'`
 $EXTRACTRC $LIST >> rc.cpp
-LIST=`find . \( -name \*.cpp -o -name \*.cc \) -type f | grep -v -e '/\.'`
+LIST=`find . \( -name \*.cpp -o -name \*.cc -o -name \*.h \) -type f | grep -v -e \
'/\.'`  $XGETTEXT $LIST -o $podir/koffice.pot
 
--- branches/koffice/2.0/koffice/libs/pigment/compositeops/KoCompositeOpSubstract.h \
#951657:951658 @@ -32,7 +32,7 @@
     public:
 
         KoCompositeOpSubstract(const KoColorSpace * cs)
-        : KoCompositeOpAlphaBase<_CSTraits, KoCompositeOpSubstract<_CSTraits> >(cs, \
COMPOSITE_SUBSTRACT, i18n("Substract" ) ) +        : \
KoCompositeOpAlphaBase<_CSTraits, KoCompositeOpSubstract<_CSTraits> >(cs, \
COMPOSITE_SUBSTRACT, i18n("Subtract" ) )  {
         }
 


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

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