Hello community,

here is the log from the commit of package kcharselect for openSUSE:Factory 
checked in at 2019-08-16 15:36:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcharselect (Old)
 and      /work/SRC/openSUSE:Factory/.kcharselect.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcharselect"

Fri Aug 16 15:36:24 2019 rev:99 rq:723619 version:19.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcharselect/kcharselect.changes  2019-07-16 
08:31:29.927413816 +0200
+++ /work/SRC/openSUSE:Factory/.kcharselect.new.22127/kcharselect.changes       
2019-08-16 15:36:25.741860156 +0200
@@ -1,0 +2,30 @@
+Fri Aug  9 08:30:35 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 19.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.0.php
+- No code change since 19.07.90
+
+-------------------------------------------------------------------
+Tue Aug 06 16:50:48 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.07.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-rc.php
+- No code changes since 19.07.80
+
+-------------------------------------------------------------------
+Tue Jul 23 11:58:58 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-beta.php
+- Changes since 19.04.3:
+  * Follow KDE_APPLICATIONS_VERSION
+  * CMake: simplify version check
+  * Clean up cmakelist.txt.
+
+-------------------------------------------------------------------

Old:
----
  kcharselect-19.04.3.tar.xz

New:
----
  applications.keyring
  kcharselect-19.08.0.tar.xz
  kcharselect-19.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ kcharselect.spec ++++++
--- /var/tmp/diff_new_pack.PBM54d/_old  2019-08-16 15:36:26.173860031 +0200
+++ /var/tmp/diff_new_pack.PBM54d/_new  2019-08-16 15:36:26.173860031 +0200
@@ -21,13 +21,17 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kcharselect
-Version:        19.04.3
+Version:        19.08.0
 Release:        0
 Summary:        KDE Character Selector
 License:        GPL-2.0-or-later
 Group:          Productivity/Other
-URL:            http://www.kde.org
-Source0:        %{name}-%{version}.tar.xz
+URL:            https://www.kde.org
+Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kbookmarks-devel
 BuildRequires:  kdoctools-devel

++++++ kcharselect-19.04.3.tar.xz -> kcharselect-19.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/.gitignore 
new/kcharselect-19.08.0/.gitignore
--- old/kcharselect-19.04.3/.gitignore  1970-01-01 01:00:00.000000000 +0100
+++ new/kcharselect-19.08.0/.gitignore  2019-08-09 02:03:04.000000000 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/CMakeLists.txt 
new/kcharselect-19.08.0/CMakeLists.txt
--- old/kcharselect-19.04.3/CMakeLists.txt      2019-07-09 02:09:47.000000000 
+0200
+++ new/kcharselect-19.08.0/CMakeLists.txt      2019-08-09 02:21:35.000000000 
+0200
@@ -1,24 +1,23 @@
-cmake_minimum_required (VERSION 3.0 FATAL_ERROR)
-set(KCHARSELECT_VERSION "1.13")
-project(kcharselect VERSION ${KCHARSELECT_VERSION})
-
-set (QT_MIN_VERSION "5.5.0")
-set (KF5_MIN_VERSION "5.25.0")
-
-option(RUN_UNINSTALL "test run uninstalled apps (experimental)" FALSE)
-
-set(ECM_VERSION "5.30.0")
-# ECM setup
-if (RUN_UNINSTALL)
-   set(ECM_VERSION "5.38.0")
-endif()
+cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
+
+# KDE Application Version, managed by release script
+set(KDE_APPLICATIONS_VERSION_MAJOR "19")
+set(KDE_APPLICATIONS_VERSION_MINOR "08")
+set(KDE_APPLICATIONS_VERSION_MICRO "0")
+set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
+
+project(kcharselect VERSION ${KDE_APPLICATIONS_VERSION})
+
+set (QT_MIN_VERSION "5.9.0")
+set (KF5_MIN_VERSION "5.46.0")
 
