Hello community,

here is the log from the commit of package kcalc for openSUSE:Factory checked 
in at 2020-02-10 21:48:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcalc (Old)
 and      /work/SRC/openSUSE:Factory/.kcalc.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcalc"

Mon Feb 10 21:48:11 2020 rev:105 rq:771627 version:19.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcalc/kcalc.changes      2020-01-11 
14:41:52.761228443 +0100
+++ /work/SRC/openSUSE:Factory/.kcalc.new.26092/kcalc.changes   2020-02-10 
21:48:14.922019367 +0100
@@ -1,0 +2,14 @@
+Fri Feb  7 08:37:13 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Replace %make_jobs with %cmake_build.
+
+-------------------------------------------------------------------
+Wed Feb  5 06:28:58 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.2
+- No code change since 19.12.1
+
+-------------------------------------------------------------------

Old:
----
  kcalc-19.12.1.tar.xz
  kcalc-19.12.1.tar.xz.sig

New:
----
  kcalc-19.12.2.tar.xz
  kcalc-19.12.2.tar.xz.sig

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

Other differences:
------------------
++++++ kcalc.spec ++++++
--- /var/tmp/diff_new_pack.lqdc5T/_old  2020-02-10 21:48:15.426019645 +0100
+++ /var/tmp/diff_new_pack.lqdc5T/_new  2020-02-10 21:48:15.430019648 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kcalc
-Version:        19.12.1
+Version:        19.12.2
 Release:        0
 Summary:        Scientific Calculator
 License:        GPL-2.0-or-later
