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 2026-08-17 16:57:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kunitconversion (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kunitconversion.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kunitconversion"

Mon Aug 17 16:57:17 2026 rev:30 rq:1371409 version:6.29.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kunitconversion/kf6-kunitconversion.changes  
2026-07-15 16:41:26.506151791 +0200
+++ 
/work/SRC/openSUSE:Factory/.kf6-kunitconversion.new.1258/kf6-kunitconversion.changes
        2026-08-17 17:00:42.835680733 +0200
@@ -1,0 +2,11 @@
+Sun Aug  9 10:38:47 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.29.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.29.0
+- Changes since 6.28.0:
+  * Update dependency version to 6.29.0
+  * Update version to 6.29.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kf6-kunitconversion.spec ++++++
--- /var/tmp/diff_new_pack.R7O05l/_old  2026-08-17 17:00:43.619708435 +0200
+++ /var/tmp/diff_new_pack.R7O05l/_new  2026-08-17 17:00:43.622708541 +0200
@@ -28,11 +28,11 @@
 %define mypython_sitearch %{expand:%%%{mypython}_sitearch}
 %endif
 
-# Full KF6 version (e.g. 6.28.0)
+# Full KF6 version (e.g. 6.29.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 %bcond_without released
 Name:           kf6-kunitconversion
-Version:        6.28.0
+Version:        6.29.0
 Release:        0
 Summary:        Tool for converting physical units
 License:        LGPL-2.1-or-later


++++++ kunitconversion-6.28.0.tar.xz -> kunitconversion-6.29.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-6.28.0/CMakeLists.txt 
new/kunitconversion-6.29.0/CMakeLists.txt
--- old/kunitconversion-6.28.0/CMakeLists.txt   2026-07-03 13:00:45.000000000 
+0200
+++ new/kunitconversion-6.29.0/CMakeLists.txt   2026-08-07 22:43:11.000000000 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.29)
 
-set(KF_VERSION "6.28.0") # handled by release scripts
-set(KF_DEP_VERSION "6.28.0") # handled by release scripts
+set(KF_VERSION "6.29.0") # handled by release scripts
+set(KF_DEP_VERSION "6.29.0") # handled by release scripts
 project(KUnitConversion VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 6.28.0  NO_MODULE)
+find_package(ECM 6.29.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})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-6.28.0/po/de/kunitconversion6.po 
new/kunitconversion-6.29.0/po/de/kunitconversion6.po
--- old/kunitconversion-6.28.0/po/de/kunitconversion6.po        2026-07-03 
13:00:45.000000000 +0200
+++ new/kunitconversion-6.29.0/po/de/kunitconversion6.po        2026-08-07 
22:43:11.000000000 +0200
@@ -1,9 +1,9 @@
-# SPDX-FileCopyrightText: 2009, 2013, 2014, 2016, 2018, 2019, 2021 Burkhard 
Lück <[email protected]>
-# SPDX-FileCopyrightText: 2009, 2010, 2011, 2016, 2020, 2022, 2023 Frederik 
Schwarzer <[email protected]>
-# SPDX-FileCopyrightText: 2009, 2010 Rolf Eike Beer <[email protected]>
-# SPDX-FileCopyrightText: 2010 Thomas Reitelbach <[email protected]>
+# SPDX-FileCopyrightText: 2009, 2013-2014, 2016, 2018-2019, 2021 Burkhard Lück 
<[email protected]>
+# SPDX-FileCopyrightText: 2009-2010 Rolf Eike Beer <[email protected]>
+# SPDX-FileCopyrightText: 2009-2011, 2016, 2020, 2022-2023 Frederik Schwarzer 
<[email protected]>
 # SPDX-FileCopyrightText: 2010 Johannes Obermayr <[email protected]>
 # SPDX-FileCopyrightText: 2010 Panagiotis Papadopoulos <[email protected]>
+# SPDX-FileCopyrightText: 2010 Thomas Reitelbach <[email protected]>
 # SPDX-FileCopyrightText: 2011 Torbjörn Klatt <[email protected]>
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-6.28.0/po/eu/kunitconversion6.po 
new/kunitconversion-6.29.0/po/eu/kunitconversion6.po
--- old/kunitconversion-6.28.0/po/eu/kunitconversion6.po        2026-07-03 
13:00:45.000000000 +0200
+++ new/kunitconversion-6.29.0/po/eu/kunitconversion6.po        2026-08-07 
22:43:11.000000000 +0200
@@ -1,7 +1,7 @@
 # Translation for kunitconversion6.po to Euskara/Basque (eu)
 # Copyright (C) 2009-2026 This file is copyright:
 # This file is distributed under the same license as the kunitconversion 
