Hello community,

here is the log from the commit of package kmouth for openSUSE:Factory checked 
in at 2020-05-01 11:09:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmouth (Old)
 and      /work/SRC/openSUSE:Factory/.kmouth.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmouth"

Fri May  1 11:09:28 2020 rev:105 rq:796967 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmouth/kmouth.changes    2020-03-12 
23:05:12.795155910 +0100
+++ /work/SRC/openSUSE:Factory/.kmouth.new.2738/kmouth.changes  2020-05-01 
11:09:55.195399457 +0200
@@ -1,0 +2,33 @@
+Thu Apr 23 12:22:38 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+-------------------------------------------------------------------
+Sun Apr  5 20:30:15 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+-------------------------------------------------------------------
+Sun Mar 22 09:17:11 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * [ca]: Added Catalan phrasebooks
+  * Make it compile against qt5.15
+  * Don't use nullptr as flag value
+  * Fix link: ui.html -> menus.html
+  * Use the new connect syntax
+  * Use URLs with transport encryption
+
+-------------------------------------------------------------------

Old:
----
  kmouth-19.12.3.tar.xz
  kmouth-19.12.3.tar.xz.sig

New:
----
  kmouth-20.04.0.tar.xz
  kmouth-20.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ kmouth.spec ++++++
--- /var/tmp/diff_new_pack.xEKyRT/_old  2020-05-01 11:09:57.343404129 +0200
+++ /var/tmp/diff_new_pack.xEKyRT/_new  2020-05-01 11:09:57.343404129 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kmouth
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,19 +21,18 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kmouth
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        Speech Synthesizer Frontend
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 BuildRequires:  alsa-devel
 BuildRequires:  extra-cmake-modules
+BuildRequires:  libspeechd-devel
+BuildRequires:  sbl
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
@@ -44,9 +43,6 @@
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  libspeechd-devel
-BuildRequires:  sbl
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5PrintSupport)
 BuildRequires:  cmake(Qt5TextToSpeech)
@@ -55,6 +51,10 @@
 Recommends:     %{name}-lang
 Provides:       kde4-kmouth = 4.3.0
 Obsoletes:      kde4-kmouth < 4.3.0
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 
 %description
 The computer "speaks" the entered text for talking with people.


++++++ kmouth-19.12.3.tar.xz -> kmouth-20.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/CMakeLists.txt 
new/kmouth-20.04.0/CMakeLists.txt
--- old/kmouth-19.12.3/CMakeLists.txt   2020-03-03 01:16:24.000000000 +0100
+++ new/kmouth-20.04.0/CMakeLists.txt   2020-04-17 02:29:49.000000000 +0200
@@ -41,10 +41,7 @@
 include_directories (${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
 
 add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000)
-endif()
+
 add_subdirectory( doc )
 add_subdirectory( icons )
 add_subdirectory( books )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/COPYING.DOC 
new/kmouth-20.04.0/COPYING.DOC
--- old/kmouth-19.12.3/COPYING.DOC      2020-01-31 08:22:07.000000000 +0100
+++ new/kmouth-20.04.0/COPYING.DOC      2020-04-09 10:57:11.000000000 +0200
@@ -355,7 +355,7 @@
 of the GNU Free Documentation License from time to time.  Such new
 versions will be similar in spirit to the present version, but may
 differ in detail to address new problems or concerns.  See
-http://www.gnu.org/copyleft/.
+https://www.gnu.org/copyleft/.
 
 Each version of the License is given a distinguishing version number.
 If the Document specifies that a particular numbered version of this
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/books/CMakeLists.txt 
new/kmouth-20.04.0/books/CMakeLists.txt
--- old/kmouth-19.12.3/books/CMakeLists.txt     2020-01-31 08:22:07.000000000 
+0100
+++ new/kmouth-20.04.0/books/CMakeLists.txt     2020-04-09 10:57:11.000000000 
+0200
@@ -1,4 +1,5 @@
 
+install( FILES ca.desktop ca-courteousness.phrasebook ca-greetings.phrasebook 
ca-howareyou.phrasebook ca-personal.phrasebook  DESTINATION  
${DATA_INSTALL_DIR}/kmouth/books/ca )
 install( FILES de.desktop de-courteousness.phrasebook de-greetings.phrasebook 
de-howareyou.phrasebook de-personal.phrasebook  DESTINATION  
${DATA_INSTALL_DIR}/kmouth/books/de )
 install( FILES sv.desktop sv-courteousness.phrasebook sv-greetings.phrasebook 
sv-howareyou.phrasebook sv-personal.phrasebook  DESTINATION  
${DATA_INSTALL_DIR}/kmouth/books/sv )
 install( FILES en.desktop en-courteousness.phrasebook en-greetings.phrasebook 
en-howareyou.phrasebook en-personal.phrasebook  DESTINATION  
${DATA_INSTALL_DIR}/kmouth/books/en )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/books/ca-courteousness.phrasebook 
new/kmouth-20.04.0/books/ca-courteousness.phrasebook
--- old/kmouth-19.12.3/books/ca-courteousness.phrasebook        1970-01-01 
01:00:00.000000000 +0100
+++ new/kmouth-20.04.0/books/ca-courteousness.phrasebook        2020-04-09 
10:57:11.000000000 +0200
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE phrasebook>
+<phrasebook name="Cortesia">
+<phrase shortcut="">Gràcies!</phrase>
+<phrase shortcut="">Gràcies a tu!</phrase>
+<phrase shortcut="">Moltes gràcies!</phrase>
+<phrase shortcut="">És tot un detall!</phrase>
+<phrase shortcut="">Si us plau.</phrase>
+<phrase shortcut="">Aquí estàs!</phrase>
+<phrase shortcut="">Benvingut!</phrase>
+<phrase shortcut="">Bon profit!</phrase>
+<phrase shortcut="">No hi ha cap problema.</phrase>
+<phrase shortcut="">Disculpa'm.</phrase>
+<phrase shortcut="">Ho sento.</phrase>
+<phrase shortcut="">Perdó.</phrase>
+</phrasebook>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/books/ca-greetings.phrasebook 
new/kmouth-20.04.0/books/ca-greetings.phrasebook
--- old/kmouth-19.12.3/books/ca-greetings.phrasebook    1970-01-01 
01:00:00.000000000 +0100
+++ new/kmouth-20.04.0/books/ca-greetings.phrasebook    2020-04-09 
10:57:11.000000000 +0200
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE phrasebook>
+<phrasebook name="Salutacions">
+<phrase shortcut="">Hola.</phrase>
+<phrase shortcut="">Bon dia.</phrase>
+<phrase shortcut="">Bona tarda.</phrase>
+<phrase shortcut="">Bona nit.</phrase>
+<phrase shortcut="">Quina alegria! Vine, seu a la meva vora.</phrase>
+<phrase shortcut="">Déu vos guard.</phrase>
+<phrase shortcut="">Benvolgut amic.</phrase>
+<phrase shortcut="">Company.</phrase>
+<phrase shortcut="">Companya.</phrase>
+<phrase shortcut="">Adeu!</phrase>
+<phrase shortcut="">A reveure!</phrase>
+<phrase shortcut="">Passi-ho bé!</phrase>
+<phrase shortcut="">Salut!</phrase>
+<phrase shortcut="">Et veig després!</phrase>
+<phrase shortcut="">Cuida't!</phrase>
+<phrase shortcut="">No et menystinguis.</phrase>
+</phrasebook>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/books/ca-howareyou.phrasebook 
new/kmouth-20.04.0/books/ca-howareyou.phrasebook
--- old/kmouth-19.12.3/books/ca-howareyou.phrasebook    1970-01-01 
01:00:00.000000000 +0100
+++ new/kmouth-20.04.0/books/ca-howareyou.phrasebook    2020-04-09 
10:57:11.000000000 +0200
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE phrasebook>
+<phrasebook name="Com estàs?">
+<phrase shortcut="">Com estàs?</phrase>
+<phrase shortcut="">Com ho fas?</phrase>
+<phrase shortcut="">Estic bé.</phrase>
+<phrase shortcut="">És un bon dia.</phrase>
+<phrase shortcut="">Avui em sento incòmode.</phrase>
+<phrase shortcut="">M'avorreixo, però a part d'això estic bé.</phrase>
+<phrase shortcut="">Avui el dolor és força fort.</phrase>
+<phrase shortcut="">Avui realment em sento malament.</phrase>
+<phrase shortcut="">Què hi ha de nou?</phrase>
+</phrasebook>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/books/ca-personal.phrasebook 
new/kmouth-20.04.0/books/ca-personal.phrasebook
--- old/kmouth-19.12.3/books/ca-personal.phrasebook     1970-01-01 
01:00:00.000000000 +0100
+++ new/kmouth-20.04.0/books/ca-personal.phrasebook     2020-04-09 
10:57:11.000000000 +0200
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE phrasebook>
+<phrasebook name="Personal">
+<phrase shortcut="">Només puc parlar usant aquesta estúpida màquina.</phrase>
+<phrase shortcut="">Ho sento, estic força cansat i ara necessito 
descansar.</phrase>
+<phrase shortcut="">Gràcies per venir.</phrase>
+<phrase shortcut="">És bo veure't.</phrase>
+<phrase shortcut="">Va ser molt agradable conversar amb tu.</phrase>
+<phrase shortcut="">Quan vindràs de nou?</phrase>
+<phrase shortcut="">Vinga! Ja és hora de tornar al llit.</phrase>
+</phrasebook>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/books/ca.desktop 
new/kmouth-20.04.0/books/ca.desktop
--- old/kmouth-19.12.3/books/ca.desktop 1970-01-01 01:00:00.000000000 +0100
+++ new/kmouth-20.04.0/books/ca.desktop 2020-04-09 10:57:11.000000000 +0200
@@ -0,0 +1,27 @@
+# KDE Config File
+[Desktop Entry]
+Name=Catalan
+Name[ca]=Català
+Name[ca@valencia]=Català
+Name[cs]=Katalánský
+Name[da]=Catalansk
+Name[de]=Katalanisch
+Name[en_GB]=Catalan
+Name[es]=Catalán
+Name[et]=Katalaani
+Name[eu]=Katalana
+Name[fr]=Catalan
+Name[gl]=Catalán
+Name[it]=Catalano
+Name[ko]=카탈루냐어
+Name[nl]=Catalaans
+Name[nn]=Katalansk
+Name[pt]=Catalão
+Name[pt_BR]=Catalão
+Name[ru]=Каталонский
+Name[sk]=Katalánsky
+Name[sv]=Katalanska
+Name[uk]=Каталанська
+Name[x-test]=xxCatalanxx
+Name[zh_CN]=加泰罗尼亚语
+Name[zh_TW]=加泰隆尼亞語
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/doc/index.docbook 
new/kmouth-20.04.0/doc/index.docbook
--- old/kmouth-19.12.3/doc/index.docbook        2020-01-31 08:22:07.000000000 
+0100
+++ new/kmouth-20.04.0/doc/index.docbook        2020-04-09 10:57:11.000000000 
+0200
@@ -558,8 +558,8 @@
         </variablelist>
 <para>
 &kmouth; has the common &kde; <guimenu>Settings</guimenu> and 
<guimenu>Help</guimenu>
-menu items, for more information read the sections about the <ulink 
url="help:/fundamentals/ui.html#menus-settings"
->Settings Menu</ulink> and <ulink 
url="help:/fundamentals/ui.html#menus-help">Help Menu</ulink>
+menu items, for more information read the sections about the <ulink 
url="help:/fundamentals/menus.html#menus-settings"
+>Settings Menu</ulink> and <ulink 
url="help:/fundamentals/menus.html#menus-help">Help Menu</ulink>
 of the &kde; Fundamentals.
 </para>
     </sect2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/doc/man-kmouth.1.docbook 
new/kmouth-20.04.0/doc/man-kmouth.1.docbook
--- old/kmouth-19.12.3/doc/man-kmouth.1.docbook 2020-01-31 08:22:07.000000000 
+0100
+++ new/kmouth-20.04.0/doc/man-kmouth.1.docbook 2020-04-09 10:57:11.000000000 
+0200
@@ -63,7 +63,7 @@
 <parameter>help:/kmouth</parameter></userinput>).</para>
 
 <para>There is also further information available at the <ulink
