[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:16 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=19207e9

The following commit has been merged in the master branch:
commit 19207e97b3c3646e358b7cd8de89bdbf71d6b4a4
Author: Albert Astals Cid <tsdgeos at terra.es>
Date:   Mon Apr 2 23:47:15 2012 +0200

    Instruct xgettext that %t is not a printf-like %t
    
    Otherwise it forces the translation to have a %t too
---
 config/telepathy-kded-config.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/config/telepathy-kded-config.cpp b/config/telepathy-kded-config.cpp
index 59f849c..02ef9b4 100644
--- a/config/telepathy-kded-config.cpp
+++ b/config/telepathy-kded-config.cpp
@@ -41,9 +41,13 @@ TelepathyKDEDConfig::TelepathyKDEDConfig(QWidget *parent, const QVariantList& ar
     ui->setupUi(this);
 
     m_tagNames << QLatin1String("%title") << QLatin1String("%artist") << QLatin1String("%album") << QLatin1String("%track");
+    // xgettext: no-c-format
     m_localizedTagNames << i18nc("Title tag in now playing plugin, use one word and keep the '%' character.", "%title")
+                        // xgettext: no-c-format
                         << i18nc("Artist tag in now playing plugin, use one word and keep the '%' character.", "%artist")
+                        // xgettext: no-c-format
                         << i18nc("Album tag in now playing plugin, use one word and keep the '%' character.", "%album")
+                        // xgettext: no-c-format
                         << i18nc("Track number tag in now playing plugin, use one word and keep the '%' character.", "%track");
 
     QStringList itemsIcons;

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list