package.
-# SPDX-FileCopyrightText: 2024, 2025, 2026 KDE euskaratzeko proiektuaren 
arduraduna <[email protected]>
+# SPDX-FileCopyrightText: 2024-2026 KDE euskaratzeko proiektuaren arduraduna 
<[email protected]>
 #
 # Translators:
 # Iñigo Salvador Azurmendi <[email protected]>, 2009, 2010, 2011, 2017, 2018, 2019, 
2020, 2022, 2023, 2024, 2025, 2026.
@@ -10,7 +10,7 @@
 "Project-Id-Version: kunitconversion\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2026-06-16 00:40+0000\n"
-"PO-Revision-Date: 2026-03-29 21:39+0200\n"
+"PO-Revision-Date: 2026-07-23 21:21+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
 "Language: eu\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 25.12.3\n"
+"X-Generator: Lokalize 26.04.3\n"
 
 #: acceleration.cpp:17
 #, kde-format
@@ -6322,207 +6322,161 @@
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "TW⋅h"
-msgstr ""
+msgstr "TW⋅h"
 
 #: energy.cpp:353
-#, fuzzy, kde-format
-#| msgctxt "unit description in lists"
-#| msgid "terawatts"
+#, kde-format
 msgctxt "unit description in lists"
 msgid "terawatt-hour"
-msgstr "terawatt"
+msgstr "terawatt-orduko"
 
 #: energy.cpp:354
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "terawatt;terawatts;TW"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "terawattHour;terawatt Hour;TWh;Twh;TW⋅h"
-msgstr "terawatt;TW"
+msgstr "terawattOrduko;terawatt orduko;TWh;Twh;TW⋅h"
 
 #: energy.cpp:356
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 terawatt"
-#| msgid_plural "%1 terawatts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 terawatt-hour"
-msgstr "%1 terawatt"
+msgstr "%1 terawatt-orduko"
 
 #: energy.cpp:357
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 terawatt"
-#| msgid_plural "%1 terawatts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 terawatt-hour"
 msgid_plural "%1 terawatt-hours"
-msgstr[0] "%1 terawatt"
-msgstr[1] "%1 terawatt"
+msgstr[0] "%1 terawatt-orduko"
+msgstr[1] "%1 terawatt-orduko"
 
 #: energy.cpp:362
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "GW⋅h"
-msgstr ""
+msgstr "GW⋅h"
 
 #: energy.cpp:363
-#, fuzzy, kde-format
-#| msgctxt "unit description in lists"
-#| msgid "gigawatts"
+#, kde-format
 msgctxt "unit description in lists"
 msgid "gigawatt-hour"
-msgstr "gigawatt"
+msgstr "gigawatt-orduko"
 
 #: energy.cpp:364
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "gigawatt;gigawatts;GW"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "gigawattHour;gegawatt Hour;GWh;Gwh;GW⋅h"
-msgstr "gigawatt;GW"
+msgstr "gigawattOrduko;gegawatt orduko;GWh;Gwh;GW⋅h"
 
 #: energy.cpp:366
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 gigawatt"
-#| msgid_plural "%1 gigawatts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 gigawatt-hour"
-msgstr "%1 gigawatt"
+msgstr "%1 gigawatt-orduko"
 
 #: energy.cpp:367
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 gigawatt"
-#| msgid_plural "%1 gigawatts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 gigawatt-hour"
 msgid_plural "%1 gigawatt-hours"
-msgstr[0] "%1 gigawatt"
-msgstr[1] "%1 gigawatt"
+msgstr[0] "%1 gigawatt-orduko"
+msgstr[1] "%1 gigawatt-orduko"
 
 #: energy.cpp:372
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "MW⋅h"
-msgstr ""
+msgstr "MW⋅h"
 
 #: energy.cpp:373
-#, fuzzy, kde-format
-#| msgctxt "unit description in lists"
-#| msgid "megawatts"
+#, kde-format
 msgctxt "unit description in lists"
 msgid "megawatt-hour"
-msgstr "megawatt"
+msgstr "megawatt-orduko"
 
 #: energy.cpp:374
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "megawatt;megawatts;MW"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "megawattHour;megawatt Hour;MWh;Mwh;MW⋅h"
-msgstr "megawatt;MW"
+msgstr "megawattOrduko;megawatt orduko;MWh;Mwh;MW⋅h"
 
 #: energy.cpp:376
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 megawatt"
-#| msgid_plural "%1 megawatts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 megawatt-hour"
-msgstr "%1 megawatt"
+msgstr "%1 megawatt-orduko"
 
 #: energy.cpp:377
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 megawatt"
-#| msgid_plural "%1 megawatts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 megawatt-hour"
 msgid_plural "%1 megawatt-hours"
