Hello community,

here is the log from the commit of package grantlee-editor for openSUSE:Factory 
checked in at 2020-01-12 23:20:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old)
 and      /work/SRC/openSUSE:Factory/.grantlee-editor.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grantlee-editor"

Sun Jan 12 23:20:04 2020 rev:40 rq:762294 version:19.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes  
2019-12-14 12:08:06.623354751 +0100
+++ 
/work/SRC/openSUSE:Factory/.grantlee-editor.new.6675/grantlee-editor.changes    
    2020-01-12 23:20:14.698724277 +0100
@@ -1,0 +2,9 @@
+Tue Jan  7 10:00:04 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 19.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.1
+- No code change since 19.12.0
+
+-------------------------------------------------------------------
@@ -7 +16 @@
-  * https://www.kde.org/announcements/releases/19.12.0
+  * https://www.kde.org/announcements/releases/19.12

Old:
----
  grantlee-editor-19.12.0.tar.xz
  grantlee-editor-19.12.0.tar.xz.sig

New:
----
  grantlee-editor-19.12.1.tar.xz
  grantlee-editor-19.12.1.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.WyJOS3/_old  2020-01-12 23:20:16.010724763 +0100
+++ /var/tmp/diff_new_pack.WyJOS3/_new  2020-01-12 23:20:16.014724764 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grantlee-editor
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           grantlee-editor
-Version:        19.12.0
+Version:        19.12.1
 Release:        0
 Summary:        Messageviewer header theme editor based on Grantlee
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later


++++++ grantlee-editor-19.12.0.tar.xz -> grantlee-editor-19.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-19.12.0/CMakeLists.txt 
new/grantlee-editor-19.12.1/CMakeLists.txt
--- old/grantlee-editor-19.12.0/CMakeLists.txt  2019-12-06 02:52:23.000000000 
+0100
+++ new/grantlee-editor-19.12.1/CMakeLists.txt  2020-01-07 03:29:37.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.5)
-set(KDEPIM_VERSION_NUMBER "5.13.0")
+set(KDEPIM_VERSION_NUMBER "5.13.1")
 project(grantlee-editor VERSION ${KDEPIM_VERSION_NUMBER})
-set(KDE_APPLICATIONS_VERSION "19.12.0")
+set(KDE_APPLICATIONS_VERSION "19.12.1")
 set(KF5_MIN_VERSION "5.63.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
@@ -37,16 +37,16 @@
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
-set(MESSAGELIB_LIB_VERSION_LIB "5.13.0")
+set(MESSAGELIB_LIB_VERSION_LIB "5.13.1")
 
-set(AKONADI_MIMELIB_VERSION "5.13.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.13.0")
-set(KDEPIM_APPS_LIB_VERSION_LIB "5.13.0")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.13.0")
-set(LIBKLEO_LIB_VERSION_LIB "5.13.0")
+set(AKONADI_MIMELIB_VERSION "5.13.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.13.1")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.13.1")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.13.1")
+set(LIBKLEO_LIB_VERSION_LIB "5.13.1")
 set(QT_REQUIRED_VERSION "5.11.0")
-set(KIMAP_LIB_VERSION "5.13.0")
-set(PIMCOMMON_LIB_VERSION_LIB "5.13.0")
+set(KIMAP_LIB_VERSION "5.13.1")
+set(PIMCOMMON_LIB_VERSION_LIB "5.13.1")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets WebEngine 
WebEngineWidgets)
 
 # Find KF5 package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/ca/docs/contactthemeeditor/index.docbook 
new/grantlee-editor-19.12.1/po/ca/docs/contactthemeeditor/index.docbook
--- old/grantlee-editor-19.12.0/po/ca/docs/contactthemeeditor/index.docbook     
2019-12-06 02:52:22.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/ca/docs/contactthemeeditor/index.docbook     
2020-01-07 03:29:36.000000000 +0100
@@ -75,7 +75,7 @@
 <title
 >Usar l'&i18n-kapplication;</title>
 <para