-url="http://accessibility.kde.org/";>&kde; Accessibility project web
+url="https://community.kde.org/Accessibility";>&kde; Accessibility project web
 site</ulink>.</para>
 </refsect1>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/org.kde.kmouth.appdata.xml 
new/kmouth-20.04.0/org.kde.kmouth.appdata.xml
--- old/kmouth-19.12.3/org.kde.kmouth.appdata.xml       2020-01-31 
08:22:07.000000000 +0100
+++ new/kmouth-20.04.0/org.kde.kmouth.appdata.xml       2020-04-09 
10:57:11.000000000 +0200
@@ -4,6 +4,7 @@
   <metadata_license>FSFAP</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <name>KMouth</name>
+  <name xml:lang="ast">KMouth</name>
   <name xml:lang="ca">KMouth</name>
   <name xml:lang="ca-valencia">KMouth</name>
   <name xml:lang="cs">KMouth</name>
@@ -34,6 +35,7 @@
   <name xml:lang="zh-CN">KMouth</name>
   <name xml:lang="zh-TW">KMouth</name>
   <summary>Speech Synthesizer Frontend</summary>
+  <summary xml:lang="ast">Frontal pa la sintetización de voz</summary>
   <summary xml:lang="ca">Frontal del sintetitzador de veu</summary>
   <summary xml:lang="ca-valencia">Frontal del sintetitzador de veu</summary>
   <summary xml:lang="cs">Rozhraní hlasového syntezátoru</summary>
@@ -67,6 +69,7 @@
     <p>
      KMouth is a program which enables persons that cannot speak to let their 
computer speak, e.g. mute people or people who have lost their voice. It has a 
text input field and speaks the sentences that you enter. It also has support 
for user defined phrasebooks.
     </p>
+    <p xml:lang="ast">Kmoth ye un programa que permite a les persones mudes 
usar l'ordenador como falante. Tien un campu pa introducir testu que se diz 
automáticamente al escribilu. Tamién sofita llibros de frases definíos pol 
usuariu.</p>
     <p xml:lang="ca">El KMouth és un programa que habilita a les persones que 
no poden parlar a que ho faci el seu ordinador, p. ex. la gent muda o la gent 
que ha perdut la seva veu. Té un camp d'entrada de text i pronuncia les frases 
que s'introdueixen. També permet llibres de frases definits per l'usuari.</p>
     <p xml:lang="ca-valencia">El KMouth és un programa que habilita a les 
persones que no poden parlar a que ho faça el seu ordinador, p. ex. la gent 
muda o la gent que ha perdut la seua veu. Té un camp d'entrada de text i 
pronuncia les frases que s'introdueixen. També permet llibres de frases 
definits per l'usuari.</p>
     <p xml:lang="da">KMouth er et program som gør det muligt for personer der 
ikke kan tale, at lade deres computer tale. F.eks. stumme personer som har 
mistet stemmen. Den har et tekstindtastningsfelt og læser de sætninger du 
skriver op. Det understøttes også brugerdefinerede frasebøger.</p>
@@ -81,7 +84,7 @@
     <p xml:lang="gl">KMouth é un programa que permite ás persoas que non poden 