-msgstr[0] "%1 megawatt"
-msgstr[1] "%1 megawatt"
+msgstr[0] "%1 megawatt-orduko"
+msgstr[1] "%1 megawatt-orduko"
 
 #: energy.cpp:382
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "kW⋅h"
-msgstr ""
+msgstr "kW⋅h"
 
 #: energy.cpp:383
-#, fuzzy, kde-format
-#| msgctxt "unit description in lists"
-#| msgid "kilowatts"
+#, kde-format
 msgctxt "unit description in lists"
 msgid "kilowatt-hour"
-msgstr "kilowatt"
+msgstr "kilowatt-orduko"
 
 #: energy.cpp:384
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "kilowatt;kilowatts;kW"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "kilowattHour;kilowatt Hour;kWh;kwh;kW⋅h"
-msgstr "kilowatt;kW"
+msgstr "kilowattOrduko;kilowatt orduko;kWh;kwh;kW⋅h"
 
 #: energy.cpp:386
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 kilowatt"
-#| msgid_plural "%1 kilowatts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 kilowatt-hour"
-msgstr "%1 kilowatt"
+msgstr "%1 kilowatt-orduko"
 
 #: energy.cpp:387
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 kilowatt"
-#| msgid_plural "%1 kilowatts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 kilowatt-hour"
 msgid_plural "%1 kilowatt-hours"
-msgstr[0] "%1 kilowatt"
-msgstr[1] "%1 kilowatt"
+msgstr[0] "%1 kilowatt-orduko"
+msgstr[1] "%1 kilowatt-orduko"
 
 #: energy.cpp:392
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "W⋅h"
-msgstr ""
+msgstr "W⋅h"
 
 #: energy.cpp:393
 #, kde-format
 msgctxt "unit description in lists"
 msgid "watt-hour"
-msgstr ""
+msgstr "watt-orduko"
 
 #: energy.cpp:394
 #, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "wattHour;watt Hour;Wh;wh;W⋅h"
-msgstr ""
+msgstr "wattOrduko;watt Orduko;Wh;wh;W⋅h"
 
 #: energy.cpp:396
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 watt"
-#| msgid_plural "%1 watts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 watt-hour"
-msgstr "%1 watt"
+msgstr "%1 watt-orduko"
 
 #: energy.cpp:397
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 watt"
-#| msgid_plural "%1 watts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 watt-hour"
 msgid_plural "%1 watt-hours"
-msgstr[0] "%1 watt"
-msgstr[1] "%1 watt"
+msgstr[0] "%1 watt-orduko"
+msgstr[1] "%1 watt-orduko"
 
 #: force.cpp:17
 #, kde-format
@@ -16308,12 +16262,10 @@
 msgstr[1] "%1 galoi (inperiala)"
 
 #: volume.cpp:536
-#, fuzzy, kde-format
-#| msgctxt "fuelefficiency unit symbol"
-#| msgid "mpg (imperial)"
+#, kde-format
 msgctxt "volume unit symbol"
 msgid "imperial pt"
-msgstr "mpg (inperiala)"
+msgstr "pinta (inperiala)"
 
 #: volume.cpp:537
 #, kde-format
@@ -16322,14 +16274,14 @@
 msgstr "pintak (inperiala)"
 
 #: volume.cpp:538
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "pint (imperial);pints (imperial);pt;pint;pints;p"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid ""
 "pint (imperial);pints (imperial);imperial pt;imperial pint;imperial pints;"
 "imperial p"
-msgstr "pinta (inperiala);pintak (inperiala);pt;pinta;pintak;p"
+msgstr ""
+"pinta (inperiala);pintak (inperiala);pt inperiala;pinta inperiala;pinta "
+"inperialak;p inperiala"
 
 #: volume.cpp:540
 #, kde-format
@@ -16355,15 +16307,13 @@
 #, kde-format
 msgctxt "unit description in lists"
 msgid "pints (U.S. liquid)"
-msgstr "pintak (likidoa AEBetan)"
+msgstr "pintak (AEBko likidoa)"
 
 #: volume.cpp:548
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "pint (U.S. liquid);pints (U.S. liquid);US pt;US pint;US pints;US p"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "pint (U.S. liquid);pints (U.S. liquid);pt;pint;pints;p"
-msgstr "pinta (likidoa AEBetan);pintak (likidoa AEBetan);pt;pinta;pintak;p"
+msgstr "pinta (AEBko likidoa);pintak (AEBko likidoa);pt;pinta;pintak;p"
 
 #: volume.cpp:550
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-6.28.0/po/ia/kunitconversion6.po 
new/kunitconversion-6.29.0/po/ia/kunitconversion6.po
--- old/kunitconversion-6.28.0/po/ia/kunitconversion6.po        2026-07-03 
13:00:45.000000000 +0200
+++ new/kunitconversion-6.29.0/po/ia/kunitconversion6.po        2026-08-07 
22:43:11.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2026-06-16 00:40+0000\n"
-"PO-Revision-Date: 2026-03-26 10:01+0100\n"
+"PO-Revision-Date: 2026-07-17 12:29+0200\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 23.08.5\n"
+"X-Generator: Lokalize 25.04.0\n"
 
 #: acceleration.cpp:17
 #, kde-format