@@ -65,7 +65,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++++++ kcalc-19.12.1.tar.xz -> kcalc-19.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-19.12.1/CMakeLists.txt 
new/kcalc-19.12.2/CMakeLists.txt
--- old/kcalc-19.12.1/CMakeLists.txt    2020-01-07 01:56:23.000000000 +0100
+++ new/kcalc-19.12.2/CMakeLists.txt    2020-02-04 01:20:04.000000000 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "19")
 set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 project(kcalc VERSION ${KDE_APPLICATIONS_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-19.12.1/org.kde.kcalc.appdata.xml 
new/kcalc-19.12.2/org.kde.kcalc.appdata.xml
--- old/kcalc-19.12.1/org.kde.kcalc.appdata.xml 2020-01-06 20:03:57.000000000 
+0100
+++ new/kcalc-19.12.2/org.kde.kcalc.appdata.xml 2020-02-04 00:17:11.000000000 
+0100
@@ -236,7 +236,7 @@
       <li xml:lang="uk">Можна налаштувати кольори та шрифт дисплея.</li>
       <li xml:lang="x-test">xxThe display colors and font are configurable, 
aiding usabilityxx</li>
       <li xml:lang="zh-CN">显示颜色和字体是可配置的,有助于可用性</li>
-      <li xml:lang="zh-TW">能變更顯示的顏色和字體,有助於實用性</li>
+      <li xml:lang="zh-TW">能變更顯示的顏色和字型,有助於實用性</li>
       <li>The use of key-bindings make it easy to use without a pointing 
device</li>
       <li xml:lang="ca">L'ús dels lligams de tecles facilita l'ús sense un 
dispositiu apuntador</li>
       <li xml:lang="ca-valencia">L'ús dels lligams de tecles facilita l'ús 
sense un dispositiu apuntador</li>
@@ -303,6 +303,7 @@
   </provides>
   <project_group>KDE</project_group>
   <releases>
+    <release version="19.12.2" date="2020-02-06"/>
     <release version="19.12.1" date="2020-01-09"/>
     <release version="19.12.0" date="2019-12-12"/>
   </releases>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-19.12.1/org.kde.kcalc.desktop 
new/kcalc-19.12.2/org.kde.kcalc.desktop
--- old/kcalc-19.12.1/org.kde.kcalc.desktop     2020-01-06 20:03:57.000000000 
+0100
+++ new/kcalc-19.12.2/org.kde.kcalc.desktop     2020-02-04 00:17:11.000000000 
+0100
@@ -90,6 +90,7 @@
 Comment[pl]=Kalkulator z wieloma funkcjami matematycznymi, takimi jak funkcje 
trygonometryczne, działania logiczne oraz obliczenia statystyczne
 Comment[pt]=Calculadora que oferece várias funções matemáticas, como as 
funções trigonométricas, operações lógicas e cálculos estatísticos
 Comment[pt_BR]=Calculadora que oferece várias funções matemáticas, como 
funções trigonométricas, operações lógicas e cálculos estatísticos
+Comment[ru]=Калькулятор с поддержкой тригонометрических, логических и 
статистических вычислений
 Comment[sk]=Kalkulačka, ktorá ponúka mnoho matematický funkcií, ako sú 
goniometrické funkcie, logické operácie a štatistické výpočty.
 Comment[sv]=Räknare som tillhandahåller många matematiska funktioner, såsom 
trigonometriska funktioner, logiska operationer och statistiska beräkningar
 Comment[uk]=Калькулятор із можливостями виконання багатьох математичних дій, 
зокрема обчислення тригонометричних та статистичних функцій, а також логічних 
операцій.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-19.12.1/po/fi/kcalc.po 
new/kcalc-19.12.2/po/fi/kcalc.po
--- old/kcalc-19.12.1/po/fi/kcalc.po    2020-01-07 01:56:20.000000000 +0100
+++ new/kcalc-19.12.2/po/fi/kcalc.po    2020-02-04 01:20:00.000000000 +0100
@@ -5,7 +5,7 @@
 # Teemu Rytilahti <teemu.rytila...@kde-fi.org>, 2003.
 # Tapio Kautto <elekna...@phnet.fi>, 2004.
 # Ilpo Kantonen <i...@iki.fi>, 2004, 2005, 2006.
-# Tommi Nieminen <transla...@legisign.org>, 2010, 2018, 2019.
+# Tommi Nieminen <transla...@legisign.org>, 2010, 2018, 2019, 2020.
 # Lasse Liehu <lasse.li...@gmail.com>, 2010, 2011, 2012, 2013, 2014, 2015.
 # Niklas Laxström <niklas.laxstrom+kdetr...@gmail.com>, 2012.
 # Tomi Mäkelä <soulwea...@hotmail.fi>, 2013.
@@ -14,7 +14,7 @@
 "Project-Id-Version: kcalc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-10-16 03:18+0200\n"
-"PO-Revision-Date: 2019-07-30 23:08+0200\n"
+"PO-Revision-Date: 2020-01-01 12:36+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
@@ -23,7 +23,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-POT-Import-Date: 2012-12-01 22:25:39+0000\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -1254,13 +1254,13 @@
 #: kcalc.ui:65
 #, kde-format
 msgid "&Deg"
-msgstr ""
+msgstr "&Ast"
 
 #. i18n: ectx: property (text), widget (QRadioButton, radRadio)
 #: kcalc.ui:72
 #, kde-format
 msgid "&Rad"
-msgstr ""
+msgstr "&Rad"
 
 # Gooni eli uusaste, ks. SI-järjestelmä
 #. i18n: ectx: property (text), widget (QRadioButton, gradRadio)
@@ -1316,7 +1316,7 @@
 #: kcalc.ui:182
 #, kde-format
 msgid "Oc&t"
-msgstr ""
+msgstr "&Okt"
 
 #. i18n: ectx: property (toolTip), widget (QRadioButton, binRadio)
 #: kcalc.ui:215
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-19.12.1/po/ia/kcalc.po 
new/kcalc-19.12.2/po/ia/kcalc.po
--- old/kcalc-19.12.1/po/ia/kcalc.po    2020-01-07 01:56:20.000000000 +0100
+++ new/kcalc-19.12.2/po/ia/kcalc.po    2020-02-04 01:20:00.000000000 +0100
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Giovanni Sora <g.s...@tiscali.it>, 2012, 2013, 2014, 2017, 2018.
+# Giovanni Sora <g.s...@tiscali.it>, 2012, 2013, 2014, 2017, 2018, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-10-16 03:18+0200\n"
-"PO-Revision-Date: 2018-12-27 16:53+0100\n"
-"Last-Translator: giovanni <g.s...@tiscali.it>\n"
+"PO-Revision-Date: 2020-01-16 21:44+0100\n"
+"Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
 "Language: ia\n"
 "MIME-Version: 1.0\n"
@@ -53,17 +53,15 @@
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel6)
 #: colors.ui:105
-#, fuzzy, kde-format
-#| msgid "&Background:"
+#, kde-format
 msgid "Background"
-msgstr "F&undo:"
+msgstr "Fundo"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel3)
 #: colors.ui:115