falar que fagan que o seu computador fale, como a xente muda ou a xente que 
perdeu a voz. Ten un campo de entrada de texto e pronuncia as frases que se 
escriben. Tamén permite libros de frases definidos polo usuario.</p>
     <p xml:lang="id">KMouth adalah program yang memungkinkan orang yang tidak 
dapat berbicara untuk membiarkan komputernya yang berbicara, misal orang bisu 
atau orang yang kehilangan suaranya. Ia memiliki bidang input teks dan 
mengucapkan kalimat yang kamu masukkan. Ia juga memiliki dukungan untuk buku 
ungkapan yang ditentukan pengguna.</p>
     <p xml:lang="it">KMouth è un programma che permette alle persone che non 
possono parlare di farlo attraverso il computer, ad esempio le persone mute o 
quelle che hanno perso la voce. Ha un campo di inserimento testuale, e 
pronuncia le frasi che inserisci. Ha anche il supporto ad un frasario definito 
dall'utente.</p>
-    <p xml:lang="ko">KMouth는 청각 장애인이나 목소리를 잃은 사람들이 하고 싶은 말을 컴퓨터가 대신 할 수 있도록 도와 
줍니다. 입력하는 텍스트를 말해 주는 인터페이스를 가지고 있으며 사용자 정의 상용구를 설정할 수 있습니다.</p>
+    <p xml:lang="ko">KMouth는 청각 장애인이나 목소리를 잃은 사람이 하고 싶은 말을 컴퓨터가 대신 할 수 있도록 도와 
줍니다. 입력하는 텍스트를 말해 주는 인터페이스를 가지고 있으며 사용자 정의 상용구를 설정할 수 있습니다.</p>
     <p xml:lang="nl">KMouth is een programma die personen die niet kunnen 
spreken om hun computer te laten spreken, bijv. mensen zonder stem of mensen 
die hun stem hebben verloren. Het heeft een tekst invoerveld en spreekt de 
zinnen uit die u invoert. Het ondersteunt ook gebruikergedefinieerde boeken met 
frasen.</p>
     <p xml:lang="nn">KMouth er eit program som gjer det mogleg for folk som 
ikkje sjølve kan tala å la datamaskina tala. Det har eit skrivefelt og les opp 
setningane du skriv inn. Det har òg støtte for brukardefinerte parlørar.</p>
     <p xml:lang="pl">KMouth jest programem, który umożliwia mówienie ludziom 