@@ -6276,207 +6276,161 @@
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "TW⋅h"
-msgstr ""
+msgstr "TW⋅h"
 
 #: energy.cpp:353
-#, fuzzy, kde-format
-#| msgctxt "unit description in lists"
-#| msgid "terawatts"
+#, kde-format
 msgctxt "unit description in lists"
 msgid "terawatt-hour"
-msgstr "terawatts"
+msgstr "terawatt-hora"
 
 #: energy.cpp:354
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "terawatt;terawatts;TW"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "terawattHour;terawatt Hour;TWh;Twh;TW⋅h"
-msgstr "terawatt;terawatts;TW"
+msgstr "terawattHora;terawatt Hora;TWh;Twh;TW⋅h"
 
 #: energy.cpp:356
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 terawatt"
-#| msgid_plural "%1 terawatts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 terawatt-hour"
-msgstr "%1 terawatt"
+msgstr "%1 terawatt-hora"
 
 #: energy.cpp:357
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 terawatt"
-#| msgid_plural "%1 terawatts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 terawatt-hour"
 msgid_plural "%1 terawatt-hours"
-msgstr[0] "%1 terawatt"
-msgstr[1] "%1 terawatts"
+msgstr[0] "%1 terawatt-hora"
+msgstr[1] "%1 terawatt-horas"
 
 #: energy.cpp:362
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "GW⋅h"
-msgstr ""
+msgstr "GW⋅h"
 
 #: energy.cpp:363
-#, fuzzy, kde-format
-#| msgctxt "unit description in lists"
-#| msgid "gigawatts"
+#, kde-format
 msgctxt "unit description in lists"
 msgid "gigawatt-hour"
-msgstr "gigawatts"
+msgstr "gigawatt-hora"
 
 #: energy.cpp:364
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "gigawatt;gigawatts;GW"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "gigawattHour;gegawatt Hour;GWh;Gwh;GW⋅h"
-msgstr "gigawatt;gigawatts;GW"
+msgstr "gigawattHora;gegawatt Hora;GWh;Gwh;GW⋅h"
 
 #: energy.cpp:366
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 gigawatt"
-#| msgid_plural "%1 gigawatts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 gigawatt-hour"
-msgstr "%1 gigawatt"
+msgstr "%1 gigawatt-hora"
 
 #: energy.cpp:367
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 gigawatt"
-#| msgid_plural "%1 gigawatts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 gigawatt-hour"
 msgid_plural "%1 gigawatt-hours"
-msgstr[0] "%1 gigawatt"
-msgstr[1] "%1 gigawatts"
+msgstr[0] "%1 gigawatt-hora"
+msgstr[1] "%1 gigawatt-horas"
 
 #: energy.cpp:372
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "MW⋅h"
-msgstr ""
+msgstr "MW⋅h"
 
 #: energy.cpp:373
-#, fuzzy, kde-format
-#| msgctxt "unit description in lists"
-#| msgid "megawatts"
+#, kde-format
 msgctxt "unit description in lists"
 msgid "megawatt-hour"
-msgstr "megawatts"
+msgstr "megawatt-hora"
 
 #: energy.cpp:374
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "megawatt;megawatts;MW"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "megawattHour;megawatt Hour;MWh;Mwh;MW⋅h"
-msgstr "megawatt;megawatts;MW"
+msgstr "megawattHora;megawatt Hora;MWh;Mwh;MW⋅h"
 
 #: energy.cpp:376
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 megawatt"
-#| msgid_plural "%1 megawatts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 megawatt-hour"
-msgstr "%1 megawatt"
+msgstr "%1 megawatt-hora"
 
 #: energy.cpp:377
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 megawatt"
-#| msgid_plural "%1 megawatts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 megawatt-hour"
 msgid_plural "%1 megawatt-hours"
-msgstr[0] "%1 megawatt"
-msgstr[1] "%1 megawatts"
+msgstr[0] "%1 megawatt-hora"
+msgstr[1] "%1 megawatt-horas"
 
 #: energy.cpp:382
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "kW⋅h"
-msgstr ""
+msgstr "kW⋅h"
 
 #: energy.cpp:383
-#, fuzzy, kde-format
-#| msgctxt "unit description in lists"
-#| msgid "kilowatts"
+#, kde-format
 msgctxt "unit description in lists"
 msgid "kilowatt-hour"