-find_package (ECM ${ECM_VERSION} REQUIRED NO_MODULE)
+find_package (ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
 set (CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
+include(ECMSetupVersion)
 
 find_package (Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
     Core
@@ -35,11 +34,10 @@
 )
 
 
-configure_file(config-kcharselect.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-kcharselect.h)
+ecm_setup_version(${KDE_APPLICATIONS_VERSION} VARIABLE_PREFIX KCHARSELECT 
VERSION_HEADER kcharselect_version.h)
 
 add_definitions( -DQT_DISABLE_DEPRECATED_BEFORE=0x060000 )
-add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
-if (${KF5Config_VERSION} STRGREATER "5.56.0")
+if (KF5Config_VERSION VERSION_GREATER "5.56.0")
         add_definitions(-DQT_NO_FOREACH)
         MESSAGE(STATUS "compile without foreach")
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/config-kcharselect.h.cmake 
new/kcharselect-19.08.0/config-kcharselect.h.cmake
--- old/kcharselect-19.04.3/config-kcharselect.h.cmake  2019-06-23 
17:29:52.000000000 +0200
+++ new/kcharselect-19.08.0/config-kcharselect.h.cmake  1970-01-01 
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#define KCHARSELECT_VERSION "${KCHARSELECT_VERSION}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/main.cc 
new/kcharselect-19.08.0/main.cc
--- old/kcharselect-19.04.3/main.cc     2019-06-23 17:29:52.000000000 +0200
+++ new/kcharselect-19.08.0/main.cc     2019-08-09 02:03:04.000000000 +0200
@@ -23,7 +23,7 @@
 #include <KLocalizedString>
 #include <Kdelibs4ConfigMigrator>
 #include "kcharselectdia.h"
-#include <config-kcharselect.h>
+#include "kcharselect_version.h"
 
 int main(int argc, char **argv)
 {
@@ -43,7 +43,7 @@
   migrate.migrate();
 
   KAboutData aboutData( QStringLiteral("kcharselect"), i18n("KCharSelect"),
-    QStringLiteral(KCHARSELECT_VERSION), i18n("KDE character selection 
utility"), KAboutLicense::GPL,
+    QStringLiteral(KCHARSELECT_VERSION_STRING), i18n("KDE character selection 
utility"), KAboutLicense::GPL,
     QString(), i18n("A wrapper around the KCharSelect widget."), 
QStringLiteral("https://utils.kde.org/projects/kcharselect/";) );
 
   aboutData.addAuthor(i18n("Christoph Feck"), i18n("KF5 port and current 
maintainer"), QStringLiteral("cf...@kde.org"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/org.kde.kcharselect.appdata.xml 
new/kcharselect-19.08.0/org.kde.kcharselect.appdata.xml
--- old/kcharselect-19.04.3/org.kde.kcharselect.appdata.xml     2019-06-23 
17:29:52.000000000 +0200
+++ new/kcharselect-19.08.0/org.kde.kcharselect.appdata.xml     2019-08-09 
02:03:04.000000000 +0200
@@ -84,7 +84,7 @@
     <p xml:lang="uk">KCharSelect — програма для вибору спеціальних символів з 
усіх встановлених шрифтів і копіювання цих символів до буфера обміну даними.</p>
     <p xml:lang="x-test">xxKCharSelect is a tool to select special characters 
from all installed fonts and copy them into the clipboard.xx</p>
     <p xml:lang="zh-CN">字符选取器 是一个用于从所有已安装字体中选择特殊字符并且把它们复制到剪贴板中的工具。</p>
-    <p xml:lang="zh-TW">KCharSelect 是個能從所有安裝字體中選取特殊符號,並複製到剪貼板的工具。</p>
+    <p xml:lang="zh-TW">KCharSelect 是個能從所有安裝字體中選取特殊符號,並複製到剪貼簿的工具。</p>
     <p>
       You can browse characters by their category or quickly find a certain 
character by searching for its name.
     </p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/ar/kcharselect.po 
new/kcharselect-19.08.0/po/ar/kcharselect.po
--- old/kcharselect-19.04.3/po/ar/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/ar/kcharselect.po        2019-08-09 
02:21:30.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-01-12 11:32+0300\n"
 "Last-Translator: Safa Alfulaij <safa1996alful...@gmail.com>\n"
 "Language-Team: Arabic <d...@arabeyes.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/bg/kcharselect.po 
new/kcharselect-19.08.0/po/bg/kcharselect.po
--- old/kcharselect-19.04.3/po/bg/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/bg/kcharselect.po        2019-08-09 
02:21:30.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2011-07-15 21:33+0300\n"
 "Last-Translator: Yasen Pramatarov <ya...@lindeas.com>\n"
 "Language-Team: Bulgarian <d...@linux.zonebg.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/bs/kcharselect.po 
new/kcharselect-19.08.0/po/bs/kcharselect.po
--- old/kcharselect-19.04.3/po/bs/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/bs/kcharselect.po        2019-08-09 
02:21:30.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-10-18 20:12+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosanski <lo...@lugbih.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/ca/kcharselect.po 
new/kcharselect-19.08.0/po/ca/kcharselect.po
--- old/kcharselect-19.04.3/po/ca/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/ca/kcharselect.po        2019-08-09 
02:21:30.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-08-30 08:26+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/ca@valencia/kcharselect.po 
new/kcharselect-19.08.0/po/ca@valencia/kcharselect.po
--- old/kcharselect-19.04.3/po/ca@valencia/kcharselect.po       2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/ca@valencia/kcharselect.po       2019-08-09 
02:21:30.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-08-30 08:26+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/cs/kcharselect.po 
new/kcharselect-19.08.0/po/cs/kcharselect.po
--- old/kcharselect-19.04.3/po/cs/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/cs/kcharselect.po        2019-08-09 
02:21:30.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-09-11 14:07+0100\n"
 "Last-Translator: Vít Pelčák <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/da/kcharselect.po 
new/kcharselect-19.08.0/po/da/kcharselect.po
--- old/kcharselect-19.04.3/po/da/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/da/kcharselect.po        2019-08-09 
02:21:30.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-03-22 17:21+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/de/kcharselect.po 
new/kcharselect-19.08.0/po/de/kcharselect.po
--- old/kcharselect-19.04.3/po/de/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/de/kcharselect.po        2019-08-09 
02:21:30.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-09-10 14:28+0100\n"
 "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/el/kcharselect.po 
new/kcharselect-19.08.0/po/el/kcharselect.po
--- old/kcharselect-19.04.3/po/el/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/el/kcharselect.po        2019-08-09 
02:21:30.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-11-02 15:57+0200\n"
 "Last-Translator: Petros Vidalis <pvida...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/en_GB/kcharselect.po 
new/kcharselect-19.08.0/po/en_GB/kcharselect.po
--- old/kcharselect-19.04.3/po/en_GB/kcharselect.po     2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/en_GB/kcharselect.po     2019-08-09 
02:21:30.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-09-03 14:15+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: English <kde-l10n-en...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/eo/kcharselect.po 
new/kcharselect-19.08.0/po/eo/kcharselect.po
--- old/kcharselect-19.04.3/po/eo/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/eo/kcharselect.po        2019-08-09 
02:21:30.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: $Id: kcharselect.po,v 1.1 1999/12/09 18:13:08 wolfram "
 "Exp $\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2002-09-05 22:24+0200\n"
 "Last-Translator: Heiko Evermann <he...@evermann.de>\n"
 "Language-Team: Esperanto\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/es/kcharselect.po 
new/kcharselect-19.08.0/po/es/kcharselect.po
--- old/kcharselect-19.04.3/po/es/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/es/kcharselect.po        2019-08-09 
02:21:30.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-09-04 11:47+0200\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/et/kcharselect.po 
new/kcharselect-19.08.0/po/et/kcharselect.po
--- old/kcharselect-19.04.3/po/et/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/et/kcharselect.po        2019-08-09 
02:21:30.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-09-08 03:27+0300\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/eu/kcharselect.po 
new/kcharselect-19.08.0/po/eu/kcharselect.po
--- old/kcharselect-19.04.3/po/eu/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/eu/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-06-21 21:58+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/fa/kcharselect.po 
new/kcharselect-19.08.0/po/fa/kcharselect.po
--- old/kcharselect-19.04.3/po/fa/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/fa/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2006-12-25 16:07+0330\n"
 "Last-Translator: Nasim Daniarzadeh <daniarza...@itland.ir>\n"
 "Language-Team: Persian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/fi/kcharselect.po 
new/kcharselect-19.08.0/po/fi/kcharselect.po
--- old/kcharselect-19.04.3/po/fi/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/fi/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-01-08 21:49+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/fr/kcharselect.po 
new/kcharselect-19.08.0/po/fr/kcharselect.po
--- old/kcharselect-19.04.3/po/fr/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/fr/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-05-01 12:20+0200\n"
 "Last-Translator: Peter Potrowl <peter.potr...@gmail.com>\n"
 "Language-Team: French <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/ga/kcharselect.po 
new/kcharselect-19.08.0/po/ga/kcharselect.po
--- old/kcharselect-19.04.3/po/ga/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/ga/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdeutils/kcharselect.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2004-12-03 14:52-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/gl/kcharselect.po 
new/kcharselect-19.08.0/po/gl/kcharselect.po
--- old/kcharselect-19.04.3/po/gl/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/gl/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-07-24 16:05+0100\n"
 "Last-Translator: Adrián Chaves <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
@@ -17,14 +17,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-KDE-DocBook-SVN-URL: trunk/KDE/kdeutils/doc/kcharselect/index.docbook\n"
-"X-KDE-DocBook-SVN-Changed-Revision: 637227\n"
-"X-KDE-Associated-UI-Catalogs: \n"
-"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Environment: kde\n"
-"X-Accelerator-Marker: &\n"
-"X-Text-Markup: kde4\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/he/kcharselect.po 
new/kcharselect-19.08.0/po/he/kcharselect.po
--- old/kcharselect-19.04.3/po/he/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/he/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-05-16 07:04-0400\n"
 "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n"
 "Language-Team: Hebrew <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/hi/kcharselect.po 
new/kcharselect-19.08.0/po/hi/kcharselect.po
--- old/kcharselect-19.04.3/po/hi/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/hi/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2008-02-03 12:41+0530\n"
 "Last-Translator: Ravishankar Shrivastava <aviratl...@aol.in>\n"
 "Language-Team: Hindi <indlinux-hi...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/hr/kcharselect.po 
new/kcharselect-19.08.0/po/hr/kcharselect.po
--- old/kcharselect-19.04.3/po/hr/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/hr/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect 0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2009-09-21 23:12+0200\n"
 "Last-Translator: Marko Dimjasevic <ma...@dimjasevic.net>\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/hu/kcharselect.po 
new/kcharselect-19.08.0/po/hu/kcharselect.po
--- old/kcharselect-19.04.3/po/hu/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/hu/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2009-12-22 16:16+0100\n"
 "Last-Translator: Tamas Szanto <tasza...@gmail.com>\n"
 "Language-Team: Hungarian <kde-li...@sophia.jpte.hu>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/ia/kcharselect.po 
new/kcharselect-19.08.0/po/ia/kcharselect.po
--- old/kcharselect-19.04.3/po/ia/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/ia/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-04-17 22:51+0100\n"
 "Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/id/kcharselect.po 
new/kcharselect-19.08.0/po/id/kcharselect.po
--- old/kcharselect-19.04.3/po/id/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/id/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2019-06-16 07:52+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/is/kcharselect.po 
new/kcharselect-19.08.0/po/is/kcharselect.po
--- old/kcharselect-19.04.3/po/is/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/is/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-05-31 12:28+0000\n"
 "Last-Translator: Sveinn í Felli <svei...@nett.is>\n"
 "Language-Team: Icelandic <kde-...@molar.is>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/it/kcharselect.po 
new/kcharselect-19.08.0/po/it/kcharselect.po
--- old/kcharselect-19.04.3/po/it/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/it/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-09-07 10:26+0200\n"
 "Last-Translator: Vincenzo Reale <smart2...@baslug.org>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/ja/kcharselect.po 
new/kcharselect-19.08.0/po/ja/kcharselect.po
--- old/kcharselect-19.04.3/po/ja/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/ja/kcharselect.po        2019-08-09 
02:21:31.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-05-10 00:30-0700\n"
 "Last-Translator: Fumiaki Okushi <oku...@kde.gr.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/kk/kcharselect.po 
new/kcharselect-19.08.0/po/kk/kcharselect.po
--- old/kcharselect-19.04.3/po/kk/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/kk/kcharselect.po        2019-08-09 
02:21:32.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-07-03 09:27+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/km/kcharselect.po 
new/kcharselect-19.08.0/po/km/kcharselect.po
--- old/kcharselect-19.04.3/po/km/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/km/kcharselect.po        2019-08-09 
02:21:32.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-01-29 11:02+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer <supp...@khmeros.info>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcharselect-19.04.3/po/ko/docs/kcharselect/index.docbook 
new/kcharselect-19.08.0/po/ko/docs/kcharselect/index.docbook
--- old/kcharselect-19.04.3/po/ko/docs/kcharselect/index.docbook        
1970-01-01 01:00:00.000000000 +0100
+++ new/kcharselect-19.08.0/po/ko/docs/kcharselect/index.docbook        
2019-08-09 02:21:34.000000000 +0200
@@ -0,0 +1,101 @@
+<?xml version="1.0" ?>
+<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
+
+  <!ENTITY kappname "&kcharselect;">
+  <!ENTITY % addindex "IGNORE">
+  <!ENTITY % Korean "INCLUDE">
+]>
+
+<article id="kcharselect" lang="&language;">
+
+<articleinfo>
+<title
+>KCharSelect</title>
+<authorgroup>
+<author
+><firstname
+>Daniel</firstname
+> <surname
+>Laidig</surname
+> <address
+><email
+>lai...@kde.org</email
+></address
+> </author>
+
+<othercredit lang="ko" role="translator"
+><surname
+>박</surname
+><firstname
+>신조</firstname
+><affiliation
+><address
+><email
+>k...@peremen.name</email
+></address
+></affiliation
+><contrib
+></contrib
+></othercredit
+> 
+</authorgroup>
+
+<date
+>2016-04-25</date>
+<releaseinfo
+>1.12(프로그램 16.04)</releaseinfo>
+
+<keywordset>
+<keyword
+>KDE</keyword>
+<keyword
+>문자</keyword>
+<keyword
+>글꼴</keyword>
+</keywordset>
+</articleinfo>
+
+<para
+>&kcharselect;는 설치된 글꼴의 특수 문자를 선택하여 클립보드에 여러 형식(일반 텍스트, 유니코드, &HTML;)으로 복사하는 
프로그램입니다.</para>
+
+<para
+>글자를 두 번 누르거나 &Enter; 키를 누르면 아래의 글꼴 미리 보기에 글자가 추가됩니다. 단어를 만들거나 여러 글자 그룹을 선택하여 
클립보드에 한번에 복사할 수 있습니다.</para
+> 
+<para
+><guimenuitem
+>텍스트 뒤집기</guimenuitem
+> 항목을 선택하여 선택한 글자 순서를 반전할 수 있습니다.</para>
+<para
+>기본적으로 글자는 커서 위치 오른쪽에 추가됩니다. <guimenuitem
+>반대 방향</guimenuitem
+> 옵션을 사용하면 글자를 커서 왼쪽에 추가합니다.</para>
+
+<para>
+<screenshot>
+  <mediaobject>
+    <imageobject>
+      <imagedata fileref="kcharselect.png" format="PNG"/>
+    </imageobject>
+  </mediaobject>
+</screenshot>
+</para>
+
+<para
+>글자를 분류별로 탐색하거나 이름으로 검색할 수 있습니다. &kcharselect;에서는 선택한 글자의 다양한 정보를 표시합니다. 유니코드 
글자 이름, 별명, 설명, 비슷한 글자 참조 등 정보를 표시합니다. </para>
+<para
+>기술적인 목적으로 다양하게 사용할 수 있는 표현을 아래에 표시합니다. &kcharselect;는 한중일 통합 한자 정보인 Unihan 
데이터를 지원하여 한자의 뜻과 지역별 발음 정보를 표시합니다. </para>
+
+</article>
+
+<!--
+Local Variables:
+mode: xml
+sgml-minimize-attributes:nil
+sgml-general-insert-case:lower
+sgml-indent-step:0
+sgml-indent-data:nil
+End:
+
+vim:tabstop=2:shiftwidth=2:expandtab
+kate: space-indent on; indent-width 2; tab-width 2; indent-mode none;
+-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/ko/kcharselect.po 
new/kcharselect-19.08.0/po/ko/kcharselect.po
--- old/kcharselect-19.04.3/po/ko/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/ko/kcharselect.po        2019-08-09 
02:21:32.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-12-05 22:44+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/lt/kcharselect.po 
new/kcharselect-19.08.0/po/lt/kcharselect.po
--- old/kcharselect-19.04.3/po/lt/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/lt/kcharselect.po        2019-08-09 
02:21:32.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-07-31 07:15+0200\n"
 "Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.ka...@gmail.com>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/lv/kcharselect.po 
new/kcharselect-19.08.0/po/lv/kcharselect.po
--- old/kcharselect-19.04.3/po/lv/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/lv/kcharselect.po        2019-08-09 
02:21:32.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-01-09 15:44+0200\n"
 "Last-Translator: Viesturs Zarins <viesturs.zar...@mii.lu.lv>\n"
 "Language-Team: Latvian <loc...@laka.lv>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/mr/kcharselect.po 
new/kcharselect-19.08.0/po/mr/kcharselect.po
--- old/kcharselect-19.04.3/po/mr/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/mr/kcharselect.po        2019-08-09 
02:21:32.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-03-14 15:56+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/nb/kcharselect.po 
new/kcharselect-19.08.0/po/nb/kcharselect.po
--- old/kcharselect-19.04.3/po/nb/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/nb/kcharselect.po        2019-08-09 
02:21:32.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2009-09-06 19:46+0200\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/nds/kcharselect.po 
new/kcharselect-19.08.0/po/nds/kcharselect.po
--- old/kcharselect-19.04.3/po/nds/kcharselect.po       2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/nds/kcharselect.po       2019-08-09 
02:21:32.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2009-08-29 00:29+0200\n"
 "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/nl/kcharselect.po 
new/kcharselect-19.08.0/po/nl/kcharselect.po
--- old/kcharselect-19.04.3/po/nl/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/nl/kcharselect.po        2019-08-09 
02:21:32.000000000 +0200
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-09-03 00:37+0200\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/nn/kcharselect.po 
new/kcharselect-19.08.0/po/nn/kcharselect.po
--- old/kcharselect-19.04.3/po/nn/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/nn/kcharselect.po        2019-08-09 
02:21:32.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-07-31 16:15+0100\n"
 "Last-Translator: Øystein Steffensen-Alværvik <yst...@posteo.net>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/pa/kcharselect.po 
new/kcharselect-19.08.0/po/pa/kcharselect.po
--- old/kcharselect-19.04.3/po/pa/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/pa/kcharselect.po        2019-08-09 
02:21:32.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-01-31 10:28+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: ਪੰਜਾਬੀ <punjabi-us...@lists.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/pl/kcharselect.po 
new/kcharselect-19.08.0/po/pl/kcharselect.po
--- old/kcharselect-19.04.3/po/pl/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/pl/kcharselect.po        2019-08-09 
02:21:33.000000000 +0200
@@ -1,4 +1,4 @@
-# Version: $Revision: 1542253 $
+# Version: $Revision: 1542214 $
 # translation of kcharselect.po to Polish
 # Michał Rudolf <mrud...@kdewebdev.org>, 2002.
 # Michal Rudolf <mrud...@kdewebdev.org>, 2003, 2005, 2007, 2008, 2009, 2010.
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-09-03 08:06+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/pt/kcharselect.po 
new/kcharselect-19.08.0/po/pt/kcharselect.po
--- old/kcharselect-19.04.3/po/pt/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/pt/kcharselect.po        2019-08-09 
02:21:33.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-08-10 12:06+0100\n"
 "Last-Translator: José Nuno Pires <zepi...@gmail.com>\n"
 "Language-Team: pt <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/pt_BR/kcharselect.po 
new/kcharselect-19.08.0/po/pt_BR/kcharselect.po
--- old/kcharselect-19.04.3/po/pt_BR/kcharselect.po     2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/pt_BR/kcharselect.po     2019-08-09 
02:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-02-21 10:31-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/ro/kcharselect.po 
new/kcharselect-19.08.0/po/ro/kcharselect.po
--- old/kcharselect-19.04.3/po/ro/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/ro/kcharselect.po        2019-08-09 
02:21:33.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-10-27 11:31+0200\n"
 "Last-Translator: Sergiu Bivol <ser...@ase.md>\n"
 "Language-Team: Romanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/ru/kcharselect.po 
new/kcharselect-19.08.0/po/ru/kcharselect.po
--- old/kcharselect-19.04.3/po/ru/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/ru/kcharselect.po        2019-08-09 
02:21:33.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-10-26 22:13+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/sk/kcharselect.po 
new/kcharselect-19.08.0/po/sk/kcharselect.po
--- old/kcharselect-19.04.3/po/sk/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/sk/kcharselect.po        2019-08-09 
02:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-09-02 21:42+0100\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/sl/kcharselect.po 
new/kcharselect-19.08.0/po/sl/kcharselect.po
--- old/kcharselect-19.04.3/po/sl/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/sl/kcharselect.po        2019-08-09 
02:21:33.000000000 +0200
@@ -1,7 +1,7 @@
 # Translation of kcharselect.po to Slovenian
 # SLOVENIAN TRANSLATION OF KCHARSELECT.
 # Copyright (C) 2000,2003, 2005 Free Software Foundation, Inc.
-# $Id: kcharselect.po 1542253 2019-05-20 06:55:29Z scripty $
+# $Id: kcharselect.po 1542222 2019-05-20 03:03:13Z scripty $
 # $Source$
 #
 # Roman Maurer <roman.mau...@hermes.si>, 2000.
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-09-04 09:26+0200\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/sv/kcharselect.po 
new/kcharselect-19.08.0/po/sv/kcharselect.po
--- old/kcharselect-19.04.3/po/sv/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/sv/kcharselect.po        2019-08-09 
02:21:33.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-09-02 12:10+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/tr/kcharselect.po 
new/kcharselect-19.08.0/po/tr/kcharselect.po
--- old/kcharselect-19.04.3/po/tr/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/tr/kcharselect.po        2019-08-09 
02:21:33.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kdeutils-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-10-03 15:03+0000\n"
 "Last-Translator: Kaan <kaanozdin...@gmail.com>\n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/kdeutils-k-tr/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/ug/kcharselect.po 
new/kcharselect-19.08.0/po/ug/kcharselect.po
--- old/kcharselect-19.04.3/po/ug/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/ug/kcharselect.po        2019-08-09 
02:21:33.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/uk/kcharselect.po 
new/kcharselect-19.08.0/po/uk/kcharselect.po
--- old/kcharselect-19.04.3/po/uk/kcharselect.po        2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/uk/kcharselect.po        2019-08-09 
02:21:33.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-09-02 15:03+0300\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/zh_CN/kcharselect.po 
new/kcharselect-19.08.0/po/zh_CN/kcharselect.po
--- old/kcharselect-19.04.3/po/zh_CN/kcharselect.po     2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/zh_CN/kcharselect.po     2019-08-09 
02:21:33.000000000 +0200
@@ -5,8 +5,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
-"PO-Revision-Date: 2019-06-02 13:20\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
+"PO-Revision-Date: 2019-07-18 15:16\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.04.3/po/zh_TW/kcharselect.po 
new/kcharselect-19.08.0/po/zh_TW/kcharselect.po
--- old/kcharselect-19.04.3/po/zh_TW/kcharselect.po     2019-07-09 
02:09:46.000000000 +0200
+++ new/kcharselect-19.08.0/po/zh_TW/kcharselect.po     2019-08-09 
02:21:33.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2016-11-10 14:18+0800\n"
 "Last-Translator: Jeff Huang <s8321...@gmail.com>\n"
 "Language-Team: Chinese <kde-i18n-...@kde.org>\n"


Reply via email to