nie mogącym mówić, np. niemym lub takim którzy utracili głos. Posiada pole do 
wpisywania tekstu i wypowiada zdania po ich wpisaniu. Obsługuje także książkę 
wyrażeń określoną przez użytkownika.</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/phrasebook/phrasebook.cpp 
new/kmouth-20.04.0/phrasebook/phrasebook.cpp
--- old/kmouth-19.12.3/phrasebook/phrasebook.cpp        2020-01-31 
08:22:07.000000000 +0100
+++ new/kmouth-20.04.0/phrasebook/phrasebook.cpp        2020-04-09 
10:57:11.000000000 +0200
@@ -159,7 +159,7 @@
 {
     PhraseBookParser parser;
     QXmlSimpleReader reader;
-    
reader.setFeature(QStringLiteral("http://trolltech.com/xml/features/report-start-end-entity";),
 true);
+    
reader.setFeature(QStringLiteral("http://qt-project.org/xml/features/report-start-end-entity";),
 true);
     reader.setContentHandler(&parser);
 
     if (reader.parse(source)) {
@@ -309,10 +309,10 @@
 
     bool result;
     if (fdlg.selectedNameFilter() == QLatin1String("*.phrasebook")) {
-        if (url.fileName(nullptr).contains(QLatin1Char('.')) == 0) {
+        if (url.fileName(QUrl::PrettyDecoded).contains(QLatin1Char('.')) == 0) 
{
             url = url.adjusted(QUrl::RemoveFilename);
-            url.setPath(url.path() + url.fileName(nullptr) + 
QStringLiteral(".phrasebook"));
-        } else if 
(url.fileName(nullptr).rightRef(11).contains(QLatin1String(".phrasebook"), 
Qt::CaseInsensitive) == 0) {
+            url.setPath(url.path() + url.fileName(QUrl::PrettyDecoded) + 
QStringLiteral(".phrasebook"));
+        } else if 
(url.fileName(QUrl::PrettyDecoded).rightRef(11).contains(QLatin1String(".phrasebook"),
 Qt::CaseInsensitive) == 0) {
             int filetype = KMessageBox::questionYesNoCancel(nullptr, 
QStringLiteral("<qt>%1</qt>").arg(i18n("Your chosen filename <i>%1</i> has a 
different extension than <i>.phrasebook</i>. "
                            "Do you wish to add <i>.phrasebook</i> to the 
filename?", url.fileName())), i18n("File Extension"), KGuiItem(i18n("Add")), 
KGuiItem(i18n("Do Not Add")));
             if (filetype == KMessageBox::Cancel) {
@@ -320,12 +320,12 @@
             }
             if (filetype == KMessageBox::Yes) {
                 url = url.adjusted(QUrl::RemoveFilename);
-                url.setPath(url.path() + url.fileName(nullptr) + 
QStringLiteral(".phrasebook"));
+                url.setPath(url.path() + url.fileName(QUrl::PrettyDecoded) + 
QStringLiteral(".phrasebook"));
             }
         }
         result = save(url, true);
     } else if (fdlg.selectedNameFilter() == QLatin1String("*.txt")) {
-        if 
(url.fileName(nullptr).rightRef(11).contains(QLatin1String(".phrasebook"), 
Qt::CaseInsensitive) == 0) {
+        if 
(url.fileName(QUrl::PrettyDecoded).rightRef(11).contains(QLatin1String(".phrasebook"),
 Qt::CaseInsensitive) == 0) {
             result = save(url, false);
         } else {
             int filetype = KMessageBox::questionYesNoCancel(nullptr, 
QStringLiteral("<qt>%1</qt>").arg(i18n("Your chosen filename <i>%1</i> has the 
extension <i>.phrasebook</i>. "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/ca/docs/kmouth/index.docbook 
new/kmouth-20.04.0/po/ca/docs/kmouth/index.docbook
--- old/kmouth-19.12.3/po/ca/docs/kmouth/index.docbook  2020-03-03 
01:16:22.000000000 +0100
+++ new/kmouth-20.04.0/po/ca/docs/kmouth/index.docbook  2020-04-17 
02:29:47.000000000 +0200
@@ -650,11 +650,11 @@
 >Arranjament</guimenu
 > i <guimenu
 >Ajuda</guimenu
->, per obtenir més informació llegiu les seccions sobre <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>, per obtenir més informació llegiu les seccions sobre <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >El menú Arranjament</ulink
-> i <ulink url="help:/fundamentals/ui.html#menus-help"
+> i <ulink url="help:/fundamentals/menus.html#menus-help"
 >El menú Ajuda</ulink
-> dels fonaments del &kde;. </para>
+> dels Fonaments del &kde;. </para>
     </sect2>
 
   </sect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmouth-19.12.3/po/ca/docs/kmouth/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/ca/docs/kmouth/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/ca/docs/kmouth/man-kmouth.1.docbook   2020-03-03 
01:16:22.000000000 +0100
+++ new/kmouth-20.04.0/po/ca/docs/kmouth/man-kmouth.1.docbook   2020-04-17 
02:29:47.000000000 +0200
@@ -95,7 +95,7 @@
 >).</para>
 
 <para
->També hi ha informació disponible en la <ulink 
url="http://accessibility.kde.org/";
+>També hi ha informació disponible en la <ulink 
url="https://community.kde.org/Accessibility";
 >pàgina principal del projecte d'accessibilitat del &kde;</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/ca/docs/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/ca/docs/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/ca/docs/man-kmouth.1.docbook  2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/ca/docs/man-kmouth.1.docbook  2020-04-17 
02:29:47.000000000 +0200
@@ -95,7 +95,7 @@
 >).</para>
 
 <para
->També hi ha informació disponible en la <ulink 
url="http://accessibility.kde.org/";
+>També hi ha informació disponible en la <ulink 
url="https://community.kde.org/Accessibility";
 >pàgina principal del projecte d'accessibilitat del &kde;</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/de/docs/kmouth/index.docbook 
new/kmouth-20.04.0/po/de/docs/kmouth/index.docbook
--- old/kmouth-19.12.3/po/de/docs/kmouth/index.docbook  2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/de/docs/kmouth/index.docbook  2020-04-17 
02:29:48.000000000 +0200
@@ -664,9 +664,9 @@
 >Einstellungen</guimenu
 > und <guimenu
 >Hilfe</guimenu
->. Mehr dazu erfahren Sie in den Abschnitten zu den Menüs <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>. Mehr dazu erfahren Sie in den Abschnitten zu den Menüs <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >Einstellungen</ulink
-> und <ulink url="help:/fundamentals/ui.html#menus-help"
+> und <ulink url="help:/fundamentals/menus.html#menus-help"
 >Hilfe</ulink
 > in den &kde;-Grundlagen. </para>
     </sect2>
@@ -1076,8 +1076,7 @@
 >Übersetzung Burkhard Lück <email
 >[email protected]</email
 ></para
-> 
-&underFDL; &underGPL; </chapter>
+> &underFDL; &underGPL; </chapter>
 
 <!--
 <appendix id="tts">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmouth-19.12.3/po/de/docs/kmouth/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/de/docs/kmouth/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/de/docs/kmouth/man-kmouth.1.docbook   2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/de/docs/kmouth/man-kmouth.1.docbook   2020-04-17 
02:29:48.000000000 +0200
@@ -97,7 +97,7 @@
 >).</para>
 
 <para
->Weitere Informationen finden Sie außerdem auf der <ulink 
url="http://accessibility.kde.org/";
+>Weitere Informationen finden Sie außerdem auf der <ulink 
url="https://community.kde.org/Accessibility";
 >Homepage des Accessibility-Projekts von &kde;</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/de/docs/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/de/docs/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/de/docs/man-kmouth.1.docbook  2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/de/docs/man-kmouth.1.docbook  2020-04-17 
02:29:48.000000000 +0200
@@ -97,7 +97,7 @@
 >).</para>
 
 <para
->Weitere Informationen finden Sie außerdem auf der <ulink 
url="http://accessibility.kde.org/";
+>Weitere Informationen finden Sie außerdem auf der <ulink 
url="https://community.kde.org/Accessibility";
 >Homepage des Accessibility-Projekts von &kde;</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/en_GB/kmouth.po 
new/kmouth-20.04.0/po/en_GB/kmouth.po
--- old/kmouth-19.12.3/po/en_GB/kmouth.po       2020-03-03 01:16:21.000000000 
+0100
+++ new/kmouth-20.04.0/po/en_GB/kmouth.po       2020-04-17 02:29:46.000000000 
+0200
@@ -12,7 +12,7 @@
 "POT-Creation-Date: 2019-09-19 02:49+0200\n"
 "PO-Revision-Date: 2017-11-26 15:23+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\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/kmouth-19.12.3/po/es/docs/kmouth/index.docbook 
new/kmouth-20.04.0/po/es/docs/kmouth/index.docbook
--- old/kmouth-19.12.3/po/es/docs/kmouth/index.docbook  2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/es/docs/kmouth/index.docbook  2020-04-17 
02:29:48.000000000 +0200
@@ -706,9 +706,9 @@
 >Preferencias</guimenu
 > y <guimenu
 >Ayuda</guimenu
->, para más información, lea las secciones sobre el <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>, para más información, lea las secciones sobre el <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >Menú de preferencias</ulink
-> y <ulink url="help:/fundamentals/ui.html#menus-help"
+> y <ulink url="help:/fundamentals/menus.html#menus-help"
 >Menú de ayuda</ulink
 > de los fundamentos de &kde;. </para>
     </sect2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmouth-19.12.3/po/es/docs/kmouth/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/es/docs/kmouth/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/es/docs/kmouth/man-kmouth.1.docbook   2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/es/docs/kmouth/man-kmouth.1.docbook   2020-04-17 
02:29:48.000000000 +0200
@@ -95,7 +95,7 @@
 >).</para>
 
 <para
->Existe más información disponible en <ulink 
url="http://accessibility.kde.org/";
+>Existe más información disponible en <ulink 
url="https://community.kde.org/Accessibility";
 >el sitio web del proyecto de accesibilidad de &kde;</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/es/docs/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/es/docs/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/es/docs/man-kmouth.1.docbook  2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/es/docs/man-kmouth.1.docbook  2020-04-17 
02:29:48.000000000 +0200
@@ -95,7 +95,7 @@
 >).</para>
 
 <para
->Existe más información disponible en <ulink 
url="http://accessibility.kde.org/";
+>Existe más información disponible en <ulink 
url="https://community.kde.org/Accessibility";
 >el sitio web del proyecto de accesibilidad de &kde;</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/it/docs/kmouth/index.docbook 
new/kmouth-20.04.0/po/it/docs/kmouth/index.docbook
--- old/kmouth-19.12.3/po/it/docs/kmouth/index.docbook  2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/it/docs/kmouth/index.docbook  2020-04-17 
02:29:48.000000000 +0200
@@ -674,9 +674,9 @@
 >Impostazioni</guimenu
 > e <guimenu
 >Aiuto</guimenu
->; per maggiori informazioni leggi la sezione sul <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>; per maggiori informazioni leggi la sezione sul <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >menu Impostazioni</ulink
-> e sul <ulink url="help:/fundamentals/ui.html#menus-help"
+> e sul <ulink url="help:/fundamentals/menus.html#menus-help"
 >menu Aiuto</ulink
 > dei fondamentali di &kde;. </para>
     </sect2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmouth-19.12.3/po/it/docs/kmouth/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/it/docs/kmouth/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/it/docs/kmouth/man-kmouth.1.docbook   2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/it/docs/kmouth/man-kmouth.1.docbook   2020-04-17 
02:29:48.000000000 +0200
@@ -95,7 +95,7 @@
 >).</para>
 
 <para
->Ci sono anche altre informazioni disponibili sulla <ulink 
url="http://accessibility.kde.org/";
+>Ci sono anche altre informazioni disponibili sulla <ulink 
url="https://community.kde.org/Accessibility";
 >pagina Web del progetto di accessibilità di &kde;</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/it/docs/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/it/docs/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/it/docs/man-kmouth.1.docbook  2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/it/docs/man-kmouth.1.docbook  2020-04-17 
02:29:48.000000000 +0200
@@ -95,7 +95,7 @@
 >).</para>
 
 <para
->Ci sono anche altre informazioni disponibili sulla <ulink 
url="http://accessibility.kde.org/";
+>Ci sono anche altre informazioni disponibili sulla <ulink 
url="https://community.kde.org/Accessibility";
 >pagina Web del progetto di accessibilità di &kde;</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/ko/kmouth.po 
new/kmouth-20.04.0/po/ko/kmouth.po
--- old/kmouth-19.12.3/po/ko/kmouth.po  2020-03-03 01:16:22.000000000 +0100
+++ new/kmouth-20.04.0/po/ko/kmouth.po  2020-04-17 02:29:47.000000000 +0200
@@ -4,14 +4,14 @@
 # Hongsoo Byun <[email protected]>, 2005.
 # Youngbin Park <[email protected]>, 2005.
 # Sung-Jae, Cho <[email protected]>, 2005.
-# Shinjo Park <[email protected]>, 2007, 2008, 2009, 2011, 2015, 2016, 2017.
+# Shinjo Park <[email protected]>, 2007, 2008, 2009, 2011, 2015, 2016, 2017, 
2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kmouth\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-19 02:49+0200\n"
-"PO-Revision-Date: 2017-12-03 11:59+0100\n"
+"PO-Revision-Date: 2020-04-05 02:21+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
 "Language: ko\n"
@@ -19,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -105,7 +105,7 @@
 #: kmouth.cpp:140
 #, kde-format
 msgid "Copies the selected section to the clipboard"
-msgstr "선택한 부분을 클립보드로 복사"
+msgstr "선택한 부분을 클립보드에 복사"
 
 #: kmouth.cpp:141
 #, kde-format
@@ -114,9 +114,9 @@
 "in the edit field it is copied to the clipboard. Otherwise the selected "
 "sentences in the history (if any) are copied to the clipboard."
 msgstr ""
-"선택한 부분을 클립보드로 복사합니다. 편집 영역에 선택된 텍스트가 있다면 클립"
-"보드로 복사합니다. 선택하지 않았을 경우, 과거 기록에 저장되었던 문장이 클립보"
-"드로 복사됩니다."
+"선택한 부분을 클립보드에 복사합니다. 편집 영역에 선택된 텍스트가 있다면 클립"
+"보드에 복사합니다. 선택하지 않았을 경우, 과거 기록에 저장되었던 문장이 클립보"
+"드에 복사됩니다."
 
 #: kmouth.cpp:144 phrasebook/phrasebookdialog.cpp:288
 #, kde-format
@@ -221,7 +221,7 @@
 #: kmouth.cpp:212 kmouth.cpp:213
 #, kde-format
 msgid "Copies the currently selected phrases from the history to the clipboard"
-msgstr "히스토리로부터 현재 선택된 어구를 클립보드로 복사합니다"
+msgstr "히스토리로부터 현재 선택된 어구를 클립보드에 복사합니다"
 
 #: kmouth.cpp:216
 #, kde-format
@@ -553,7 +553,7 @@
 #, kde-format
 msgid ""
 "Copies the currently selected entry from the phrase book to the clipboard"
-msgstr "현재 선택한 항목을 단어장에서 클립보드로 복사합니다"
+msgstr "현재 선택한 항목을 단어장에서 클립보드에 복사합니다"
 
 #: phrasebook/phrasebookdialog.cpp:295 phrasebook/phrasebookdialog.cpp:296
 #, kde-format
@@ -664,7 +664,7 @@
 msgid ""
 "If you select this option then the selected phrase will not be reachable by "
 "a keyboard shortcut."
-msgstr "이 옵션을 선택하면 선택된 어구는 단축키로 연결될 수 없을 것입니다."
+msgstr "이 옵션을 선택하면 선택된 어구는 단축키로 연결될 수 없습니다."
 
 #. i18n: ectx: property (text), widget (QRadioButton, noKey)
 #: phrasebook/phrasebookdialog.ui:55
@@ -711,8 +711,8 @@
 "This list contains the history of spoken sentences. You can select sentences "
 "and press the speak button for re-speaking."
 msgstr ""
-"이 목록은 발음된 문장의 히스토리를 포함하고 있습니다. 문장을 선택하여 발음 버"
-"튼을 누르면 다시 발음을 들을 수 있습니다."
+"이 목록은 과거에 발음했던 문장이 들어 있습니다. 문장을 선택하여 발음 버튼을 "
+"누르면 다시 발음을 들을 수 있습니다."
 
 #: phraselist.cpp:80
 #, kde-format
@@ -759,7 +759,7 @@
 #: preferencesui.ui:52
 #, kde-format
 msgid "&Selection of phrases in the phrase book:"
-msgstr "어구 모음에서 어구 선택(&S)"
+msgstr "어구 모음에서 어구 선택(&S):"
 
 #. i18n: ectx: property (text), item, widget (KComboBox, speakCombo)
 #: preferencesui.ui:66
@@ -846,10 +846,10 @@
 "%l -- the language code\n"
 "%% -- a percent sign"
 msgstr ""
-"이 영역에서 텍스트 발음하기에 쓰일 명령어와 파라미터를 정합니다. KMouth는 다"
-"음과 같은 파라미터들을 인식합니다:\n"
+"이 영역에서 텍스트 말하기에 사용할 명령과 인자를 지정합니다. KMouth는 다음 자"
+"리 비움자를 인식합니다:\n"
 "%t -- 발음될 텍스트\n"
-"%f -- 텍스트를 포함하고 있는 파일명\n"
+"%f -- 텍스트가 들어 있는 파일 이름\n"
 "%l -- 언어 코드\n"
 "%% -- 퍼센트 표시"
 
@@ -883,7 +883,7 @@
 "speech synthesizer."
 msgstr ""
 "이 체크 상자에서 음성 합성기에 텍스트를 표준 입력으로 보낼 것인지를 지정합니"
-"다. "
+"다."
 
 #. i18n: ectx: property (text), widget (QCheckBox, stdInButton)
 #: texttospeechconfigurationui.ui:152
@@ -917,7 +917,7 @@
 "If you select this check box the words are spell-checked before they are "
 "inserted into the new dictionary."
 msgstr ""
-"이 체크 상자를 선택하면 단어들이 새 사전에 삽입되기 전에 맞춤범 검사를 받습니"
+"이 체크 상자를 선택하면 새 사전에 단어를 삽입하기 전에 맞춤범 검사를 받습니"
 "다."
 
 #. i18n: ectx: property (text), widget (QCheckBox, spellCheckBox)
@@ -925,7 +925,7 @@
 #: wordcompletion/kdedocsourceui.ui:25
 #, kde-format
 msgid "C&ompare to OpenOffice.org dictionary:"
-msgstr "OpenOffice.org 사전과 비교하기(&C):"
+msgstr "OpenOffice.org 사전과 비교하기(&O):"
 
 #. i18n: ectx: property (whatsThis), widget (QLabel, encodingLabel)
 #. i18n: ectx: property (whatsThis), widget (KComboBox, encodingCombo)
@@ -970,8 +970,8 @@
 "With this input field you select the OpenOffice.org directory that will be "
 "used to spellcheck the words of the new dictionary."
 msgstr ""
-"이 입력 영역을 통해 새 사전의 단어들을 Openoffice.org를 통해 맞춤법 검사를 "
-"할 것인지 선택합니다."
+"이 입력 상자에서 OpenOffice.org 사전에 있는 단어 중 새 사전의 맞춤법 검사에 "
+"사용할 단어를 선택합니다."
 
 #. i18n: ectx: property (whatsThis), widget (QLabel, languageLabel)
 #: wordcompletion/creationsourcedetailsui.ui:136
@@ -1001,8 +1001,8 @@
 "If you select this box a new dictionary is created by either loading a "
 "dictionary file or by counting the individual words in a text."
 msgstr ""
-"이 상자를 선택하면 새 사전이 사전 파일을 불러오거나 텍스트에 있는 각각의 단어"
-"를 계수하여 생성됩니다."
+"이 상자를 선택하면 새 사전이 사전 파일을 불러오거나 텍스트에 있는 각각의 단"
+"어 개수를 세어서 생성합니다."
 
 #. i18n: ectx: property (text), widget (QRadioButton, mergeButton)
 #: wordcompletion/creationsourceui.ui:29
@@ -1016,13 +1016,13 @@
 msgid ""
 "If you select this box a new dictionary is created by merging existing "
 "dictionaries."
-msgstr "이 박스를 체크하면 새 사전이 기존 사전의 병합을 통해 생성됩니다."
+msgstr "이 상자를 선택하면 기존 사전을 합쳐서 새 사전을 생성합니다."
 
 #. i18n: ectx: property (text), widget (QRadioButton, fileButton)
 #: wordcompletion/creationsourceui.ui:50
 #, kde-format
 msgid "From &file"
-msgstr "파일로 부터(&F)"
+msgstr "파일에서(&F)"
 
 #. i18n: ectx: property (whatsThis), widget (QRadioButton, fileButton)
 #: wordcompletion/creationsourceui.ui:53
@@ -1035,9 +1035,9 @@
 "the occurrences of each word."
 msgstr ""
 "이 상자를 선택하면 파일을 불러와서 새 사전을 생성합니다. XML 파일이나 표준 텍"
-"스트 파일, 단어 완성 사전을 포함하고 있는 파일을 선택할 수 있을 것입니다. 표"
-"준 텍스트 파일이나 XML 파일을 선택하면, 각 개별 단어 빈도는 단순하게 각 단어"
-"의 등장 횟수를 계수함으로써 감지됩니다."
+"스트 파일, 단어 완성 사전이 들어 있는 파일을 선택할 수 있습니다. 표준 텍스트 "
+"파일이나 XML 파일을 선택하면, 각 개별 단어 빈도는 단순하게 각 단어의 등장 횟"
+"수를 세어서 감지합니다."
 
 #. i18n: ectx: property (text), widget (QRadioButton, kdeDocButton)
 #: wordcompletion/creationsourceui.ui:71
@@ -1054,13 +1054,13 @@
 "counting the occurrences of each word."
 msgstr ""
 "이 상자를 선택하면, KDE 문서를 분석하여 새 사전을 생성합니다. 각 개별 단어 빈"
-"도는 단순하게 각 단어의 등장 횟수를 계수함으로써 감지됩니다."
+"도는 단순하게 각 단어의 등장 횟수를 세어서 감지합니다."
 
 #. i18n: ectx: property (text), widget (QRadioButton, directoryButton)
 #: wordcompletion/creationsourceui.ui:95
 #, kde-format
 msgid "From f&older"
-msgstr "디렉터리로부터(&O)"
+msgstr "디렉터리에서(&O)"
 
 #. i18n: ectx: property (whatsThis), widget (QRadioButton, directoryButton)
 #: wordcompletion/creationsourceui.ui:98
@@ -1093,7 +1093,7 @@
 #: wordcompletion/dictionarycreationwizard.cpp:65
 #, kde-format
 msgid "Source of New Dictionary (1)"
-msgstr "새 사전의 원본 (1)"
+msgstr "새 사전의 원본(1)"
 
 #: wordcompletion/dictionarycreationwizard.cpp:71
 #: wordcompletion/dictionarycreationwizard.cpp:77
@@ -1101,7 +1101,7 @@
 #: wordcompletion/dictionarycreationwizard.cpp:94
 #, kde-format
 msgid "Source of New Dictionary (2)"
-msgstr "새 사전의 원본 (2)"
+msgstr "새 사전의 원본(2)"
 
 #: wordcompletion/dictionarycreationwizard.cpp:80
 #, kde-format
@@ -1153,8 +1153,8 @@
 "If you select this check box the words from the KDE documentation are spell-"
 "checked before they are inserted into the new dictionary."
 msgstr ""
-"이 체크 상자를 선택하면 KDE 문서로부터 단어가 새 사전에 삽입되기 전에 맞춤법 "
-"검사를 받게 됩니다."
+"이 옵션을 사용하면 KDE 문서에 있는 단어를 새 사전에 추가하기 전에 맞춤법 검사"
+"합니다."
 
 #. i18n: ectx: property (whatsThis), widget (QLabel, languageLabel)
 #: wordcompletion/kdedocsourceui.ui:64
@@ -1164,14 +1164,14 @@
 "creating the new dictionary. KMouth will only parse documentation files of "
 "this language."
 msgstr ""
-"이 콤보 상자로 설치된 언어 중에서 새 사전을 생성하는데 사용될 언어를 선택합니"
+"이 콤보 상자로 설치된 언어 중에서 새 사전을 생성할 때 사용할 언어를 선택합니"
 "다. KMouth는 이 언어의 문서 파일을 분석하기만 할 것입니다."
 
 #. i18n: ectx: property (title), widget (QGroupBox, selectedDictionaryDetails)
 #: wordcompletion/wordcompletionui.ui:32
 #, kde-format
 msgid "&Selected Dictionary"
-msgstr "선택된 사전(&S)"
+msgstr "선택한 사전(&S)"
 
 #. i18n: ectx: property (whatsThis), widget (QLabel, languageLabel)
 #: wordcompletion/wordcompletionui.ui:47
@@ -1179,7 +1179,7 @@
 msgid ""
 "With this combo box you select the language associated with the selected "
 "dictionary."
-msgstr "이 콤보 상자에서 선택된 사전에 연결된 언어를 선택합니다."
+msgstr "이 콤보 상자에서 선택한 사전에 사용하는 언어를 선택합니다."
 
 #. i18n: ectx: property (whatsThis), widget (QLabel, dictionaryNameLabel)
 #. i18n: ectx: property (whatsThis), widget (KLineEdit, dictionaryName)
@@ -1200,7 +1200,7 @@
 msgid ""
 "With this button you can add a new dictionary to the list of available "
 "dictionaries."
-msgstr "이 버튼을 통해 사용가능한 사전 목록에 새 사전을 추가할 수 있습니다."
+msgstr "이 단추를 누르면 사용 가능한 사전 목록에 새로운 사전을 추가합니다."
 
 #. i18n: ectx: property (text), widget (QPushButton, addButton)
 #: wordcompletion/wordcompletionui.ui:103
@@ -1212,7 +1212,7 @@
 #: wordcompletion/wordcompletionui.ui:119
 #, kde-format
 msgid "With this button you delete the selected dictionary."
-msgstr "이 버튼을 통해 선택한 사전을 삭제합니다."
+msgstr "이 단추를 누르면 선택한 사전을 삭제합니다."
 
 #. i18n: ectx: property (text), widget (QPushButton, deleteButton)
 #: wordcompletion/wordcompletionui.ui:122
@@ -1224,7 +1224,7 @@
 #: wordcompletion/wordcompletionui.ui:138
 #, kde-format
 msgid "With this button you move the selected dictionary up."
-msgstr "이 버튼을 통해 선택한 사전을 위로 이동시킵니다."
+msgstr "이 단추를 누르면 선택한 사전을 위로 이동합니다."
 
 #. i18n: ectx: property (text), widget (QPushButton, moveUpButton)
 #: wordcompletion/wordcompletionui.ui:141
@@ -1236,7 +1236,7 @@
 #: wordcompletion/wordcompletionui.ui:157
 #, kde-format
 msgid "With this button you move the selected dictionary down."
-msgstr "이 버튼을 통해 선택된 사전을 아래로 이동시킵니다."
+msgstr "이 단추를 누르면 선택한 사전을 아래로 이동합니다."
 
 #. i18n: ectx: property (text), widget (QPushButton, moveDownButton)
 #: wordcompletion/wordcompletionui.ui:160
@@ -1266,10 +1266,10 @@
 "order to select the dictionary that actually gets used for the word "
 "completion."
 msgstr ""
-"이 목록은 단어 완성에 대해 사용가능한 모든 사전을 포함하고 있습니다. KMouth"
-"는 이 목록이 하나 이상의 사전을 포함하고 있다면 주요 창에서 편집 영역 옆에 콤"
-"보 상자를 표시할 것입니다. 실제 단어 완성에 사용될 사전을 선택하기 위해 이 콤"
-"보 상자를 사용할 수 있습니다."
+"이 목록에는 단어 자동 완성에 사용할 수 있는 모든 사전이 들어 있습니다. 목록"
+"에 두 개 이상의 사전이 있다면 KMouth 주 창의 편집 필드 옆에 콤보 상자를 표시"
+"합니다. 이 콤보 상자를 사용하여 실제로 단어 자동 완성에 사용할 사전을 선택하"
+"십시오."
 
 #: wordcompletion/wordcompletionwidget.cpp:79
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/ml/kmouth.po 
new/kmouth-20.04.0/po/ml/kmouth.po
--- old/kmouth-19.12.3/po/ml/kmouth.po  2020-03-03 01:16:22.000000000 +0100
+++ new/kmouth-20.04.0/po/ml/kmouth.po  2020-04-17 02:29:47.000000000 +0200
@@ -11,7 +11,7 @@
 "POT-Creation-Date: 2019-09-19 02:49+0200\n"
 "PO-Revision-Date: 2009-02-07 16:42-0800\n"
 "Last-Translator: Praveen Arimbrathodiyil <[email protected]>\n"
-"Language-Team: Malayalam <[email protected]>\n"
+"Language-Team: SMC <smc.org.in>\n"
 "Language: ml\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/kmouth-19.12.3/po/nb/kmouth.po 
new/kmouth-20.04.0/po/nb/kmouth.po
--- old/kmouth-19.12.3/po/nb/kmouth.po  2020-03-03 01:16:22.000000000 +0100
+++ new/kmouth-20.04.0/po/nb/kmouth.po  2020-04-17 02:29:47.000000000 +0200
@@ -12,7 +12,7 @@
 "POT-Creation-Date: 2019-09-19 02:49+0200\n"
 "PO-Revision-Date: 2010-12-24 08:26+0100\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
-"Language-Team: Norwegian Bokmål <[email protected]>\n"
+"Language-Team: Norwegian Bokmål <[email protected]>\n"
 "Language: nb\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/kmouth-19.12.3/po/nl/docs/kmouth/index.docbook 
new/kmouth-20.04.0/po/nl/docs/kmouth/index.docbook
--- old/kmouth-19.12.3/po/nl/docs/kmouth/index.docbook  2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/nl/docs/kmouth/index.docbook  2020-04-17 
02:29:48.000000000 +0200
@@ -652,9 +652,9 @@
 >Instellingen</guimenu
 > en <guimenu
 >Help</guimenu
->, voor meer informatie lees de secties over het <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>, voor meer informatie lees de secties over het <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >Menu instellingen</ulink
-> en <ulink url="help:/fundamentals/ui.html#menus-help"
+> en <ulink url="help:/fundamentals/menus.html#menus-help"
 >Menu Help</ulink
 > van &kde; Fundamentals. </para>
     </sect2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmouth-19.12.3/po/nl/docs/kmouth/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/nl/docs/kmouth/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/nl/docs/kmouth/man-kmouth.1.docbook   2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/nl/docs/kmouth/man-kmouth.1.docbook   2020-04-17 
02:29:48.000000000 +0200
@@ -95,8 +95,8 @@
 > uit).</para>
 
 <para
->Er is ook meer informatie verkrijgbaar van <ulink 
url="http://accessibility.kde.org/";
-> De startpagina van het Accessibility project van &kde;</ulink
+>Er is ook meer informatie verkrijgbaar van <ulink 
url="http://community.kde.org/";
+> De site van het Accessibility project van &kde;</ulink
 >. </para>
 </refsect1>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/nl/docs/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/nl/docs/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/nl/docs/man-kmouth.1.docbook  2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/nl/docs/man-kmouth.1.docbook  2020-04-17 
02:29:48.000000000 +0200
@@ -95,8 +95,8 @@
 > uit).</para>
 
 <para
->Er is ook meer informatie verkrijgbaar van <ulink 
url="http://accessibility.kde.org/";
-> De startpagina van het Accessibility project van &kde;</ulink
+>Er is ook meer informatie verkrijgbaar van <ulink 
url="http://community.kde.org/";
+> De site van het Accessibility project van &kde;</ulink
 >. </para>
 </refsect1>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/nn/kmouth.po 
new/kmouth-20.04.0/po/nn/kmouth.po
--- old/kmouth-19.12.3/po/nn/kmouth.po  2020-03-03 01:16:22.000000000 +0100
+++ new/kmouth-20.04.0/po/nn/kmouth.po  2020-04-17 02:29:47.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-09-19 02:49+0200\n"
 "PO-Revision-Date: 2017-09-03 18:02+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
-"Language-Team: Norwegian Nynorsk <[email protected]>\n"
+"Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\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/kmouth-19.12.3/po/pt_BR/docs/kmouth/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/pt_BR/docs/kmouth/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/pt_BR/docs/kmouth/man-kmouth.1.docbook        
2020-03-03 01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/pt_BR/docs/kmouth/man-kmouth.1.docbook        
2020-04-17 02:29:48.000000000 +0200
@@ -95,7 +95,7 @@
 >).</para>
 
 <para