->Aquest editor s'utilitza per a crear temes pels vostres contactes al 
&kaddressbook;. Podeu trobar més informació a la documentació del <ulink 
url="http://www.grantlee.org/apidox/";
+>Aquest editor s'utilitza per a crear temes pels vostres contactes al 
&kaddressbook;. Trobareu més informació a la documentació del <ulink 
url="http://www.grantlee.org/apidox/";
 >Grantlee</ulink
 >.</para>
 </sect2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/ca/docs/headerthemeeditor/index.docbook 
new/grantlee-editor-19.12.1/po/ca/docs/headerthemeeditor/index.docbook
--- old/grantlee-editor-19.12.0/po/ca/docs/headerthemeeditor/index.docbook      
2019-12-06 02:52:22.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/ca/docs/headerthemeeditor/index.docbook      
2020-01-07 03:29:36.000000000 +0100
@@ -78,7 +78,7 @@
 >blog</ulink
 >.</para>
 <para
->Podeu trobar més informació a la documentació del <ulink 
url="http://www.grantlee.org/apidox/";
+>Trobareu més informació a la documentació del <ulink 
url="http://www.grantlee.org/apidox/";
 >Grantlee</ulink
 >.</para>
 <para
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/ca/libgrantleethemeeditor.po 
new/grantlee-editor-19.12.1/po/ca/libgrantleethemeeditor.po
--- old/grantlee-editor-19.12.0/po/ca/libgrantleethemeeditor.po 2019-12-06 
02:51:49.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/ca/libgrantleethemeeditor.po 2020-01-07 
03:29:29.000000000 +0100
@@ -177,6 +177,3 @@
 #, kde-format
 msgid "Author name:"
 msgstr "Nom de l'autor:"
-
-#~ msgid "We cannot add file in zip file"
-#~ msgstr "No s'ha pogut afegir el fitxer al fitxer ZIP"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-19.12.0/po/fr/contactthemeeditor.po 
new/grantlee-editor-19.12.1/po/fr/contactthemeeditor.po
--- old/grantlee-editor-19.12.0/po/fr/contactthemeeditor.po     2019-12-06 
02:52:03.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/fr/contactthemeeditor.po     2020-01-07 
03:29:32.000000000 +0100
@@ -19,7 +19,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 19.07.70\n"
+"X-Generator: Lokalize 20.03.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/fr/libgrantleethemeeditor.po 
new/grantlee-editor-19.12.1/po/fr/libgrantleethemeeditor.po
--- old/grantlee-editor-19.12.0/po/fr/libgrantleethemeeditor.po 2019-12-06 
02:52:03.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/fr/libgrantleethemeeditor.po 2020-01-07 
03:29:31.000000000 +0100
@@ -3,6 +3,7 @@
 # xavier <xavier.besn...@neuf.fr>, 2013.
 # Sebastien Renard <ren...@kde.org>, 2013.
 # Vincent Pinon <vpi...@kde.org>, 2017.
+# Simon Depiets <sdepi...@gmail.com>, 2019.
 #
 msgid ""
 msgstr ""
@@ -17,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.03.70\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/gl/libgrantleethemeeditor.po 
new/grantlee-editor-19.12.1/po/gl/libgrantleethemeeditor.po
--- old/grantlee-editor-19.12.0/po/gl/libgrantleethemeeditor.po 2019-12-06 
02:52:04.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/gl/libgrantleethemeeditor.po 2020-01-07 
03:29:32.000000000 +0100
@@ -2,14 +2,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Xosé <xoseca...@gmail.com>, 2013.
 # Adrián Chaves Fernández (Gallaecio) <adriyeticha...@gmail.com>, 2015.
-# Adrián Chaves (Gallaecio) <adr...@chaves.io>, 2017, 2018, 2019.
+# Adrián Chaves (Gallaecio) <adr...@chaves.io>, 2017, 2018, 2019, 2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:14+0200\n"
-"PO-Revision-Date: 2019-09-29 09:15+0200\n"
+"PO-Revision-Date: 2020-01-05 19:14+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <proxe...@trasno.gal>\n"
 "Language: gl\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.11.70\n"