-msgstr "kilowatts"
+msgstr "kilowatt-hora"
 
 #: energy.cpp:384
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "kilowatt;kilowatts;kW"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "kilowattHour;kilowatt Hour;kWh;kwh;kW⋅h"
-msgstr "kilowatt;kilowatts;kW"
+msgstr "kilowattHora;kilowatt Hora;kWh;kwh;kW⋅h"
 
 #: energy.cpp:386
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 kilowatt"
-#| msgid_plural "%1 kilowatts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 kilowatt-hour"
-msgstr "%1 kilowatt"
+msgstr "%1 kilowatt-hora"
 
 #: energy.cpp:387
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 kilowatt"
-#| msgid_plural "%1 kilowatts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 kilowatt-hour"
 msgid_plural "%1 kilowatt-hours"
-msgstr[0] "%1 kilowatt"
-msgstr[1] "%1 kilowatts"
+msgstr[0] "%1 kilowatt-hora"
+msgstr[1] "%1 kilowatt-horas"
 
 #: energy.cpp:392
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "W⋅h"
-msgstr ""
+msgstr "W⋅h"
 
 #: energy.cpp:393
 #, kde-format
 msgctxt "unit description in lists"
 msgid "watt-hour"
-msgstr ""
+msgstr "watt-hora"
 
 #: energy.cpp:394
 #, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "wattHour;watt Hour;Wh;wh;W⋅h"
-msgstr ""
+msgstr "wattHora;watt Hora;Wh;wh;W⋅h"
 
 #: energy.cpp:396
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 watt"
-#| msgid_plural "%1 watts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 watt-hour"
-msgstr "%1 watt"
+msgstr "%1 watt-hora"
 
 #: energy.cpp:397
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 watt"
-#| msgid_plural "%1 watts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 watt-hour"
 msgid_plural "%1 watt-hours"
-msgstr[0] "%1 watt"
-msgstr[1] "%1 watts"
+msgstr[0] "%1 watt-hora"
+msgstr[1] "%1 watt-horas"
 
 #: force.cpp:17
 #, kde-format
@@ -16216,28 +16170,28 @@
 #, kde-format
 msgctxt "unit description in lists"
 msgid "gallons (U.S. liquid)"
-msgstr "gallons (liquido american)"
+msgstr "gallones (liquide american)"
 
 #: volume.cpp:517
 #, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "gallon (U.S. liquid);gallons (U.S. liquid);gal;gallon;gallons"
 msgstr ""
-"gallon (liquido american);gallons (liquido american);gal;gallon;gallons"
+"gallon (liquide american);gallones (liquide american);gal;gallon;gallons"
 
 #: volume.cpp:519
 #, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 gallons (U.S. liquid)"
-msgstr "%1 gallons (liquido american)"
+msgstr "%1 gallones (liquide american)"
 
 #: volume.cpp:520
 #, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 gallon (U.S. liquid)"
 msgid_plural "%1 gallons (U.S. liquid)"
-msgstr[0] "%1 gallon (liquido american)"
-msgstr[1] "%1 gallons (liquido american)"
+msgstr[0] "%1 gallon (liquide american)"
+msgstr[1] "%1 gallones (liquide american)"
 
 #: volume.cpp:525
 #, kde-format
@@ -16276,12 +16230,10 @@
 msgstr[1] "%1 gallones (imperial)"
 
 #: volume.cpp:536
-#, fuzzy, kde-format
-#| msgctxt "fuelefficiency unit symbol"
-#| msgid "mpg (imperial)"
+#, kde-format
 msgctxt "volume unit symbol"
 msgid "imperial pt"
-msgstr "mpg (imperial)"
+msgstr "pt imperial "
 
 #: volume.cpp:537
 #, kde-format
@@ -16290,14 +16242,14 @@
 msgstr "pinta (imperial)"
 
 #: volume.cpp:538
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "pint (imperial);pints (imperial);pt;pint;pints;p"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid ""
 "pint (imperial);pints (imperial);imperial pt;imperial pint;imperial pints;"
 "imperial p"
-msgstr "pinta (imperial);pintas (imperial);pt;pinta;pintas;p"
+msgstr ""
+"pinta (imperial);pintas (imperial);imperial pt;imperial pinta;imperial "
+"pintas;imperial p"
 
 #: volume.cpp:540
 #, kde-format
@@ -16323,29 +16275,27 @@
 #, kde-format
 msgctxt "unit description in lists"
 msgid "pints (U.S. liquid)"
-msgstr "pintas (liquido S.U.)"
+msgstr "pintas (liquide S.U.)"
 
 #: volume.cpp:548
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "pint (U.S. liquid);pints (U.S. liquid);US pt;US pint;US pints;US p"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "pint (U.S. liquid);pints (U.S. liquid);pt;pint;pints;p"
-msgstr "pinta (liquido S.U.);pintas (liquido S.U.);US pt;pinta;US pintas;US p"
+msgstr "pint (liquide S.U.);pintas (liquide S.U.);pt;pinta;pintas;p"
 
 #: volume.cpp:550
 #, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 pints (U.S. liquid)"