-#, fuzzy, kde-format
-#| msgid "&Foreground:"
+#, kde-format
 msgid "Foreground"
-msgstr "&Fronte:"
+msgstr "Prime Plano"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel5)
 #: colors.ui:125
@@ -906,45 +904,39 @@
 
 #. i18n: ectx: label, entry (NumberFontsColor), group (Colors)
 #: kcalc.kcfg:49
-#, fuzzy, kde-format
-#| msgid "The color of number buttons."
+#, kde-format
 msgid "The color of number fonts."
-msgstr "Le color de buttones de numeros"
+msgstr "Le color de fontes de numero"
 
 #. i18n: ectx: label, entry (FunctionFontsColor), group (Colors)
 #: kcalc.kcfg:55
-#, fuzzy, kde-format
-#| msgid "The color of function buttons."
+#, kde-format
 msgid "The color of function fonts."
-msgstr "Le color de buttones de function."
+msgstr "Le color de fonts de function."
 
 #. i18n: ectx: label, entry (StatFontsColor), group (Colors)
 #: kcalc.kcfg:59
-#, fuzzy, kde-format
-#| msgid "The color of statistical buttons."
+#, kde-format
 msgid "The color of statistical fonts."
-msgstr "le color de buttones statistic."
+msgstr "Le color de fonts de statistic."
 
 #. i18n: ectx: label, entry (HexFontsColor), group (Colors)
 #: kcalc.kcfg:63
-#, fuzzy, kde-format
-#| msgid "The color of hex buttons."
+#, kde-format
 msgid "The color of hex fonts."
-msgstr "Le color de buttones hex."
+msgstr "Le color de fonts de hex."
 
 #. i18n: ectx: label, entry (MemoryFontsColor), group (Colors)
 #: kcalc.kcfg:67
-#, fuzzy, kde-format
-#| msgid "The color of memory buttons."
+#, kde-format
 msgid "The color of memory fonts."
-msgstr "Le color de buttones de memoria"
+msgstr "Le color de fonts de memoria"
 
 #. i18n: ectx: label, entry (OperationFontsColor), group (Colors)
 #: kcalc.kcfg:71
-#, fuzzy, kde-format
-#| msgid "The color of operation buttons."
+#, kde-format
 msgid "The color of operation font."
-msgstr "Le color de buttones de operation."
+msgstr "Le color de font de operation."
 
 #. i18n: ectx: label, entry (ButtonFont), group (Font)
 #: kcalc.kcfg:77
@@ -1251,20 +1243,19 @@
 #: kcalc.ui:65
 #, kde-format
 msgid "&Deg"
-msgstr ""
+msgstr "&grad"
 
 #. i18n: ectx: property (text), widget (QRadioButton, radRadio)
 #: kcalc.ui:72
 #, kde-format
 msgid "&Rad"
-msgstr ""
+msgstr "&Rad"
 
 #. i18n: ectx: property (text), widget (QRadioButton, gradRadio)
 #: kcalc.ui:79
-#, fuzzy, kde-format
-#| msgid "Grad"
+#, kde-format
 msgid "&Grad"
-msgstr "Grad"
+msgstr "&Grad"
 
 #. i18n: ectx: property (toolTip), widget (QRadioButton, hexRadio)
 #: kcalc.ui:107
@@ -1312,7 +1303,7 @@
 #: kcalc.ui:182
 #, kde-format
 msgid "Oc&t"
-msgstr ""
+msgstr "Oc&t"
 
 #. i18n: ectx: property (toolTip), widget (QRadioButton, binRadio)
 #: kcalc.ui:215