->Existe também mais alguma informação disponível no <ulink 
url="http://accessibility.kde.org/";
+>Existe também mais alguma informação disponível no <ulink 
url="https://community.kde.org/Accessibility";
 >site do projeto de acessibilidade do &kde;</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/pt_BR/docs/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/pt_BR/docs/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/pt_BR/docs/man-kmouth.1.docbook       2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/pt_BR/docs/man-kmouth.1.docbook       2020-04-17 
02:29:48.000000000 +0200
@@ -95,7 +95,7 @@
 >).</para>
 
 <para
->Existe também mais alguma informação disponível no <ulink 
url="http://accessibility.kde.org/";
+>Existe também mais alguma informação disponível no <ulink 
url="https://community.kde.org/Accessibility";
 >site do projeto de acessibilidade do &kde;</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/sk/kmouth.po 
new/kmouth-20.04.0/po/sk/kmouth.po
--- old/kmouth-19.12.3/po/sk/kmouth.po  2020-03-03 01:16:22.000000000 +0100
+++ new/kmouth-20.04.0/po/sk/kmouth.po  2020-04-17 02:29:47.000000000 +0200
@@ -2,19 +2,20 @@
 # Stanislav Visnovsky <[email protected]>, 2003, 2004.
 # Richard Fric <[email protected]>, 2006, 2009.
 # Roman Paholik <[email protected]>, 2015, 2017.