-msgstr "%1 pintas (liquido S.U.)"
+msgstr "%1 pintas (liquide S.U.)"
 
 #: volume.cpp:551
 #, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 pint (U.S. liquid)"
 msgid_plural "%1 pints (U.S. liquid)"
-msgstr[0] "%1 pinta (liquido S.U.)"
-msgstr[1] "%1 pintas (liquido S.U.)"
+msgstr[0] "%1 pinta (liquide S.U.)"
+msgstr[1] "%1 pintas (liquide S.U.)"
 
 #: volume.cpp:556
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-6.28.0/po/nn/kunitconversion6.po 
new/kunitconversion-6.29.0/po/nn/kunitconversion6.po
--- old/kunitconversion-6.28.0/po/nn/kunitconversion6.po        2026-07-03 
13:00:45.000000000 +0200
+++ new/kunitconversion-6.29.0/po/nn/kunitconversion6.po        2026-08-07 
22:43:11.000000000 +0200
@@ -1,12 +1,13 @@
 # Translation of kunitconversion6 to Norwegian Nynorsk
 #
+# Karl Ove Hufthammer <[email protected]>, 2009, 2016, 2020, 2023, 2024, 2026.
 # Eirik U. Birkeland <[email protected]>, 2009, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: libconversion\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2026-06-16 00:40+0000\n"
-"PO-Revision-Date: 2024-07-21 14:23+0200\n"
+"PO-Revision-Date: 2026-07-05 17:14+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\n"
@@ -14,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 24.05.2\n"
+"X-Generator: Lokalize 26.04.3\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -4032,6 +4033,7 @@
 msgstr[0] "%1 zettaampere"
 msgstr[1] "%1 zettaampere"
 
+# skip-rule: bokmålsord
 #: electrical_current.cpp:45
 #, kde-format
 msgctxt "electrical current unit symbol"
@@ -4044,6 +4046,7 @@
 msgid "exaamperes"
 msgstr "exaampere"
 
+# skip-rule: bokmålsord
 #: electrical_current.cpp:47
 #, kde-format
 msgctxt "unit synonyms for matching user input"
@@ -6584,6 +6587,7 @@
 msgstr[0] "%1 zettanewton"
 msgstr[1] "%1 zettanewton"
 
+# skip-rule: bokmålsord
 #: force.cpp:44
 #, kde-format
 msgctxt "force unit symbol"
@@ -6597,6 +6601,7 @@
 msgid "exanewtons"
 msgstr "exanewton"
 
+# skip-rule: bokmålsord
 #: force.cpp:46
 #, kde-format
 msgctxt "unit synonyms for matching user input"
@@ -15984,6 +15989,7 @@
 msgstr[0] "%1 femtoliter"
 msgstr[1] "%1 femtoliter"
 
+# skip-rule: bokmålsord
 #: volume.cpp:415
 #, kde-format
 msgctxt "volume unit symbol"
@@ -15996,6 +16002,7 @@
 msgid "attoliters"
 msgstr "attoliter"
 
+# skip-rule: bokmålsord
 #: volume.cpp:417
 #, kde-format
 msgctxt "unit synonyms for matching user input"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-6.28.0/po/sv/kunitconversion6.po 
new/kunitconversion-6.29.0/po/sv/kunitconversion6.po
--- old/kunitconversion-6.28.0/po/sv/kunitconversion6.po        2026-07-03 
13:00:45.000000000 +0200
+++ new/kunitconversion-6.29.0/po/sv/kunitconversion6.po        2026-08-07 
22:43:11.000000000 +0200
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# SPDX-FileCopyrightText: 2009, 2010, 2024, 2025 Stefan Asserhäll 
<[email protected]>
+# SPDX-FileCopyrightText: 2009-2010, 2024-2026 Stefan Asserhäll 
<[email protected]>
 # Stefan Asserhall <[email protected]>, 2010, 2011, 2014, 2016, 2018, 
2019, 2020, 2022.
 # Arve Eriksson <[email protected]>, 2011.
 msgid ""
@@ -10,14 +10,14 @@
 "Project-Id-Version: libconversion\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2026-06-16 00:40+0000\n"
-"PO-Revision-Date: 2025-06-28 20:07+0200\n"
+"PO-Revision-Date: 2026-07-07 11:59+0200\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
 "Language: sv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 25.04.1\n"
+"X-Generator: Lokalize 26.04.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: acceleration.cpp:17
@@ -6274,207 +6274,161 @@
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "TW⋅h"
-msgstr ""
+msgstr "TW⋅h"
 
 #: energy.cpp:353