@@ -1931,7 +1922,7 @@
 #: kcalc_bitset.cpp:101
 #, kde-format
 msgid "Bit %1"
-msgstr ""
+msgstr "Bit %1"
 
 #: kcalc_const_button.cpp:38 kcalc_const_button.cpp:49
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-19.12.1/po/ko/kcalc.po 
new/kcalc-19.12.2/po/ko/kcalc.po
--- old/kcalc-19.12.1/po/ko/kcalc.po    2020-01-07 01:56:20.000000000 +0100
+++ new/kcalc-19.12.2/po/ko/kcalc.po    2020-02-04 01:20:01.000000000 +0100
@@ -4,14 +4,14 @@
 # Choe Hwanjin <h...@hancom.com>, 2003, 2004.
 # kyuhyong Yoo <root@localhost.localdomain>, 2004.
 # Youngbin Park <shr...@nate.com>, 2005.
-# Shinjo Park <k...@peremen.name>, 2007, 2008, 2009, 2010, 2013, 2014, 2015, 
2019.
+# Shinjo Park <k...@peremen.name>, 2007, 2008, 2009, 2010, 2013, 2014, 2015, 
2019, 2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kcalc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-10-16 03:18+0200\n"
-"PO-Revision-Date: 2019-07-18 23:26+0200\n"
+"PO-Revision-Date: 2020-01-27 00:22+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\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 18.12.3\n"
+"X-Generator: Lokalize 19.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -1234,20 +1234,19 @@
 #: kcalc.ui:65
 #, kde-format
 msgid "&Deg"
-msgstr ""
+msgstr "도(&D)"
 
 #. i18n: ectx: property (text), widget (QRadioButton, radRadio)
 #: kcalc.ui:72
 #, kde-format
 msgid "&Rad"
-msgstr ""
+msgstr "라디안(&R)"
 
 #. i18n: ectx: property (text), widget (QRadioButton, gradRadio)
 #: kcalc.ui:79
-#, fuzzy, kde-format
-#| msgid "Grad"
+#, kde-format
 msgid "&Grad"
-msgstr "그라디안"
+msgstr "그라디안(&G)"
 
 #. i18n: ectx: property (toolTip), widget (QRadioButton, hexRadio)
 #: kcalc.ui:107
@@ -1295,7 +1294,7 @@
 #: kcalc.ui:182
 #, kde-format
 msgid "Oc&t"
-msgstr ""
+msgstr "8진법(&T)"
 
 #. i18n: ectx: property (toolTip), widget (QRadioButton, binRadio)
 #: kcalc.ui:215
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-19.12.1/po/ru/kcalc.po 
new/kcalc-19.12.2/po/ru/kcalc.po
--- old/kcalc-19.12.1/po/ru/kcalc.po    2020-01-07 01:56:21.000000000 +0100
+++ new/kcalc-19.12.2/po/ru/kcalc.po    2020-02-04 01:20:02.000000000 +0100
@@ -10,20 +10,20 @@
 # Alexander Potashev <aspotas...@gmail.com>, 2010, 2012, 2014, 2015.
 # Yuri Efremov <yur....@gmail.com>, 2013.
 # Alexander Lakhin <exclus...@gmail.com>, 2013.
-# Alexander Yavorsky <kekc...@gmail.com>, 2018.
+# Alexander Yavorsky <kekc...@gmail.com>, 2018, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcalc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-10-16 03:18+0200\n"
-"PO-Revision-Date: 2018-11-25 14:19+0300\n"
+"PO-Revision-Date: 2020-01-28 21:52+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
 "Language: ru\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.12.1\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Environment: kde\n"
@@ -66,17 +66,15 @@
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel6)
 #: colors.ui:105
-#, fuzzy, kde-format
-#| msgid "&Background:"
+#, kde-format
 msgid "Background"
-msgstr "&Фон:"
+msgstr "Фон"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel3)
 #: colors.ui:115
-#, fuzzy, kde-format
-#| msgid "&Foreground:"
+#, kde-format
 msgid "Foreground"
-msgstr "&Передний план:"
+msgstr "Текст"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel5)
 #: colors.ui:125