+# Matej Mrenica <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kmouth\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-19 02:49+0200\n"
-"PO-Revision-Date: 2017-08-18 20:24+0100\n"
-"Last-Translator: Roman Paholik <[email protected]>\n"
-"Language-Team: Slovak <[email protected]>\n"
+"PO-Revision-Date: 2019-11-18 11:00+0100\n"
+"Last-Translator: Matej Mrenica <[email protected]>\n"
+"Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.11.80\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -270,7 +271,7 @@
 #: kmouth.cpp:427
 #, kde-format
 msgid "Toggling menubar..."
-msgstr "Prepínam panel nástrojov..."
+msgstr "Prepínam panel ponuky..."
 
 #: kmouth.cpp:439
 #, kde-format
@@ -425,7 +426,7 @@
 "phrasebook</i>. Do you wish to add <i>.phrasebook</i> to the filename?"
 msgstr ""
 "Vybrali ste meno súboru <i>%1</i>, ktoré má inú príponu ako <i>.phrasebook</"
-"i>. Chcete k menu pridať príponu <i>.phrasebook</i>?"
+"i>. Chcete k názvu pridať príponu <i>.phrasebook</i>?"
 
 #: phrasebook/phrasebook.cpp:317 phrasebook/phrasebook.cpp:332
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/sv/docs/kmouth/index.docbook 
new/kmouth-20.04.0/po/sv/docs/kmouth/index.docbook
--- old/kmouth-19.12.3/po/sv/docs/kmouth/index.docbook  2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/sv/docs/kmouth/index.docbook  2020-04-17 
02:29:49.000000000 +0200
@@ -664,9 +664,9 @@
 >Inställningar</guimenu
 > och <guimenu
 >Hjälp</guimenu