+"X-Generator: Lokalize 19.08.3\n"
 
 #: desktopfilepage.cpp:45
 #, kde-format
@@ -147,7 +147,7 @@
 #, kde-format
 msgctxt "@action:inmenu"
 msgid "Close Tab"
-msgstr "Pechar a lapela"
+msgstr "Pechar o separador"
 
 #: themesession.cpp:74
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/it/contactprintthemeeditor.po 
new/grantlee-editor-19.12.1/po/it/contactprintthemeeditor.po
--- old/grantlee-editor-19.12.0/po/it/contactprintthemeeditor.po        
2019-12-06 02:52:09.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/it/contactprintthemeeditor.po        
2020-01-07 03:29:32.000000000 +0100
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-19.12.0/po/it/contactthemeeditor.po 
new/grantlee-editor-19.12.1/po/it/contactthemeeditor.po
--- old/grantlee-editor-19.12.0/po/it/contactthemeeditor.po     2019-12-06 
02:52:08.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/it/contactthemeeditor.po     2020-01-07 
03:29:32.000000000 +0100
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-19.12.0/po/it/headerthemeeditor.po 
new/grantlee-editor-19.12.1/po/it/headerthemeeditor.po
--- old/grantlee-editor-19.12.0/po/it/headerthemeeditor.po      2019-12-06 
02:52:09.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/it/headerthemeeditor.po      2020-01-07 
03:29:32.000000000 +0100
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/it/libgrantleethemeeditor.po 
new/grantlee-editor-19.12.1/po/it/libgrantleethemeeditor.po
--- old/grantlee-editor-19.12.0/po/it/libgrantleethemeeditor.po 2019-12-06 
02:52:09.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/it/libgrantleethemeeditor.po 2020-01-07 
03:29:32.000000000 +0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Luigi Toscano <luigi.tosc...@tiscali.it>, 2013, 2015.
+# Luigi Toscano <luigi.tosc...@tiscali.it>, 2013, 2015, 2019.
 #
 msgid ""
 msgstr ""
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #: desktopfilepage.cpp:45
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/sv/docs/contactthemeeditor/index.docbook 
new/grantlee-editor-19.12.1/po/sv/docs/contactthemeeditor/index.docbook
--- old/grantlee-editor-19.12.0/po/sv/docs/contactthemeeditor/index.docbook     
2019-12-06 02:52:23.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/sv/docs/contactthemeeditor/index.docbook     
2020-01-07 03:29:37.000000000 +0100
@@ -110,8 +110,7 @@
 >Översättning Stefan Asserhäll <email
 >stefan.asserh...@bredband.net</email
 ></para
-> 
-&underFDL; &underGPL; </sect2>
+> &underFDL; &underGPL; </sect2>
 
 </sect1>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/sv/docs/headerthemeeditor/index.docbook 
new/grantlee-editor-19.12.1/po/sv/docs/headerthemeeditor/index.docbook
--- old/grantlee-editor-19.12.0/po/sv/docs/headerthemeeditor/index.docbook      
2019-12-06 02:52:23.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/sv/docs/headerthemeeditor/index.docbook      
2020-01-07 03:29:37.000000000 +0100
@@ -117,8 +117,7 @@
 >Översättning Stefan Asserhäll <email
 >stefan.asserh...@bredband.net</email
 ></para
-> 
-&underFDL; &underGPL; </sect2>
+> &underFDL; &underGPL; </sect2>
 
 </sect1>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/zh_CN/contactprintthemeeditor.po 
