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

List:       kde-core-devel
Subject:    [PATCH] Re: [KNode GUI] scoring rule dialog mostly untranslated!
From:       Stephan Johach <lucardus () onlinehome ! de>
Date:       2005-12-28 13:21:15
Message-ID: 200512281421.15301.lucardus () onlinehome ! de
[Download RAW message or body]

Hi!

The attached patch seems to fix a translation problem in knode. Please review.

Am Mittwoch, 28. Dezember 2005 11:49 schrieb Stephan Johach:
> While updating the german knode doc translation , I stumbled over
> the scoring rule dialog in knode.
>
> It seems it's partly untranslated at least in my german version.
> The german po file has no fuzzies and no new entries,
> so I suspect some missing i18n calls or a problem with
> the extracted pot file.

Regards,
Stephan

["knode-patch.diff" (text/x-diff)]

Index: knode_part.cpp
===================================================================
--- knode_part.cpp	(revision 491709)
+++ knode_part.cpp	(working copy)
@@ -61,6 +61,7 @@
   kdDebug(5003) << "  InstanceName: " << kapp->instanceName() << endl;
 
   KGlobal::locale()->insertCatalogue("libkdenetwork");
+  KGlobal::locale()->insertCatalogue("libkdepim");
   kapp->dcopClient()->suspend(); // Don't handle DCOP requests yet
   KGlobal::iconLoader()->addAppDir("knode");
   knGlobals.instance = KNodeFactory::instance();
Index: main.cpp
===================================================================
--- main.cpp	(revision 491709)
+++ main.cpp	(working copy)
@@ -38,6 +38,7 @@
 
   KNApplication app;
   KGlobal::locale()->insertCatalogue("libkdenetwork");
+  KGlobal::locale()->insertCatalogue("libkdepim");
   return app.exec();
 }
 


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

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