Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kunitconversion for 
openSUSE:Factory checked in at 2025-08-09 19:58:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kunitconversion (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kunitconversion.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kunitconversion"

Sat Aug  9 19:58:25 2025 rev:18 rq:1298568 version:6.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kunitconversion/kf6-kunitconversion.changes  
2025-07-14 10:53:52.286032154 +0200
+++ 
/work/SRC/openSUSE:Factory/.kf6-kunitconversion.new.1085/kf6-kunitconversion.changes
        2025-08-09 20:04:01.100751172 +0200
@@ -1,0 +2,13 @@
+Mon Aug  4 06:57:36 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.17.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.17.0
+- Changes since 6.16.0:
+  * Update dependency version to 6.17.0
+  * Bump kf ecm_set_disabled_deprecation_versions
+  * It compiles fine without qt 6.10 deprecated methods
+  * Update version to 6.17.0
+
+-------------------------------------------------------------------

Old:
----
  kunitconversion-6.16.0.tar.xz
  kunitconversion-6.16.0.tar.xz.sig

New:
----
  kunitconversion-6.17.0.tar.xz
  kunitconversion-6.17.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-kunitconversion.spec ++++++
--- /var/tmp/diff_new_pack.PKVKhT/_old  2025-08-09 20:04:01.784779931 +0200
+++ /var/tmp/diff_new_pack.PKVKhT/_new  2025-08-09 20:04:01.784779931 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kf6-kunitconversion
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,11 +32,11 @@
 %define mypython_sitearch %{expand:%%%{mypython}_sitearch}
 %endif
 
-# Full KF6 version (e.g. 6.16.0)
+# Full KF6 version (e.g. 6.17.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 %bcond_without released
 Name:           kf6-kunitconversion
-Version:        6.16.0
+Version:        6.17.0
 Release:        0
 Summary:        Tool for converting physical units
 License:        LGPL-2.1-or-later


++++++ kunitconversion-6.16.0.tar.xz -> kunitconversion-6.17.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-6.16.0/CMakeLists.txt 
new/kunitconversion-6.17.0/CMakeLists.txt
--- old/kunitconversion-6.16.0/CMakeLists.txt   2025-07-04 17:17:54.000000000 
+0200
+++ new/kunitconversion-6.17.0/CMakeLists.txt   2025-08-01 12:39:29.000000000 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.16.0") # handled by release scripts
-set(KF_DEP_VERSION "6.16.0") # handled by release scripts
+set(KF_VERSION "6.17.0") # handled by release scripts
+set(KF_DEP_VERSION "6.17.0") # handled by release scripts
 project(KUnitConversion VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 6.16.0  NO_MODULE)
+find_package(ECM 6.17.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -53,8 +53,8 @@
 ki18n_install(po)
 
 ecm_set_disabled_deprecation_versions(
-    QT 6.9.0
-    KF 6.14.0
+    QT 6.10.0
+    KF 6.16.0
 )
 
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-6.16.0/po/ar/kunitconversion6.po 
new/kunitconversion-6.17.0/po/ar/kunitconversion6.po
--- old/kunitconversion-6.16.0/po/ar/kunitconversion6.po        2025-07-04 
17:17:54.000000000 +0200
+++ new/kunitconversion-6.17.0/po/ar/kunitconversion6.po        2025-08-01 
12:39:29.000000000 +0200
@@ -14,7 +14,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
-"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
 
 #: acceleration.cpp:17
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-6.16.0/po/fi/kunitconversion6.po 
new/kunitconversion-6.17.0/po/fi/kunitconversion6.po
--- old/kunitconversion-6.16.0/po/fi/kunitconversion6.po        2025-07-04 
17:17:54.000000000 +0200
+++ new/kunitconversion-6.17.0/po/fi/kunitconversion6.po        2025-08-01 
12:39:29.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: libkunitconversion\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-06-28 00:39+0000\n"
-"PO-Revision-Date: 2025-05-29 19:10+0300\n"
+"PO-Revision-Date: 2025-07-21 16:35+0300\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
@@ -3615,18 +3615,13 @@
 msgstr "Islannin krona; Islannin kruunu"
 
 #: currency.cpp:653
-#, fuzzy, kde-format
-#| msgctxt "amount in units (real)"
-#| msgid "%1 Icelandic kronar"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 Icelandic kronur"
 msgstr "%1 Islannin kruunua"
 
 #: currency.cpp:654
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 Icelandic krona"
-#| msgid_plural "%1 Icelandic kronar"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 Icelandic krona"
 msgid_plural "%1 Icelandic kronur"
@@ -9112,27 +9107,27 @@
 #, kde-format
 msgctxt "unit description in lists"
 msgid "rods/perches/poles"
-msgstr ""
+msgstr "rodia"
 
 #: length.cpp:386
 #, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "rod;rods;perch;perches;pole;poles"
-msgstr ""
+msgstr "rod;rodia;keppi;keppiä;sauva;sauvaa"
 
 #: length.cpp:388
 #, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 rods/perches/poles"
-msgstr ""
+msgstr "%1 rodia"
 
 #: length.cpp:389
 #, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 rod/perch/pole"
 msgid_plural "%1 rods/perches/poles"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%1 rod"
+msgstr[1] "%1 rodia"
 
 #: mass.cpp:18
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-6.16.0/po/fr/kunitconversion6.po 
new/kunitconversion-6.17.0/po/fr/kunitconversion6.po
--- old/kunitconversion-6.16.0/po/fr/kunitconversion6.po        2025-07-04 
17:17:54.000000000 +0200
+++ new/kunitconversion-6.17.0/po/fr/kunitconversion6.po        2025-08-01 
12:39:29.000000000 +0200
@@ -12,7 +12,7 @@
 "Project-Id-Version: libconversion\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-06-28 00:39+0000\n"
-"PO-Revision-Date: 2025-04-14 10:00+0200\n"
+"PO-Revision-Date: 2025-06-29 09:30+0200\n"
 "Last-Translator: Xavier Besnard <xavier.besn...@kde.org>\n"
 "Language-Team: French <French <kde-francoph...@kde.org>>\n"
 "Language: fr\n"
@@ -22,7 +22,7 @@
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Accelerator-Marker: &\n"
 "X-Environment: kde\n"
-"X-Generator: Lokalize 24.12.3\n"
+"X-Generator: Lokalize 25.04.2\n"
 "X-Text-Markup: kde4\n"
 
 #: acceleration.cpp:17
@@ -3625,18 +3625,13 @@
 msgstr "Couronne islandaise ; Krona islandaise"
 
 #: currency.cpp:653
-#, fuzzy, kde-format
-#| msgctxt "amount in units (real)"
-#| msgid "%1 Icelandic kronar"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 Icelandic kronur"
-msgstr "%1 couronne islandaise"
+msgstr "%1 couronnes islandaises"
 
 #: currency.cpp:654
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 Icelandic krona"
-#| msgid_plural "%1 Icelandic kronar"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 Icelandic krona"
 msgid_plural "%1 Icelandic kronur"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-6.16.0/po/hu/kunitconversion6.po 
new/kunitconversion-6.17.0/po/hu/kunitconversion6.po
--- old/kunitconversion-6.16.0/po/hu/kunitconversion6.po        2025-07-04 
17:17:54.000000000 +0200
+++ new/kunitconversion-6.17.0/po/hu/kunitconversion6.po        2025-08-01 
12:39:29.000000000 +0200
@@ -4,13 +4,13 @@
 # Tamas Szanto <tasza...@gmail.com>, 2009.
 # Laszlo Papp <djsz...@archlinux.us>, 2010.
 # Kristóf Kiszel <ulys...@kubuntu.org>, 2010, 2011, 2014, 2019.
-# SPDX-FileCopyrightText: 2018, 2020, 2024 Kristof Kiszel 
<kiszel.kris...@gmail.com>
+# SPDX-FileCopyrightText: 2018, 2020, 2024, 2025 Kristof Kiszel 
<kiszel.kris...@gmail.com>
 msgid ""
 msgstr ""
 "Project-Id-Version: KDE 4.4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-06-28 00:39+0000\n"
-"PO-Revision-Date: 2024-05-29 09:42+0200\n"
+"PO-Revision-Date: 2025-07-29 22:06+0200\n"
 "Last-Translator: Kristof Kiszel <ulys...@fsf.hu>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
 "Language: hu\n"
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 24.02.2\n"
+"X-Generator: Lokalize 25.04.3\n"
 
 #: acceleration.cpp:17
 #, kde-format
@@ -2698,32 +2698,27 @@
 #, kde-format
 msgctxt "currency name"
 msgid "CFP franc"
-msgstr ""
+msgstr "CFP frank"
 
 #: currency.cpp:261
 #, kde-format
 msgctxt "XPF CFP franc - unit synonyms for matching user input"
 msgid "CFP;CFP franc;CFP francs;Pacific franc;Pacific francs"
-msgstr ""
+msgstr "CFP;CFP frank;CFP frank;Csendes-óceáni frank;Csendes-óceáni frank"
 
 #: currency.cpp:264
-#, fuzzy, kde-format
-#| msgctxt "amount in units (real)"
-#| msgid "%1 French francs"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 CFP francs"
-msgstr "%1 francia frank"
+msgstr "%1 csendes-óceáni frank"
 
 #: currency.cpp:265
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 French franc"
-#| msgid_plural "%1 French francs"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 CFP franc"
 msgid_plural "%1 CFP francs"
-msgstr[0] "%1 francia frank"
-msgstr[1] "%1 francia frank"
+msgstr[0] "%1 csendes-óceáni frank"
+msgstr[1] "%1 csendes-óceáni frank"
 
 #: currency.cpp:272 currency.cpp:274
 #, kde-format
@@ -3622,18 +3617,13 @@
 msgstr "Izandi korona;Izlandi korona"
 
 #: currency.cpp:653
-#, fuzzy, kde-format
-#| msgctxt "amount in units (real)"
-#| msgid "%1 Icelandic kronar"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 Icelandic kronur"
 msgstr "%1 izlandi korona"
 
 #: currency.cpp:654
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 Icelandic krona"
-#| msgid_plural "%1 Icelandic kronar"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 Icelandic krona"
 msgid_plural "%1 Icelandic kronur"
@@ -8940,223 +8930,193 @@
 #, kde-format
 msgctxt "length unit symbol"
 msgid "ru"
-msgstr ""
+msgstr "ru"
 
 #: length.cpp:336
 #, kde-format
 msgctxt "unit description in lists"
 msgid "rack units"
-msgstr ""
+msgstr "rack egység"
 
 #: length.cpp:337
 #, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "rack unit;rack units;U;RU"
-msgstr ""
+msgstr "rack egység;rack egység;U;RU"
 
 #: length.cpp:339
-#, fuzzy, kde-format
-#| msgctxt "amount in units (real)"
-#| msgid "%1 reais"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 rack units"
-msgstr "%1 real"
+msgstr "%1 rack egység"
 
 #: length.cpp:340
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 ringgit"
-#| msgid_plural "%1 ringgit"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 rack unit"
 msgid_plural "%1 rack units"
-msgstr[0] "%1 ringgit"
-msgstr[1] "%1 ringgit"
+msgstr[0] "%1 rack egység"
+msgstr[1] "%1 rack egység"
 
 #: length.cpp:345
-#, fuzzy, kde-format
-#| msgctxt "volume unit symbol"
-#| msgid "l"
+#, kde-format
 msgctxt "length unit symbol"
 msgid "li"
-msgstr "l"
+msgstr "li"
 
 #: length.cpp:346
 #, kde-format
 msgctxt "unit description in lists"
 msgid "links"
-msgstr ""
+msgstr "link"
 
 #: length.cpp:347
 #, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "link;links"
-msgstr ""
+msgstr "link;link"
 
 #: length.cpp:349
-#, fuzzy, kde-format
-#| msgctxt "amount in units (real)"
-#| msgid "%1 litas"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 links"
-msgstr "%1 litas"
+msgstr "%1 link"
 
 #: length.cpp:350
-#, fuzzy, kde-format
-#| msgctxt "amount in units (real)"
-#| msgid "%1 lei"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 link"
 msgid_plural "%1 links"
-msgstr[0] "%1 lej"
-msgstr[1] "%1 lej"
+msgstr[0] "%1 link"
+msgstr[1] "%1 link"
 
 #: length.cpp:355
-#, fuzzy, kde-format
-#| msgctxt "time unit symbol"
-#| msgid "h"
+#, kde-format
 msgctxt "length unit symbol"
 msgid "ch"
-msgstr "h"
+msgstr "lánc"
 
 #: length.cpp:356
 #, kde-format
 msgctxt "unit description in lists"
 msgid "chains"
-msgstr ""
+msgstr "lánc"
 
 #: length.cpp:357
 #, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "chain;chains"
-msgstr ""
+msgstr "lánc;lánc"
 
 #: length.cpp:359
-#, fuzzy, kde-format
-#| msgctxt "amount in units (real)"
-#| msgid "%1 carats"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 chains"
-msgstr "%1 karát"
+msgstr "%1 lánc"
 
 #: length.cpp:360
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 carat"
-#| msgid_plural "%1 carats"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 chain"
 msgid_plural "%1 chains"
-msgstr[0] "%1 karát"
-msgstr[1] "%1 karát"
+msgstr[0] "%1 lánc"
+msgstr[1] "%1 lánc"
 
 #: length.cpp:364
 #, kde-format
 msgctxt "length unit symbol"
 msgid "fu"
-msgstr ""
+msgstr "stad"
 
 #: length.cpp:365
 #, kde-format
 msgctxt "unit description in lists"
 msgid "furlongs"
-msgstr ""
+msgstr "stadion"
 
 #: length.cpp:366
 #, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "furlong;furlongs"
-msgstr ""
+msgstr "stadion;stadion"
 
 #: length.cpp:368
-#, fuzzy, kde-format
-#| msgctxt "amount in units (real)"
-#| msgid "%1 fluid ounces"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 furlongs"
-msgstr "%1 folyadék uncia"
+msgstr "%1 stadion"
 
 #: length.cpp:369
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 forint"
-#| msgid_plural "%1 forint"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 furlong"
 msgid_plural "%1 furlongs"
-msgstr[0] "%1 forint"
-msgstr[1] "%1 forint"
+msgstr[0] "%1 stadion"
+msgstr[1] "%1 stadion"
 
 #: length.cpp:374
-#, fuzzy, kde-format
-#| msgctxt "pressure unit symbol"
-#| msgid "fPa"
+#, kde-format
 msgctxt "length unit symbol"
 msgid "fa"
-msgstr "fPa"
+msgstr "köt"
 
 #: length.cpp:375
 #, kde-format
 msgctxt "unit description in lists"
 msgid "fathom"
-msgstr ""
+msgstr "kötélhossz"
 
 #: length.cpp:376
 #, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "fathom;fathoms"
-msgstr ""
+msgstr "kötélhossz;kötélhossz"
 
 #: length.cpp:378
-#, fuzzy, kde-format
-#| msgctxt "amount in units (real)"
-#| msgid "%1 femtoohms"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 fathoms"
-msgstr "%1 femtoohm"
+msgstr "%1 kötélhossz"
 
 #: length.cpp:379
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 femtoohm"
-#| msgid_plural "%1 femtoohms"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 fathom"
 msgid_plural "%1 fathoms"
-msgstr[0] "%1 femtoohm"
-msgstr[1] "%1 femtoohm"
+msgstr[0] "%1 kötélhossz"
+msgstr[1] "%1 kötélhossz"
 
 #: length.cpp:384
 #, kde-format
 msgctxt "length unit symbol"
 msgid "r/p/p"
-msgstr ""
+msgstr "r"
 
 #: length.cpp:385
 #, kde-format
 msgctxt "unit description in lists"
 msgid "rods/perches/poles"
-msgstr ""
+msgstr "rúd"
 
 #: length.cpp:386
 #, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "rod;rods;perch;perches;pole;poles"
-msgstr ""
+msgstr "rúd;rúd;rúd;rúd;rúd;rúd"
 
 #: length.cpp:388
 #, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 rods/perches/poles"
-msgstr ""
+msgstr "%1 rúd"
 
 #: length.cpp:389
 #, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 rod/perch/pole"
 msgid_plural "%1 rods/perches/poles"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%1 rúd"
+msgstr[1] "%1 rúd"
 
 #: mass.cpp:18
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-6.16.0/po/ko/kunitconversion6.po 
new/kunitconversion-6.17.0/po/ko/kunitconversion6.po
--- old/kunitconversion-6.16.0/po/ko/kunitconversion6.po        2025-07-04 
17:17:54.000000000 +0200
+++ new/kunitconversion-6.17.0/po/ko/kunitconversion6.po        2025-08-01 
12:39:29.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-06-28 00:39+0000\n"
-"PO-Revision-Date: 2025-04-16 00:03+0200\n"
+"PO-Revision-Date: 2025-07-20 01:42+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
 "Language: ko\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 23.08.5\n"
+"X-Generator: Lokalize 24.12.3\n"
 
 #: acceleration.cpp:17
 #, kde-format
@@ -3534,18 +3534,13 @@
 msgstr "아이슬란드 크로나"
 
 #: currency.cpp:653
-#, fuzzy, kde-format
-#| msgctxt "amount in units (real)"
-#| msgid "%1 Icelandic kronar"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 Icelandic kronur"
 msgstr "%1 아이슬란드 크로나"
 
 #: currency.cpp:654
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 Icelandic krona"
-#| msgid_plural "%1 Icelandic kronar"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 Icelandic krona"
 msgid_plural "%1 Icelandic kronur"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-6.16.0/po/zh_CN/kunitconversion6.po 
new/kunitconversion-6.17.0/po/zh_CN/kunitconversion6.po
--- old/kunitconversion-6.16.0/po/zh_CN/kunitconversion6.po     2025-07-04 
17:17:55.000000000 +0200
+++ new/kunitconversion-6.17.0/po/zh_CN/kunitconversion6.po     2025-08-01 
12:39:29.000000000 +0200
@@ -3504,7 +3504,7 @@
 #, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 Icelandic kronur"
-msgstr ""
+msgstr "%1 冰岛克朗"
 
 #: currency.cpp:654
 #, kde-format

Reply via email to