-#, fuzzy, kde-format
-#| msgctxt "unit description in lists"
-#| msgid "terawatts"
+#, kde-format
 msgctxt "unit description in lists"
 msgid "terawatt-hour"
-msgstr "terawatt"
+msgstr "terawatt-timme"
 
 #: energy.cpp:354
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "terawatt;terawatts;TW"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "terawattHour;terawatt Hour;TWh;Twh;TW⋅h"
-msgstr "terawatt;terawatt;TW"
+msgstr "terawattimme;terawattimmar;TWh;Twh;TW⋅h"
 
 #: energy.cpp:356
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 terawatt"
-#| msgid_plural "%1 terawatts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 terawatt-hour"
-msgstr "%1 terawatt"
+msgstr "%1 terawattimmar"
 
 #: energy.cpp:357
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 terawatt"
-#| msgid_plural "%1 terawatts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 terawatt-hour"
 msgid_plural "%1 terawatt-hours"
-msgstr[0] "%1 terawatt"
-msgstr[1] "%1 terawatt"
+msgstr[0] "%1 terawattimme"
+msgstr[1] "%1 terawattimmar"
 
 #: energy.cpp:362
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "GW⋅h"
-msgstr ""
+msgstr "GW⋅h"
 
 #: energy.cpp:363
-#, fuzzy, kde-format
-#| msgctxt "unit description in lists"
-#| msgid "gigawatts"
+#, kde-format
 msgctxt "unit description in lists"
 msgid "gigawatt-hour"
-msgstr "gigawatt"
+msgstr "gigawatt-timme"
 
 #: energy.cpp:364
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "gigawatt;gigawatts;GW"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "gigawattHour;gegawatt Hour;GWh;Gwh;GW⋅h"
-msgstr "gigawatt;gigawatt;GW"
+msgstr "gigawattimme;gigawattimmar;GWh;Gwh;GW⋅h"
 
 #: energy.cpp:366
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 gigawatt"
-#| msgid_plural "%1 gigawatts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 gigawatt-hour"
-msgstr "%1 gigawatt"
+msgstr "%1 gigawattimmar"
 
 #: energy.cpp:367
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 gigawatt"
-#| msgid_plural "%1 gigawatts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 gigawatt-hour"
 msgid_plural "%1 gigawatt-hours"
-msgstr[0] "%1 gigawatt"
-msgstr[1] "%1 gigawatt"
+msgstr[0] "%1 gigawattimme"
+msgstr[1] "%1 gigawattimmar"
 
 #: energy.cpp:372
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "MW⋅h"
-msgstr ""
+msgstr "MW⋅h"
 
 #: energy.cpp:373
-#, fuzzy, kde-format
-#| msgctxt "unit description in lists"
-#| msgid "megawatts"
+#, kde-format
 msgctxt "unit description in lists"
 msgid "megawatt-hour"
-msgstr "megawatt"
+msgstr "megawatt-timme"
 
 #: energy.cpp:374
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "megawatt;megawatts;MW"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "megawattHour;megawatt Hour;MWh;Mwh;MW⋅h"
-msgstr "megawatt;megawatt;MW"
+msgstr "megawattimme;megawattimmar;MWh;Mwh;MW⋅h"
 
 #: energy.cpp:376
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 megawatt"
-#| msgid_plural "%1 megawatts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 megawatt-hour"
-msgstr "%1 megawatt"
+msgstr "%1 megawattimmar"
 
 #: energy.cpp:377
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 megawatt"
-#| msgid_plural "%1 megawatts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 megawatt-hour"
 msgid_plural "%1 megawatt-hours"
-msgstr[0] "%1 megawatt"
-msgstr[1] "%1 megawatt"
+msgstr[0] "%1 megawattimme"
+msgstr[1] "%1 megawattimmar"
 
 #: energy.cpp:382
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "kW⋅h"
-msgstr ""
+msgstr "kW⋅h"
 
 #: energy.cpp:383
-#, fuzzy, kde-format
-#| msgctxt "unit description in lists"
-#| msgid "kilowatts"
+#, kde-format
 msgctxt "unit description in lists"
 msgid "kilowatt-hour"
-msgstr "kilowatt"
+msgstr "kilowatt-timme"
 
 #: energy.cpp:384
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "kilowatt;kilowatts;kW"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "kilowattHour;kilowatt Hour;kWh;kwh;kW⋅h"
-msgstr "kilowatt;kilowatt;kW"
+msgstr "kilowattimme;kilowattimmar;kWh;kwh;kW⋅h"
 
 #: energy.cpp:386
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 kilowatt"
-#| msgid_plural "%1 kilowatts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 kilowatt-hour"
-msgstr "%1 kilowatt"
+msgstr "%1 kilowattimmar"
 
 #: energy.cpp:387
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 kilowatt"
-#| msgid_plural "%1 kilowatts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 kilowatt-hour"
 msgid_plural "%1 kilowatt-hours"