->. För mer information läs avsnitten om <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>. För mer information läs avsnitten om <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >Menyn Inställningar</ulink
-> och <ulink url="help:/fundamentals/ui.html#menus-help"
+> och <ulink url="help:/fundamentals/menus.html#menus-help"
 >Menyn Hjälp</ulink
 > i &kde;:s grunder. </para>
     </sect2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmouth-19.12.3/po/sv/docs/kmouth/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/sv/docs/kmouth/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/sv/docs/kmouth/man-kmouth.1.docbook   2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/sv/docs/kmouth/man-kmouth.1.docbook   2020-04-17 
02:29:49.000000000 +0200
@@ -95,7 +95,7 @@
 >).</para>
 
 <para
->Det finns också ytterligare information tillgänglig på <ulink 
url="http://accessibility.kde.org/";
+>Det finns också ytterligare information tillgänglig på <ulink 
url="https://community.kde.org/Accessibility";
 >hemsidan för &kde;:s handikappstödsprojekt</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/sv/docs/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/sv/docs/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/sv/docs/man-kmouth.1.docbook  2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/sv/docs/man-kmouth.1.docbook  2020-04-17 
02:29:49.000000000 +0200
@@ -95,7 +95,7 @@
 >).</para>
 
 <para
->Det finns också ytterligare information tillgänglig på <ulink 
url="http://accessibility.kde.org/";
+>Det finns också ytterligare information tillgänglig på <ulink 
url="https://community.kde.org/Accessibility";
 >hemsidan för &kde;:s handikappstödsprojekt</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/uk/docs/kmouth/index.docbook 