@@ -922,45 +920,39 @@
 
 #. i18n: ectx: label, entry (NumberFontsColor), group (Colors)
 #: kcalc.kcfg:49
-#, fuzzy, kde-format
-#| msgid "The color of number buttons."
+#, kde-format
 msgid "The color of number fonts."
-msgstr "Цвет кнопок с цифрами."
+msgstr "Цвет шрифта кнопок цифр."
 
 #. i18n: ectx: label, entry (FunctionFontsColor), group (Colors)
 #: kcalc.kcfg:55
-#, fuzzy, kde-format
-#| msgid "The color of function buttons."
+#, kde-format
 msgid "The color of function fonts."
-msgstr "Цвет функциональных кнопок."
+msgstr "Цвет шрифта функциональных кнопок."
 
 #. i18n: ectx: label, entry (StatFontsColor), group (Colors)
 #: kcalc.kcfg:59
-#, fuzzy, kde-format
-#| msgid "The color of statistical buttons."
+#, kde-format
 msgid "The color of statistical fonts."
-msgstr "Цвет статистических кнопок"
+msgstr "Цвет шрифта статистических кнопок."
 
 #. i18n: ectx: label, entry (HexFontsColor), group (Colors)
 #: kcalc.kcfg:63
-#, fuzzy, kde-format
-#| msgid "The color of hex buttons."
+#, kde-format
 msgid "The color of hex fonts."
-msgstr "Цвет шестнадцатеричных кнопок."
+msgstr "Цвет шрифта шестнадцатеричных кнопок."
 
 #. i18n: ectx: label, entry (MemoryFontsColor), group (Colors)
 #: kcalc.kcfg:67
-#, fuzzy, kde-format
-#| msgid "The color of memory buttons."
+#, kde-format
 msgid "The color of memory fonts."
-msgstr "Цвет кнопок памяти."
+msgstr "Цвет шрифта кнопок памяти."
 
 #. i18n: ectx: label, entry (OperationFontsColor), group (Colors)
 #: kcalc.kcfg:71
-#, fuzzy, kde-format
-#| msgid "The color of operation buttons."
+#, kde-format
 msgid "The color of operation font."
-msgstr "Цвет кнопок операций"
+msgstr "Цвет шрифта кнопок операций."
 
 #. i18n: ectx: label, entry (ButtonFont), group (Font)
 #: kcalc.kcfg:77
@@ -1272,20 +1264,19 @@
 #: kcalc.ui:65
 #, kde-format
 msgid "&Deg"
-msgstr ""
+msgstr "&Градусы"
 
 #. i18n: ectx: property (text), widget (QRadioButton, radRadio)
 #: kcalc.ui:72
 #, kde-format
 msgid "&Rad"
-msgstr ""
+msgstr "&Радианы"
 
 #. i18n: ectx: property (text), widget (QRadioButton, gradRadio)
 #: kcalc.ui:79
-#, fuzzy, kde-format
-#| msgid "Grad"
+#, kde-format
 msgid "&Grad"
-msgstr "Грады"
+msgstr "Г&рады"
 
 #. i18n: ectx: property (toolTip), widget (QRadioButton, hexRadio)
 #: kcalc.ui:107
@@ -1333,7 +1324,7 @@
 #: kcalc.ui:182
 #, kde-format
 msgid "Oc&t"
-msgstr ""
+msgstr "Oc&t"
 
 #. i18n: ectx: property (toolTip), widget (QRadioButton, binRadio)
 #: kcalc.ui:215
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-19.12.1/po/zh_CN/kcalc.po 
new/kcalc-19.12.2/po/zh_CN/kcalc.po
--- old/kcalc-19.12.1/po/zh_CN/kcalc.po 2020-01-07 01:56:22.000000000 +0100
+++ new/kcalc-19.12.2/po/zh_CN/kcalc.po 2020-02-04 01:20:02.000000000 +0100
@@ -14,7 +14,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-10-16 03:18+0200\n"
-"PO-Revision-Date: 2020-01-04 21:53\n"
+"PO-Revision-Date: 2020-01-20 21:57\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to