-msgstr[0] "%1 kilowatt"
-msgstr[1] "%1 kilowatt"
+msgstr[0] "%1 kilowattimme"
+msgstr[1] "%1 kilowattimmar"
 
 #: energy.cpp:392
 #, kde-format
 msgctxt "energy unit symbol"
 msgid "W⋅h"
-msgstr ""
+msgstr "W⋅h"
 
 #: energy.cpp:393
 #, kde-format
 msgctxt "unit description in lists"
 msgid "watt-hour"
-msgstr ""
+msgstr "Watt-timme"
 
 #: energy.cpp:394
 #, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "wattHour;watt Hour;Wh;wh;W⋅h"
-msgstr ""
+msgstr "wattimme;wattimmar;Wh;wh;W⋅h"
 
 #: energy.cpp:396
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 watt"
-#| msgid_plural "%1 watts"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 watt-hour"
-msgstr "%1 Watt"
+msgstr "%1 Wattimmar"
 
 #: energy.cpp:397
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 watt"
-#| msgid_plural "%1 watts"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 watt-hour"
 msgid_plural "%1 watt-hours"
-msgstr[0] "%1 Watt"
-msgstr[1] "%1 Watt"
+msgstr[0] "%1 Wattimme"
+msgstr[1] "%1 Wattimmar"
 
 #: force.cpp:17
 #, kde-format
@@ -16261,12 +16215,10 @@
 msgstr[1] "%1 gallon (imperial)"
 
 #: volume.cpp:536
-#, fuzzy, kde-format
-#| msgctxt "fuelefficiency unit symbol"
-#| msgid "mpg (imperial)"
+#, kde-format
 msgctxt "volume unit symbol"
 msgid "imperial pt"
-msgstr "mile/gallon (imperial)"
+msgstr "imperial pt"
 
 #: volume.cpp:537
 #, kde-format
@@ -16275,14 +16227,12 @@
 msgstr "pint (imperial)"
 
 #: volume.cpp:538
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "pint (imperial);pints (imperial);pt;pint;pints;p"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid ""
 "pint (imperial);pints (imperial);imperial pt;imperial pint;imperial pints;"
 "imperial p"
-msgstr "pint (imperial);pint (imperial);pt;pint;pint;p"
+msgstr "pint (imperial);imperial pt;imperial pint;imperial p"
 
 #: volume.cpp:540
 #, kde-format
@@ -16308,15 +16258,13 @@
 #, kde-format
 msgctxt "unit description in lists"
 msgid "pints (U.S. liquid)"
-msgstr "pints (U.S.A. våt)"
+msgstr "pint (U.S.A. våt)"
 
 #: volume.cpp:548
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "pint (U.S. liquid);pints (U.S. liquid);US pt;US pint;US pints;US p"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "pint (U.S. liquid);pints (U.S. liquid);pt;pint;pints;p"
-msgstr "pint (U.S.A. våt);US pt;US pint;US p"
+msgstr "pint (U.S.A. våt);pt;pint;pints;p"
 
 #: volume.cpp:550
 #, kde-format
@@ -16447,39 +16395,33 @@
 #, kde-format
 msgctxt "area unit symbol for silk fabric weight"
 msgid "momme"
-msgstr ""
+msgstr "momme"
 
 #: weight_per_area.cpp:49
 #, kde-format
 msgctxt "unit description for silk fabric weight in lists"
 msgid "momme"
-msgstr ""
+msgstr "momme"
 
 #: weight_per_area.cpp:50
 #, kde-format
 msgctxt "unit synonyms for silk fabric weight or matching user input"
 msgid "momme"
-msgstr ""
+msgstr "momme"
 
 #: weight_per_area.cpp:52
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 megaohm"
-#| msgid_plural "%1 megaohms"
+#, kde-format
 msgctxt "amount of silk fabric weight in units (real)"
 msgid "%1 momme"
-msgstr "%1 megaohm"
+msgstr "%1 momme"
 
 #: weight_per_area.cpp:53
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 megaohm"
-#| msgid_plural "%1 megaohms"
+#, kde-format
 msgctxt "amount of silk fabric weight in units (integer)"
 msgid "%1 momme"
 msgid_plural "%1 momme"
-msgstr[0] "%1 megaohm"
-msgstr[1] "%1 megaohm"
+msgstr[0] "%1 momme"
+msgstr[1] "%1 momme"
 
 #~ msgctxt "volume unit symbol"
 #~ msgid "US pt"

Reply via email to