Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kweathercore for openSUSE:Factory checked in at 2026-04-17 21:51:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kweathercore (Old) and /work/SRC/openSUSE:Factory/.kweathercore.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kweathercore" Fri Apr 17 21:51:47 2026 rev:23 rq:1347529 version:26.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kweathercore/kweathercore.changes 2026-03-07 20:12:39.354632456 +0100 +++ /work/SRC/openSUSE:Factory/.kweathercore.new.11940/kweathercore.changes 2026-04-17 21:55:21.536125690 +0200 @@ -1,0 +2,27 @@ +Sat Apr 11 16:14:35 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/26.04.0/ +- No code change since 26.03.90 + +------------------------------------------------------------------- +Mon Mar 30 12:10:50 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.03.90 + * New feature release +- No code change since 26.03.80 + +------------------------------------------------------------------- +Sat Mar 14 09:09:58 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.03.80 + * New feature release +- Changes since 25.12.3: + * Fix doc typo + * Use const'ref + * Use explicit keyword + * Fix cppcheck warning + +------------------------------------------------------------------- Old: ---- kweathercore-25.12.3.tar.xz kweathercore-25.12.3.tar.xz.sig New: ---- kweathercore-26.04.0.tar.xz kweathercore-26.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kweathercore.spec ++++++ --- /var/tmp/diff_new_pack.TZJt2B/_old 2026-04-17 21:55:23.296198445 +0200 +++ /var/tmp/diff_new_pack.TZJt2B/_new 2026-04-17 21:55:23.300198611 +0200 @@ -1,7 +1,7 @@ # # spec file for package kweathercore # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 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 @@ -21,7 +21,7 @@ %bcond_without released Name: kweathercore -Version: 25.12.3 +Version: 26.04.0 Release: 0 Summary: Library to facilitate retrieval of weather information License: LGPL-2.0-or-later ++++++ kweathercore-25.12.3.tar.xz -> kweathercore-26.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/.gitlab-ci.yml new/kweathercore-26.04.0/.gitlab-ci.yml --- old/kweathercore-25.12.3/.gitlab-ci.yml 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/.gitlab-ci.yml 2026-04-08 10:17:53.000000000 +0200 @@ -9,3 +9,4 @@ - /gitlab-templates/freebsd-qt6.yml - /gitlab-templates/android-qt6.yml - /gitlab-templates/windows-qt6.yml + - /gitlab-templates/alpine-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/CMakeLists.txt new/kweathercore-26.04.0/CMakeLists.txt --- old/kweathercore-25.12.3/CMakeLists.txt 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/CMakeLists.txt 2026-04-08 10:17:53.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.16) # KDE Application Version, managed by release script -set (RELEASE_SERVICE_VERSION_MAJOR "25") -set (RELEASE_SERVICE_VERSION_MINOR "12") -set (RELEASE_SERVICE_VERSION_MICRO "3") +set (RELEASE_SERVICE_VERSION_MAJOR "26") +set (RELEASE_SERVICE_VERSION_MINOR "04") +set (RELEASE_SERVICE_VERSION_MICRO "0") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(KWeatherCore VERSION ${RELEASE_SERVICE_VERSION}) @@ -50,8 +50,8 @@ if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") ki18n_install(po) endif() -ecm_set_disabled_deprecation_versions(QT 6.8.0 - KF 6.12.0 +ecm_set_disabled_deprecation_versions(QT 6.10.0 + KF 6.14.0 ) add_definitions(-DQT_NO_FOREACH) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/ar/kweathercore6.po new/kweathercore-26.04.0/po/ar/kweathercore6.po --- old/kweathercore-25.12.3/po/ar/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/ar/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-20 18:33+0400\n" "Last-Translator: Zayed Al-Saidi <[email protected]>\n" "Language-Team: ar\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/ast/kweathercore6.po new/kweathercore-26.04.0/po/ast/kweathercore6.po --- old/kweathercore-25.12.3/po/ast/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/ast/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2024-03-27 22:38+0100\n" "Last-Translator: Enol P. <[email protected]>\n" "Language-Team: Asturian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/az/kweathercore6.po new/kweathercore-26.04.0/po/az/kweathercore6.po --- old/kweathercore-25.12.3/po/az/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/az/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2022-04-22 15:04+0400\n" "Last-Translator: Kheyyam Gojayev <[email protected]>\n" "Language-Team: Azerbaijani <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/bg/kweathercore6.po new/kweathercore-26.04.0/po/bg/kweathercore6.po --- old/kweathercore-25.12.3/po/bg/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/bg/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-31 23:36+0200\n" "Last-Translator: Mincho Kondarev <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/ca/kweathercore6.po new/kweathercore-26.04.0/po/ca/kweathercore6.po --- old/kweathercore-25.12.3/po/ca/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/ca/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-20 10:33+0200\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/ca@valencia/kweathercore6.po new/kweathercore-26.04.0/po/ca@valencia/kweathercore6.po --- old/kweathercore-25.12.3/po/ca@valencia/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/ca@valencia/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-20 10:33+0200\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/cs/kweathercore6.po new/kweathercore-26.04.0/po/cs/kweathercore6.po --- old/kweathercore-25.12.3/po/cs/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/cs/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweather\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-12-01 10:08+0100\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/de/kweathercore6.po new/kweathercore-26.04.0/po/de/kweathercore6.po --- old/kweathercore-25.12.3/po/de/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/de/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kweathercore6\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-11-08 23:18+0100\n" "Last-Translator: Philipp Kiemle <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/el/kweathercore6.po new/kweathercore-26.04.0/po/el/kweathercore6.po --- old/kweathercore-25.12.3/po/el/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/el/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2021-09-06 09:07+0300\n" "Last-Translator: Stelios <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/en_GB/kweathercore6.po new/kweathercore-26.04.0/po/en_GB/kweathercore6.po --- old/kweathercore-25.12.3/po/en_GB/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/en_GB/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2024-05-23 19:43+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/eo/kweathercore6.po new/kweathercore-26.04.0/po/eo/kweathercore6.po --- old/kweathercore-25.12.3/po/eo/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/eo/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2023-11-02 20:18+0100\n" "Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: Esperanto <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/es/kweathercore6.po new/kweathercore-26.04.0/po/es/kweathercore6.po --- old/kweathercore-25.12.3/po/es/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/es/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kweathercore6\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-20 12:14+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/eu/kweathercore6.po new/kweathercore-26.04.0/po/eu/kweathercore6.po --- old/kweathercore-25.12.3/po/eu/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/eu/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-20 14:47+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/fi/kweathercore6.po new/kweathercore-26.04.0/po/fi/kweathercore6.po --- old/kweathercore-25.12.3/po/fi/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/fi/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweather\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-09-11 17:26+0300\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/fr/kweathercore6.po new/kweathercore-26.04.0/po/fr/kweathercore6.po --- old/kweathercore-25.12.3/po/fr/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/fr/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-22 09:03+0200\n" "Last-Translator: Xavier Besnard <[email protected]>\n" "Language-Team: French <French <[email protected]>>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/ga/kweathercore6.po new/kweathercore-26.04.0/po/ga/kweathercore6.po --- old/kweathercore-25.12.3/po/ga/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/ga/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2026-01-10 01:23+0000\n" "Last-Translator: Charlotte <[email protected]>\n" "Language-Team: Irish\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/gl/kweathercore6.po new/kweathercore-26.04.0/po/gl/kweathercore6.po --- old/kweathercore-25.12.3/po/gl/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/gl/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2023-11-11 15:18+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/he/kweathercore6.po new/kweathercore-26.04.0/po/he/kweathercore6.po --- old/kweathercore-25.12.3/po/he/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/he/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-20 22:39+0300\n" "Last-Translator: Yaron Shahrabani <[email protected]>\n" "Language-Team: צוות התרגום של KDE ישראל\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/hi/kweathercore6.po new/kweathercore-26.04.0/po/hi/kweathercore6.po --- old/kweathercore-25.12.3/po/hi/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/hi/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2021-08-09 02:05+0530\n" "Last-Translator: Raghavendra Kamath <[email protected]>\n" "Language-Team: kde-hindi\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/hu/kweathercore6.po new/kweathercore-26.04.0/po/hu/kweathercore6.po --- old/kweathercore-25.12.3/po/hu/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/hu/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-11-07 21:26+0100\n" "Last-Translator: Kristof Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/ia/kweathercore6.po new/kweathercore-26.04.0/po/ia/kweathercore6.po --- old/kweathercore-25.12.3/po/ia/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/ia/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" -"PO-Revision-Date: 2026-01-26 19:12+0100\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" +"PO-Revision-Date: 2026-01-22 14:15+0100\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" "Language: ia\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/is/kweathercore6.po new/kweathercore-26.04.0/po/is/kweathercore6.po --- old/kweathercore-25.12.3/po/is/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/is/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-10-08 09:46+0000\n" "Last-Translator: Sveinn í Felli <[email protected]>\n" "Language-Team: Icelandic\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/it/kweathercore6.po new/kweathercore-26.04.0/po/it/kweathercore6.po --- old/kweathercore-25.12.3/po/it/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/it/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweather\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-20 18:56+0200\n" "Last-Translator: Vincenzo Reale <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/ja/kweathercore6.po new/kweathercore-26.04.0/po/ja/kweathercore6.po --- old/kweathercore-25.12.3/po/ja/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/ja/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kweather\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2020-06-13 17:20-0700\n" "Last-Translator: Japanese KDE translation team <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/ka/kweathercore6.po new/kweathercore-26.04.0/po/ka/kweathercore6.po --- old/kweathercore-25.12.3/po/ka/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/ka/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-20 08:00+0200\n" "Last-Translator: Temuri Doghonadze <[email protected]>\n" "Language-Team: Georgian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/ko/kweathercore6.po new/kweathercore-26.04.0/po/ko/kweathercore6.po --- old/kweathercore-25.12.3/po/ko/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/ko/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweather\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-10-09 01:05+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/lt/kweathercore6.po new/kweathercore-26.04.0/po/lt/kweathercore6.po --- old/kweathercore-25.12.3/po/lt/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/lt/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-09-02 00:09+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/lv/kweathercore6.po new/kweathercore-26.04.0/po/lv/kweathercore6.po --- old/kweathercore-25.12.3/po/lv/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/lv/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-25 12:25+0300\n" "Last-Translator: Toms Trasuns <[email protected]>\n" "Language-Team: Latvian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/nb/kweathercore6.po new/kweathercore-26.04.0/po/nb/kweathercore6.po --- old/kweathercore-25.12.3/po/nb/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/nb/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-03-15 12:16+0100\n" "Last-Translator: Martin Hansen <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/nl/kweathercore6.po new/kweathercore-26.04.0/po/nl/kweathercore6.po --- old/kweathercore-25.12.3/po/nl/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/nl/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-20 11:53+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/nn/kweathercore6.po new/kweathercore-26.04.0/po/nn/kweathercore6.po --- old/kweathercore-25.12.3/po/nn/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/nn/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kweather\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2022-07-27 20:56+0200\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/pa/kweathercore6.po new/kweathercore-26.04.0/po/pa/kweathercore6.po --- old/kweathercore-25.12.3/po/pa/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/pa/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2024-01-28 19:50-0600\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Punjabi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/pl/kweathercore6.po new/kweathercore-26.04.0/po/pl/kweathercore6.po --- old/kweathercore-25.12.3/po/pl/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/pl/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-09-27 08:36+0200\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: pl\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/pt/kweathercore6.po new/kweathercore-26.04.0/po/pt/kweathercore6.po --- old/kweathercore-25.12.3/po/pt/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/pt/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2021-08-24 01:47+0100\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/pt_BR/kweathercore6.po new/kweathercore-26.04.0/po/pt_BR/kweathercore6.po --- old/kweathercore-25.12.3/po/pt_BR/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/pt_BR/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-20 12:36-0300\n" "Last-Translator: Marcus Gama <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/ru/kweathercore6.po new/kweathercore-26.04.0/po/ru/kweathercore6.po --- old/kweathercore-25.12.3/po/ru/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/ru/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-11-27 19:33+0300\n" "Last-Translator: Alexander Yavorsky <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/sa/kweathercore6.po new/kweathercore-26.04.0/po/sa/kweathercore6.po --- old/kweathercore-25.12.3/po/sa/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/sa/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2024-12-13 19:09+0530\n" "Last-Translator: Kali <EMAIL@ADDRESS>\n" "Language-Team: Sanskrit <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/sk/kweathercore6.po new/kweathercore-26.04.0/po/sk/kweathercore6.po --- old/kweathercore-25.12.3/po/sk/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/sk/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kweathercore5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2020-12-23 19:09+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -12,14 +12,14 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 20.08.2\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Lokalize 20.08.2\n" #: capalertinfo.cpp:108 #, kde-format msgctxt "language (country)" msgid "%1 (%2)" -msgstr "" +msgstr "%1 (%2)" #: kweathercore.cpp:93 kweathercore.cpp:94 kweathercore.cpp:95 msgid "Clear" @@ -35,7 +35,7 @@ #: kweathercore.cpp:100 kweathercore.cpp:101 msgid "Light Clouds" -msgstr "" +msgstr "Slabá oblačnosť" #: kweathercore.cpp:102 kweathercore.cpp:103 kweathercore.cpp:104 msgid "Fog" @@ -47,49 +47,43 @@ #: kweathercore.cpp:109 kweathercore.cpp:110 kweathercore.cpp:111 msgid "Thunderstorm with Heavy Rain" -msgstr "" +msgstr "Búrka so silným dažďom" #: kweathercore.cpp:112 kweathercore.cpp:113 kweathercore.cpp:114 -#, fuzzy -#| msgid "Heavy Rain" msgid "Heavy Rain Shower" msgstr "Silný dážď" #: kweathercore.cpp:115 kweathercore.cpp:116 kweathercore.cpp:117 msgid "Thunderstorm with Heavy Rain Shower" -msgstr "" +msgstr "Búrka so silným dažďovým prehánkou" #: kweathercore.cpp:119 kweathercore.cpp:120 kweathercore.cpp:121 msgid "Heavy Sleet" -msgstr "" +msgstr "Silné krúpy s dažďom" #: kweathercore.cpp:122 kweathercore.cpp:123 kweathercore.cpp:124 msgid "Thunderstorm with Heavy Sleet" -msgstr "" +msgstr "Búrka so silnými krúpami s dažďom" #: kweathercore.cpp:125 kweathercore.cpp:126 kweathercore.cpp:127 -#, fuzzy -#| msgid "Heavy Snow" msgid "Heavy Sleet Shower" msgstr "Silné sneženie" #: kweathercore.cpp:128 kweathercore.cpp:129 kweathercore.cpp:130 msgid "Thunderstorm with Heavy Sleet Shower" -msgstr "" +msgstr "Búrka so silnou prehánkou krúp s dažďom" #: kweathercore.cpp:132 kweathercore.cpp:133 kweathercore.cpp:134 msgid "Heavy Snow" msgstr "Silné sneženie" #: kweathercore.cpp:135 kweathercore.cpp:136 kweathercore.cpp:137 -#, fuzzy -#| msgid "Heavy Snow" msgid "Heavy Snow Shower" msgstr "Silné sneženie" #: kweathercore.cpp:138 kweathercore.cpp:139 kweathercore.cpp:140 msgid "Thunderstorm with Heavy Snow Shower" -msgstr "" +msgstr "Búrka so silnou snehovou prehánkou" #: kweathercore.cpp:142 kweathercore.cpp:143 kweathercore.cpp:144 msgid "Light Rain" @@ -97,29 +91,25 @@ #: kweathercore.cpp:145 kweathercore.cpp:146 kweathercore.cpp:147 msgid "Thunderstorm with Light Rain" -msgstr "" +msgstr "Búrka so slabým dažďom" #: kweathercore.cpp:148 kweathercore.cpp:149 kweathercore.cpp:150 -#, fuzzy -#| msgid "Light Rain" msgid "Light Rain Shower" msgstr "Slabý dážď" #: kweathercore.cpp:151 kweathercore.cpp:152 kweathercore.cpp:153 msgid "Thunderstorm with Light Rain Shower" -msgstr "" +msgstr "Búrka so slabou dažďovou prehánkou" #: kweathercore.cpp:155 kweathercore.cpp:156 kweathercore.cpp:157 msgid "Light Sleet" -msgstr "" +msgstr "Slabé krúpy s dažďom" #: kweathercore.cpp:158 kweathercore.cpp:159 kweathercore.cpp:160 msgid "Thunderstorm with Light Sleet" -msgstr "" +msgstr "Búrka so slabými krúpami s dažďom" #: kweathercore.cpp:161 kweathercore.cpp:162 kweathercore.cpp:163 -#, fuzzy -#| msgid "Light Snow" msgid "Light Sleet Shower" msgstr "Slabé sneženie" @@ -129,21 +119,19 @@ #: kweathercore.cpp:168 kweathercore.cpp:169 kweathercore.cpp:170 msgid "Thunderstorm with Light Snow" -msgstr "" +msgstr "Búrka so slabým snežením" #: kweathercore.cpp:171 kweathercore.cpp:172 kweathercore.cpp:173 -#, fuzzy -#| msgid "Light Snow" msgid "Light Snow Shower" msgstr "Slabé sneženie" #: kweathercore.cpp:175 kweathercore.cpp:176 kweathercore.cpp:177 msgid "Thunderstorm with Light Sleet Shower" -msgstr "" +msgstr "Búrka so slabou prehánkou krúp s dažďom" #: kweathercore.cpp:178 kweathercore.cpp:179 kweathercore.cpp:180 msgid "Thunderstorm with Light Snow Shower" -msgstr "" +msgstr "Búrka so slabou snehovou prehánkou" #: kweathercore.cpp:182 kweathercore.cpp:183 kweathercore.cpp:184 msgid "Partly Cloudy" @@ -155,15 +143,15 @@ #: kweathercore.cpp:189 kweathercore.cpp:190 kweathercore.cpp:191 msgid "Thunderstorm with Rain" -msgstr "" +msgstr "Búrka s dažďom" #: kweathercore.cpp:192 kweathercore.cpp:193 kweathercore.cpp:194 msgid "Rain Shower" -msgstr "" +msgstr "Dažďová prehánka" #: kweathercore.cpp:195 kweathercore.cpp:196 kweathercore.cpp:197 msgid "Thunderstorm with Rain Shower" -msgstr "" +msgstr "Búrka s dažďovou prehánkou" #: kweathercore.cpp:199 kweathercore.cpp:200 kweathercore.cpp:201 msgid "Sleet" @@ -171,15 +159,15 @@ #: kweathercore.cpp:202 kweathercore.cpp:203 kweathercore.cpp:204 msgid "Thunderstorm with Sleet" -msgstr "" +msgstr "Búrka s krúpami s dažďom" #: kweathercore.cpp:205 kweathercore.cpp:206 kweathercore.cpp:207 msgid "Sleet Shower" -msgstr "" +msgstr "Prehánka krúp s dažďom" #: kweathercore.cpp:208 kweathercore.cpp:209 kweathercore.cpp:210 msgid "Thunderstorm with Sleet Shower" -msgstr "" +msgstr "Búrka s prehánkou snehu s dažďom" #: kweathercore.cpp:212 kweathercore.cpp:213 kweathercore.cpp:214 msgid "Snow" @@ -187,15 +175,15 @@ #: kweathercore.cpp:215 kweathercore.cpp:216 kweathercore.cpp:217 msgid "Thunderstorm with Snow" -msgstr "" +msgstr "Búrka so snežením" #: kweathercore.cpp:218 kweathercore.cpp:219 kweathercore.cpp:220 msgid "Snow Shower" -msgstr "" +msgstr "Snehová prehánka" #: kweathercore.cpp:221 kweathercore.cpp:222 kweathercore.cpp:223 msgid "Thunderstorm with Snow Shower" -msgstr "" +msgstr "Búrka so snehovou prehánkou" #: kweathercore_p.h:20 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/sl/kweathercore6.po new/kweathercore-26.04.0/po/sl/kweathercore6.po --- old/kweathercore-25.12.3/po/sl/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/sl/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-20 06:12+0200\n" "Last-Translator: Matjaž Jeran <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/sv/kweathercore6.po new/kweathercore-26.04.0/po/sv/kweathercore6.po --- old/kweathercore-25.12.3/po/sv/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/sv/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-20 08:40+0200\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/tr/kweathercore6.po new/kweathercore-26.04.0/po/tr/kweathercore6.po --- old/kweathercore-25.12.3/po/tr/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/tr/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-20 19:49+0300\n" "Last-Translator: Emir SARI <emir_sari@îcloud.com>\n" "Language-Team: Turkish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/uk/kweathercore6.po new/kweathercore-26.04.0/po/uk/kweathercore6.po --- old/kweathercore-25.12.3/po/uk/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/uk/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kweathercore5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-20 11:35+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/zh_CN/kweathercore6.po new/kweathercore-26.04.0/po/zh_CN/kweathercore6.po --- old/kweathercore-25.12.3/po/zh_CN/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/zh_CN/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2024-04-22 15:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/po/zh_TW/kweathercore6.po new/kweathercore-26.04.0/po/zh_TW/kweathercore6.po --- old/kweathercore-25.12.3/po/zh_TW/kweathercore6.po 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/po/zh_TW/kweathercore6.po 2026-04-08 10:17:53.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kweathercore\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"POT-Creation-Date: 2025-11-17 11:51+0000\n" "PO-Revision-Date: 2025-08-29 19:53+0900\n" "Last-Translator: Kisaragi Hiu <[email protected]>\n" "Language-Team: Traditional Chinese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/src/Messages.sh new/kweathercore-26.04.0/src/Messages.sh --- old/kweathercore-25.12.3/src/Messages.sh 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/src/Messages.sh 2026-04-08 10:17:53.000000000 +0200 @@ -1,16 +1,3 @@ #!/bin/sh - -# Invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources. -# The results are stored in a pseudo .cpp file to be picked up by xgettext. -lst=`find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` -if [ -n "$lst" ] ; then - $EXTRACTRC $lst >> rc.cpp -fi - -# If your framework contains tips-of-the-day, call preparetips as well. -if [ -f "data/tips" ] ; then - ( cd data && $PREPARETIPS > ../tips.cpp ) -fi - # Run xgettext to extract strings from all source files. $XGETTEXT `find . -name \*.cpp -o -name \*.h -o -name \*.qml` -o $podir/kweathercore6.pot diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/src/capparser.cpp new/kweathercore-26.04.0/src/capparser.cpp --- old/kweathercore-25.12.3/src/capparser.cpp 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/src/capparser.cpp 2026-04-08 10:17:53.000000000 +0200 @@ -266,8 +266,8 @@ CAPParser::CAPParser(const QByteArray &data) : m_xml(data) { - bool flag = false; if (!data.isEmpty()) { + bool flag = false; while (m_xml.readNextStartElement()) { if (m_xml.name() == QStringLiteral("alert")) { flag = true; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/src/kweathercore_p.h new/kweathercore-26.04.0/src/kweathercore_p.h --- old/kweathercore-25.12.3/src/kweathercore_p.h 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/src/kweathercore_p.h 2026-04-08 10:17:53.000000000 +0200 @@ -19,7 +19,7 @@ struct ResolvedWeatherDesc { QString icon = QStringLiteral("weather-none-available"), desc = i18n("Unknown"); ResolvedWeatherDesc() = default; - ResolvedWeatherDesc(QString icon, QString desc) + ResolvedWeatherDesc(const QString &icon, const QString &desc) { this->icon = icon; this->desc = desc; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/src/locationquery.cpp new/kweathercore-26.04.0/src/locationquery.cpp --- old/kweathercore-25.12.3/src/locationquery.cpp 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/src/locationquery.cpp 2026-04-08 10:17:53.000000000 +0200 @@ -17,7 +17,7 @@ class LocationQueryPrivate { public: - LocationQueryPrivate(LocationQuery *parent); + explicit LocationQueryPrivate(LocationQuery *parent); void positionUpdated(const QGeoPositionInfo &update); QNetworkAccessManager *networkAccessManager(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/src/locationquery.h new/kweathercore-26.04.0/src/locationquery.h --- old/kweathercore-25.12.3/src/locationquery.h 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/src/locationquery.h 2026-04-08 10:17:53.000000000 +0200 @@ -34,11 +34,11 @@ * LocationQuery m_locationSource; * * // find places called "Oslo" - * auto reply = m_locationSource.query("Oslo") - * connect(reply, &LocationQueryReply::finished, []() + * auto reply = m_locationSource.query("Oslo"); + * connect(reply, &LocationQueryReply::finished, [reply]() * { * reply->deleteLater(); - * if (reply != LocationQueryReply::NoError) { + * if (reply->error() != LocationQueryReply::NoError) { * qDebug() << "can't find this place"; * return; * } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-25.12.3/src/pendingweatherforecast_p.h new/kweathercore-26.04.0/src/pendingweatherforecast_p.h --- old/kweathercore-25.12.3/src/pendingweatherforecast_p.h 2026-02-27 01:52:25.000000000 +0100 +++ new/kweathercore-26.04.0/src/pendingweatherforecast_p.h 2026-04-08 10:17:53.000000000 +0200 @@ -11,7 +11,7 @@ class PendingWeatherForecastPrivate : public ReplyPrivate { public: - PendingWeatherForecastPrivate(PendingWeatherForecast *qq); + explicit PendingWeatherForecastPrivate(PendingWeatherForecast *qq); void parseWeatherForecastResults(QNetworkReply *ret); void parseTimezoneResult(const QString &timezone);