new/kmouth-20.04.0/po/uk/docs/kmouth/index.docbook
--- old/kmouth-19.12.3/po/uk/docs/kmouth/index.docbook  2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/uk/docs/kmouth/index.docbook  2020-04-17 
02:29:49.000000000 +0200
@@ -686,9 +686,9 @@
 >Параметри</guimenu
 > і <guimenu
 >Довідка</guimenu
->. Щоб дізнатися більше, ознайомтеся з розділами щодо <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>. Щоб дізнатися більше, ознайомтеся з розділами щодо <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >меню «Параметри»</ulink
-> та <ulink url="help:/fundamentals/ui.html#menus-help"
+> та <ulink url="help:/fundamentals/menus.html#menus-help"
 >меню «Довідка»</ulink
 > підручника з основ роботи у &kde;. </para>
     </sect2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmouth-19.12.3/po/uk/docs/kmouth/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/uk/docs/kmouth/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/uk/docs/kmouth/man-kmouth.1.docbook   2020-03-03 
01:16:23.000000000 +0100
+++ new/kmouth-20.04.0/po/uk/docs/kmouth/man-kmouth.1.docbook   2020-04-17 
02:29:49.000000000 +0200
@@ -95,8 +95,8 @@
 >).</para>
 
 <para
->Більше інформації можна знайти на <ulink url="http://accessibility.kde.org/";
->Вебсайті проєкту доступності в &kde;</ulink
+>Більше інформації можна знайти на <ulink 
url="https://community.kde.org/Accessibility";
+>вебсайті проєкту доступності в &kde;</ulink
 >.</para>
 </refsect1>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/uk/docs/man-kmouth.1.docbook 
new/kmouth-20.04.0/po/uk/docs/man-kmouth.1.docbook
--- old/kmouth-19.12.3/po/uk/docs/man-kmouth.1.docbook  2020-03-03 
01:16:24.000000000 +0100
+++ new/kmouth-20.04.0/po/uk/docs/man-kmouth.1.docbook  2020-04-17 
02:29:49.000000000 +0200
@@ -95,8 +95,8 @@
 >).</para>
 
 <para
->Більше інформації можна знайти на <ulink url="http://accessibility.kde.org/";
->Вебсайті проєкту доступності в &kde;</ulink
+>Більше інформації можна знайти на <ulink 
url="https://community.kde.org/Accessibility";
+>вебсайті проєкту доступності в &kde;</ulink
 >.</para>
 </refsect1>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/po/zh_CN/kmouth.po 
new/kmouth-20.04.0/po/zh_CN/kmouth.po
--- old/kmouth-19.12.3/po/zh_CN/kmouth.po       2020-03-03 01:16:22.000000000 
+0100
+++ new/kmouth-20.04.0/po/zh_CN/kmouth.po       2020-04-17 02:29:47.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-19 02:49+0200\n"
-"PO-Revision-Date: 2020-01-20 21:58\n"
+"PO-Revision-Date: 2020-03-25 19:57\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/speech.cpp 
new/kmouth-20.04.0/speech.cpp
--- old/kmouth-19.12.3/speech.cpp       2020-01-31 08:22:07.000000000 +0100
+++ new/kmouth-20.04.0/speech.cpp       2020-04-09 10:57:11.000000000 +0200
@@ -188,7 +188,7 @@
         else
             fs.setCodec(codec);
         fs << text;
-        fs << endl;
+        fs << "\n";
         QString filename = tempFile.fileName();
         tempFile.flush();
 
@@ -196,7 +196,7 @@
         command = prepareCommand(command, QLatin1String(encText), filename, 
language);
 
         // 3. create a new process
-        connect(&m_process, SIGNAL(finished(int, QProcess::ExitStatus)), this, 
SLOT(processExited(int, QProcess::ExitStatus)));
+        connect(&m_process, QOverload<int, 
QProcess::ExitStatus>::of(&QProcess::finished), this, &Speech::processExited);
         //connect(&process, SIGNAL(wroteStdin(K3Process*)), this, 
SLOT(wroteStdin(K3Process*)));
         //connect(&process, SIGNAL(receivedStdout(K3Process*, char*, int)), 
this, SLOT(receivedStdout(K3Process*, char*, int)));
         //connect(&process, SIGNAL(receivedStderr(K3Process*, char*, int)), 
this, SLOT(receivedStderr(K3Process*, char*, int)));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-19.12.3/wordcompletion/wordlist.cpp 
new/kmouth-20.04.0/wordcompletion/wordlist.cpp
--- old/kmouth-19.12.3/wordcompletion/wordlist.cpp      2020-01-31 
08:22:07.000000000 +0100
+++ new/kmouth-20.04.0/wordcompletion/wordlist.cpp      2020-04-09 
10:57:11.000000000 +0200
@@ -185,7 +185,7 @@
     QXmlInputSource source(&xmlfile);
     XMLParser parser;
     QXmlSimpleReader reader;
-    
reader.setFeature(QStringLiteral("http://trolltech.com/xml/features/report-start-end-entity";),
 true);
+    
reader.setFeature(QStringLiteral("http://qt-project.org/xml/features/report-start-end-entity";),
 true);
     reader.setContentHandler(&parser);
 
     WordMap words;


Reply via email to