new/grantlee-editor-19.12.1/po/zh_CN/contactprintthemeeditor.po
--- old/grantlee-editor-19.12.0/po/zh_CN/contactprintthemeeditor.po     
2019-12-06 02:52:21.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/zh_CN/contactprintthemeeditor.po     
2020-01-07 03:29:36.000000000 +0100
@@ -7,15 +7,14 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-06 03:12+0200\n"
-"PO-Revision-Date: 2019-11-19 23:10\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:48\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-stable/messages/pim/contactprintthemeeditor.pot\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/zh_CN/contactthemeeditor.po 
new/grantlee-editor-19.12.1/po/zh_CN/contactthemeeditor.po
--- old/grantlee-editor-19.12.0/po/zh_CN/contactthemeeditor.po  2019-12-06 
02:52:21.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/zh_CN/contactthemeeditor.po  2020-01-07 
03:29:36.000000000 +0100
@@ -8,15 +8,14 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-30 03:07+0200\n"
-"PO-Revision-Date: 2019-11-19 23:10\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:48\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-stable/messages/pim/contactthemeeditor.pot\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/zh_CN/headerthemeeditor.po 
new/grantlee-editor-19.12.1/po/zh_CN/headerthemeeditor.po
--- old/grantlee-editor-19.12.0/po/zh_CN/headerthemeeditor.po   2019-12-06 
02:52:21.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/zh_CN/headerthemeeditor.po   2020-01-07 
03:29:36.000000000 +0100
@@ -7,15 +7,14 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-06 03:12+0200\n"
-"PO-Revision-Date: 2019-11-19 23:10\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:48\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-stable/messages/pim/headerthemeeditor.pot\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/zh_CN/libgrantleethemeeditor.po 
new/grantlee-editor-19.12.1/po/zh_CN/libgrantleethemeeditor.po
--- old/grantlee-editor-19.12.0/po/zh_CN/libgrantleethemeeditor.po      
2019-12-06 02:52:21.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/zh_CN/libgrantleethemeeditor.po      
2020-01-07 03:29:36.000000000 +0100
@@ -7,15 +7,14 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:14+0200\n"
-"PO-Revision-Date: 2019-11-19 23:11\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:48\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-stable/messages/pim/libgrantleethemeeditor.pot\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/zh_TW/contactprintthemeeditor.po 
new/grantlee-editor-19.12.1/po/zh_TW/contactprintthemeeditor.po
--- old/grantlee-editor-19.12.0/po/zh_TW/contactprintthemeeditor.po     
2019-12-06 02:52:21.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/zh_TW/contactprintthemeeditor.po     
2020-01-07 03:29:36.000000000 +0100
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2019-09-30 19:51+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
-"Language-Team: Chinese <chinese-l...@googlegroups.com>\n"
+"Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/zh_TW/contactthemeeditor.po 
new/grantlee-editor-19.12.1/po/zh_TW/contactthemeeditor.po
--- old/grantlee-editor-19.12.0/po/zh_TW/contactthemeeditor.po  2019-12-06 
02:52:21.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/zh_TW/contactthemeeditor.po  2020-01-07 
03:29:36.000000000 +0100
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2019-05-30 03:07+0200\n"
 "PO-Revision-Date: 2019-01-19 19:36+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
-"Language-Team: Chinese <zh-l...@linux.org.tw>\n"
+"Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/zh_TW/headerthemeeditor.po 
new/grantlee-editor-19.12.1/po/zh_TW/headerthemeeditor.po
--- old/grantlee-editor-19.12.0/po/zh_TW/headerthemeeditor.po   2019-12-06 
02:52:21.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/zh_TW/headerthemeeditor.po   2020-01-07 
03:29:36.000000000 +0100
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2019-01-19 19:36+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
-"Language-Team: Chinese <zh-l...@linux.org.tw>\n"
+"Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-19.12.0/po/zh_TW/libgrantleethemeeditor.po 
new/grantlee-editor-19.12.1/po/zh_TW/libgrantleethemeeditor.po
--- old/grantlee-editor-19.12.0/po/zh_TW/libgrantleethemeeditor.po      
2019-12-06 02:52:21.000000000 +0100
+++ new/grantlee-editor-19.12.1/po/zh_TW/libgrantleethemeeditor.po      
2020-01-07 03:29:36.000000000 +0100
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2019-05-20 03:14+0200\n"
 "PO-Revision-Date: 2019-03-22 00:46+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
-"Language-Team: Chinese <zh-l...@linux.org.tw>\n"
+"Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"


Reply via email to