Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kontact for openSUSE:Factory checked 
in at 2026-08-24 12:03:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kontact (Old)
 and      /work/SRC/openSUSE:Factory/.kontact.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kontact"

Mon Aug 24 12:03:33 2026 rev:118 rq:1372448 version:26.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kontact/kontact.changes  2026-07-02 
22:07:10.040137925 +0200
+++ /work/SRC/openSUSE:Factory/.kontact.new.1258/kontact.changes        
2026-08-24 12:05:51.932646817 +0200
@@ -1,0 +2,29 @@
+Sun Aug 16 07:27:31 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/26.08.0/
+- No code change since 26.07.90
+
+-------------------------------------------------------------------
+Sat Aug  1 11:39:14 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.07.90
+  * New feature release
+- No code change since 26.07.80
+
+-------------------------------------------------------------------
+Sat Jul 18 11:11:55 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.07.80
+  * New feature release
+- Changes since 26.04.3:
+  * Define stable version
+  * CMAKE_CXX_SCAN_FOR_MODULES is already defined in ecm
+  * BUILD_QCH is not useful
+  * Use QT_ENABLE_STRICT_MODE_UP_TO
+  * Increase ktextaddons dep
+  * Add prek support
+
+-------------------------------------------------------------------

Old:
----
  kontact-26.04.3.tar.xz
  kontact-26.04.3.tar.xz.sig

New:
----
  kontact-26.08.0.tar.xz
  kontact-26.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ kontact.spec ++++++
--- /var/tmp/diff_new_pack.29e2Dn/_old  2026-08-24 12:05:53.215692506 +0200
+++ /var/tmp/diff_new_pack.29e2Dn/_new  2026-08-24 12:05:53.218692613 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define kf6_version 6.19.0
+%define kf6_version 6.27.0
 %define qt6_version 6.9.0
-%define kpim6_version 6.7.3
+%define kpim6_version 6.8.0
 
 %bcond_without released
 Name:           kontact
-Version:        26.04.3
+Version:        26.08.0
 Release:        0
 Summary:        Personal Information Manager
 License:        GPL-2.0-or-later


++++++ kontact-26.04.3.tar.xz -> kontact-26.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/.craft.ini 
new/kontact-26.08.0/.craft.ini
--- old/kontact-26.04.3/.craft.ini      2026-06-28 19:25:34.000000000 +0200
+++ new/kontact-26.08.0/.craft.ini      2026-08-12 17:52:24.000000000 +0200
@@ -3,5 +3,5 @@
 
 [BlueprintSettings]
 kde/pim/kontact/kontact.packageAppx=True
-kde/pim.version=release/26.04
-kde/libs/ktextaddons.version=2.0.0
+kde/pim.version=release/26.08
+kde/libs/ktextaddons.version=2.0.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/.gitlab-ci.yml 
new/kontact-26.08.0/.gitlab-ci.yml
--- old/kontact-26.04.3/.gitlab-ci.yml  2026-06-28 19:25:34.000000000 +0200
+++ new/kontact-26.08.0/.gitlab-ci.yml  2026-08-12 17:52:24.000000000 +0200
@@ -30,6 +30,6 @@
     - mkdir -p /tmp/$CI_PROJECT_NAME-build
     - cd /tmp/$CI_PROJECT_NAME-build
     # we don't care about clazy issues in tests
-    - cmake -DENABLE_PCH=OFF -DBUILD_TESTING=OFF -G Ninja 
-DCMAKE_INSTALL_PREFIX=$CI_PROJECT_DIR/_install -DKF_SKIP_PO_PROCESSING=True 
$CI_PROJECT_DIR
+    - cmake -DENABLE_PCH=OFF -DBUILD_TESTING=OFF -G Ninja 
-DCMAKE_INSTALL_PREFIX=$CI_PROJECT_DIR/_install -DKF_SKIP_PO_PROCESSING=True 
-DKF6DocTools_FOUND=False $CI_PROJECT_DIR
     - ninja -k 0
   artifacts: null
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/.pre-commit-config.yaml 
new/kontact-26.08.0/.pre-commit-config.yaml
--- old/kontact-26.04.3/.pre-commit-config.yaml 2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/.pre-commit-config.yaml 2026-08-12 17:52:24.000000000 
+0200
@@ -21,7 +21,7 @@
     - id: destroyed-symlinks
     - id: check-executables-have-shebangs
  - repo: https://github.com/pre-commit/mirrors-clang-format
-   rev: v21.1.8
+   rev: v22.1.5
    hooks:
     - id: clang-format
     # force using this project's configuration rather
@@ -29,14 +29,14 @@
       args: ["--style=file:.clang-format-pre-commit"]
  - repo: https://github.com/astral-sh/ruff-pre-commit
   # Ruff version.
-   rev: v0.15.0
+   rev: v0.15.12
    hooks:
     # Run the linter.
     - id: ruff
     # Run the formatter.
     - id: ruff-format
  - repo: https://github.com/codespell-project/codespell
-   rev: v2.4.1
+   rev: v2.4.2
    hooks:
     - id: codespell
       exclude: 
(textemoticons/core/data/emoji.json|textgrammarcheck/grammalecte/autotests/data/result1.json|texttranslator/translator/plugins/bergamot/autotests/data/modellanguages/models.json|textgrammarcheck/languagetool/autotests/data/test2.json|textautocorrection/core/autotests/data/custom-fr-ref.xml|textgrammarcheck/common/autotests/grammarresultutiltest.cpp|textautocorrection/core/autotests/data/custom-fr.xml)
@@ -45,12 +45,12 @@
    hooks:
     - id: gersemi
  - repo: https://github.com/DavidAnson/markdownlint-cli2
-   rev: v0.20.0
+   rev: v0.22.1
    hooks:
     - id: markdownlint-cli2
       files: \.(md|mdown|markdown)$
  - repo: https://github.com/scop/pre-commit-shfmt
-   rev: v3.12.0-2
+   rev: v3.13.1-1
    hooks:
     - id: shfmt
  - repo: https://github.com/shellcheck-py/shellcheck-py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/CMakeLists.txt 
new/kontact-26.08.0/CMakeLists.txt
--- old/kontact-26.04.3/CMakeLists.txt  2026-06-28 19:25:34.000000000 +0200
+++ new/kontact-26.08.0/CMakeLists.txt  2026-08-12 17:52:24.000000000 +0200
@@ -1,15 +1,15 @@
-set(PIM_VERSION "6.7.3")
-cmake_minimum_required(VERSION 3.27)
+set(PIM_VERSION "6.8.0")
+cmake_minimum_required(VERSION 3.29)
 project(kontact VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "26.04.3")
+set(RELEASE_SERVICE_VERSION "26.08.1")
 
 # Use true if stable version => we will check specific version
 set(KONTACT_STABLE_VERSION true)
 
 # Update it for each release
-set(KONTACT_RELEASE_VERSION_DATE "26.07.02") # yy.MM.dd
+set(KONTACT_RELEASE_VERSION_DATE "26.08.20") # yy.MM.dd
 
-set(KF_MIN_VERSION "6.22.0")
+set(KF_MIN_VERSION "6.25.0")
 set(QT_REQUIRED_VERSION "6.9.0")
 find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)
 
@@ -33,6 +33,9 @@
 
 if(GIT_SOURCE_TARBALL)
     set(PRE_COMMIT_INSTALLED FALSE)
+    include(KDEGitCommitHooks)
+    include(KDEClangFormat)
+    kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
     if(${CMAKE_SOURCE_DIR} STREQUAL ${PROJECT_SOURCE_DIR})
         if(EXISTS "${PROJECT_SOURCE_DIR}/.git/hooks/pre-commit")
             file(READ "${PROJECT_SOURCE_DIR}/.git/hooks/pre-commit" 
FILE_CONTENTS)
@@ -47,38 +50,42 @@
         endif()
     endif()
     if(NOT ${PRE_COMMIT_INSTALLED})
-        find_program(PRE_COMMIT_EXECUTABLE pre-commit)
-        if(PRE_COMMIT_EXECUTABLE)
+        function(install_hook executable hook_name)
             message(
                 STATUS
-                "This module has pre-commit support. pre-commit binary was 
found. Installing pre-commit hook"
+                "This module has ${hook_name} support. ${hook_name} binary was 
found. Installing ${hook_name} hook"
             )
             execute_process(
                 COMMAND
-                    "${PRE_COMMIT_EXECUTABLE}" install -f
+                    "${executable}" install -f
                 ERROR_QUIET
                 RESULT_VARIABLE _precommitresult
                 WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}"
             )
             if(_precommitresult EQUAL 0)
-                message(STATUS "Pre-commit installed.")
+                message(STATUS "${hook_name} installed.")
             else()
                 message(
                     WARNING
-                    "Error during installing pre-commit hook: 
${PRE_COMMIT_EXECUTABLE} project source dir ${PROJECT_SOURCE_DIR}"
+                    "Error during installing ${hook_name} hook: ${executable} 
project source dir ${PROJECT_SOURCE_DIR}"
                 )
-                include(KDEGitCommitHooks)
-                include(KDEClangFormat)
-                kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
             endif()
+        endfunction()
+
+        find_program(PREK_EXECUTABLE prek)
+        if(PREK_EXECUTABLE)
+            install_hook(${PREK_EXECUTABLE} "Prek")
         else()
-            message(WARNING "This module has pre-commit support. pre-commit 
binary was not found.")
-            include(KDEGitCommitHooks)
-            include(KDEClangFormat)
-            kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
+            find_program(PRE_COMMIT_EXECUTABLE pre-commit)
+            if(PRE_COMMIT_EXECUTABLE)
+                install_hook(${PRE_COMMIT_EXECUTABLE} "pre-commit")
+            else()
+                message(WARNING "This module has pre-commit support. 
pre-commit binary was not found.")
+            endif()
         endif()
     endif()
 endif()
+
 include(CheckFunctionExists)
 
 include(KDEInstallDirs)
@@ -89,7 +96,6 @@
 include(ECMDeprecationSettings)
 include(ECMFeatureSummary)
 include(ECMCheckOutboundLicense)
-set(CMAKE_CXX_SCAN_FOR_MODULES OFF)
 
 # Do NOT add quote
 set(KDEPIM_DEV_VERSION)
@@ -101,8 +107,8 @@
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
-set(KONTACTINTERFACE_LIB_VERSION "6.7.3")
-set(PIMCOMMON_LIB_VERSION "6.7.3")
+set(KONTACTINTERFACE_LIB_VERSION "6.8.0")
+set(PIMCOMMON_LIB_VERSION "6.8.0")
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "6")
@@ -116,9 +122,9 @@
         Widgets
         WebEngineWidgets
 )
-set(LIBKDEPIM_LIB_VERSION "6.7.3")
-set(LIBGRANTLEETHEME_LIB_VERSION "6.7.3")
-set(KTEXTADDONS_MIN_VERSION "2.0.0")
+set(LIBKDEPIM_LIB_VERSION "6.8.0")
+set(LIBGRANTLEETHEME_LIB_VERSION "6.8.0")
+set(KTEXTADDONS_MIN_VERSION "2.0.2")
 
 # Find KF6 package
 find_package(KF6I18n ${KF_MIN_VERSION} CONFIG REQUIRED)
@@ -155,7 +161,7 @@
     # see e.g. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56556 or 
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79328
     string(APPEND CMAKE_CXX_FLAGS " -Wshadow")
 endif()
-ecm_set_disabled_deprecation_versions(QT 6.11.0  KF 6.23.0)
+ecm_set_disabled_deprecation_versions(QT 6.12.0  KF 6.28.0)
 
 add_definitions(-DTRANSLATION_DOMAIN=\"kontact\")
 option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile 
time)" OFF)
@@ -164,6 +170,7 @@
 if(USE_UNITY_CMAKE_SUPPORT)
     set(COMPILE_WITH_UNITY_CMAKE_SUPPORT ON)
 endif()
+add_compile_definitions(QT_ENABLE_STRICT_MODE_UP_TO=0x060B00)
 add_subdirectory(src)
 
 ecm_qt_install_logging_categories(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/CMakePresets.json 
new/kontact-26.08.0/CMakePresets.json
--- old/kontact-26.04.3/CMakePresets.json       2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/CMakePresets.json       2026-08-12 17:52:24.000000000 
+0200
@@ -8,10 +8,7 @@
             "generator": "Ninja",
             "binaryDir": "${sourceDir}/build-${presetName}",
             "installDir": "$env{KF6}",
-            "hidden": true,
-            "cacheVariables": {
-                "BUILD_QCH": "ON"
-            }
+            "hidden": true
         },
         {
             "name": "dev-mold",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/ar/kontact.po 
new/kontact-26.08.0/po/ar/kontact.po
--- old/kontact-26.04.3/po/ar/kontact.po        2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/po/ar/kontact.po        2026-08-12 17:52:24.000000000 
+0200
@@ -5,7 +5,7 @@
 # Youssef Chahibi <[email protected]>, 2007.
 # Abdalrahim G. Fakhouri <[email protected]>, 2014.
 # Safa Alfulaij <[email protected]>, 2018.
-# SPDX-FileCopyrightText: 2021, 2022, 2024, 2025 Zayed Al-Saidi 
<[email protected]>
+# SPDX-FileCopyrightText: 2021, 2022, 2024, 2025, 2026 Zayed Al-Saidi 
<[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kontact\n"
@@ -20,7 +20,7 @@
 "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 ? 4 : 5;\n"
-"X-Generator: Lokalize 23.08.5\n"
+"X-Generator: Lokalize 25.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/ca/kontact.po 
new/kontact-26.08.0/po/ca/kontact.po
--- old/kontact-26.04.3/po/ca/kontact.po        2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/po/ca/kontact.po        2026-08-12 17:52:24.000000000 
+0200
@@ -578,3 +578,14 @@
 msgid "Sidebar is hidden. Show the sidebar again using the %1 key."
 msgstr ""
 "La barra lateral està oculta. Es tornarà a mostrar emprant la tecla %1."
+
+#~ msgid "Show/Hide the icon sidebar"
+#~ msgstr "Mostra/Oculta la icona de la barra lateral"
+
+#~ msgctxt "@action:inmenu"
+#~ msgid "Show Sidebar"
+#~ msgstr "Mostra la barra lateral"
+
+#~ msgctxt "@action:inmenu"
+#~ msgid "Hide/Show the component sidebar"
+#~ msgstr "Oculta/Mostra la barra lateral de components"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/cs/kontact.po 
new/kontact-26.08.0/po/cs/kontact.po
--- old/kontact-26.04.3/po/cs/kontact.po        2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/po/cs/kontact.po        2026-08-12 17:52:24.000000000 
+0200
@@ -19,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 25.12.3\n"
+"X-Generator: Lokalize 26.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/de/kontact.po 
new/kontact-26.08.0/po/de/kontact.po
--- old/kontact-26.04.3/po/de/kontact.po        2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/po/de/kontact.po        2026-08-12 17:52:24.000000000 
+0200
@@ -1,10 +1,10 @@
 # SPDX-FileCopyrightText: 2003 Thomas Diehl <[email protected]>
-# SPDX-FileCopyrightText: 2003, 2004, 2005, 2006 Stefan Winter 
<[email protected]>
-# SPDX-FileCopyrightText: 2004, 2005, 2006 Stephan Johach <[email protected]>
-# SPDX-FileCopyrightText: 2005, 2006, 2007, 2008, 2009, 2010 Thomas Reitelbach 
<[email protected]>
-# SPDX-FileCopyrightText: 2008, 2009, 2012, 2013, 2014, 2015, 2017, 2018, 
2019, 2020, 2021 Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2003-2006 Stefan Winter <[email protected]>
+# SPDX-FileCopyrightText: 2004-2006 Stephan Johach <[email protected]>
+# SPDX-FileCopyrightText: 2005-2010 Thomas Reitelbach <[email protected]>
+# SPDX-FileCopyrightText: 2008-2009, 2012-2015, 2017-2021 Burkhard Lück 
<[email protected]>
 # SPDX-FileCopyrightText: 2009 Markus Slopianka <[email protected]>
-# SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2016, 2022 Frederik 
Schwarzer <[email protected]>
+# SPDX-FileCopyrightText: 2010-2013, 2016, 2022 Frederik Schwarzer 
<[email protected]>
 # SPDX-FileCopyrightText: 2011 Torbjörn Klatt <[email protected]>
 # SPDX-FileCopyrightText: 2021 Jürgen Jäckle <[email protected]>
 # SPDX-FileCopyrightText: 2022 Frank Steinmetzger <[email protected]>
@@ -246,7 +246,7 @@
 "this box if you would like the specified plugin to come up on start instead."
 msgstr ""
 "Normalerweise wird beim Start von Kontact immer die Komponente angezeigt, "
-"die zuletzt benutzt wurde. Aktivieren Sie diese Einstellung, wenn "
+"die zuletzt verwendet wurde. Aktivieren Sie diese Einstellung, wenn "
 "stattdessen beim Start immer eine bestimmte Komponente angezeigt werden soll."
 
 #. i18n: ectx: label, entry (SideBarOpen), group (View)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/fr/kontact.po 
new/kontact-26.08.0/po/fr/kontact.po
--- old/kontact-26.04.3/po/fr/kontact.po        2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/po/fr/kontact.po        2026-08-12 17:52:24.000000000 
+0200
@@ -15,7 +15,7 @@
 # Sebastien Renard <[email protected]>, 2013, 2014, 2015.
 # Vincent Pinon <[email protected]>, 2017, 2018.
 # Simon Depiets <[email protected]>, 2018, 2019, 2020.
-# SPDX-FileCopyrightText: 2021, 2022, 2024, 2025 Xavier Besnard 
<[email protected]>
+# SPDX-FileCopyrightText: 2021-2022, 2024-2026 Xavier Besnard 
<[email protected]>
 #
 msgid ""
 msgstr ""
@@ -24,7 +24,7 @@
 "POT-Creation-Date: 2026-01-19 00:44+0000\n"
 "PO-Revision-Date: 2025-11-27 09:24+0100\n"
 "Last-Translator: Xavier Besnard <[email protected]>\n"
-"Language-Team: French <French <[email protected]>>\n"
+"Language-Team: fr\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -32,7 +32,7 @@
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Accelerator-Marker: &\n"
 "X-Environment: kde\n"
-"X-Generator: Lokalize 25.11.80\n"
+"X-Generator: Lokalize 26.04.3\n"
 "X-Text-Markup: kde4\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/it/kontact.po 
new/kontact-26.08.0/po/it/kontact.po
--- old/kontact-26.04.3/po/it/kontact.po        2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/po/it/kontact.po        2026-08-12 17:52:24.000000000 
+0200
@@ -6,7 +6,7 @@
 # Vincenzo Reale <[email protected]>, 2009.
 # Antonino Arcudi <[email protected]>, 2009.
 # Luigi Toscano <[email protected]>, 2010, 2014, 2017.
-# SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 
2018, 2019, 2020, 2021, 2022, 2024, 2025 Valter Mura <[email protected]>
+# SPDX-FileCopyrightText: 2010-2022, 2024-2026 Valter Mura 
<[email protected]>
 #
 msgid ""
 msgstr ""
@@ -21,7 +21,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.08.3\n"
+"X-Generator: Lokalize 26.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/nl/kontact.po 
new/kontact-26.08.0/po/nl/kontact.po
--- old/kontact-26.04.3/po/nl/kontact.po        2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/po/nl/kontact.po        2026-08-12 17:52:24.000000000 
+0200
@@ -6,20 +6,20 @@
 # Wilbert Berendsen <[email protected]>, 2004.
 # Bram Schoenmakers <[email protected]>, 2004, 2005, 2006, 2007.
 # Kristof Bal <[email protected]>, 2009.
-# SPDX-FileCopyrightText: 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2018, 2019, 2020, 2021, 2022, 2024, 2025 Freek de Kruijf 
<[email protected]>
+# SPDX-FileCopyrightText: 2009-2022, 2024-2026 Freek de Kruijf 
<[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kontact\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2026-01-19 00:44+0000\n"
-"PO-Revision-Date: 2025-11-26 14:58+0100\n"
+"PO-Revision-Date: 2026-07-27 11:21+0200\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: \n"
 "Language: nl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 25.08.3\n"
+"X-Generator: Lokalize 26.04.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -27,7 +27,7 @@
 msgid "Your names"
 msgstr ""
 "Rinse de Vries - 2003 t/m 2008,Wilbert Berendsen - 2004,Bram Schoenmakers - "
-"2004 t/m 2007,Freek de Kruijf - 2009 t/m 2024"
+"2004 t/m 2007,Freek de Kruijf - 2009 t/m 2026"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/nn/kontact.po 
new/kontact-26.08.0/po/nn/kontact.po
--- old/kontact-26.04.3/po/nn/kontact.po        2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/po/nn/kontact.po        2026-08-12 17:52:24.000000000 
+0200
@@ -1,6 +1,7 @@
 # Translation of kontact to Norwegian Nynorsk
 #
 # Håvard Korsvoll <[email protected]>, 2003, 2004.
+# Karl Ove Hufthammer <[email protected]>, 2004, 2005, 2008, 2010, 2013, 2020, 
2021, 2022, 2024, 2026.
 # Gaute Hvoslef Kvalnes <[email protected]>, 2004, 2005.
 # Eirik U. Birkeland <[email protected]>, 2008, 2009, 2010.
 # Øystein Steffensen-Alværvik <[email protected]>, 2019.
@@ -16,7 +17,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 26.04.0\n"
+"X-Generator: Lokalize 26.11.70\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/sk/kontact.po 
new/kontact-26.08.0/po/sk/kontact.po
--- old/kontact-26.04.3/po/sk/kontact.po        2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/po/sk/kontact.po        2026-08-12 17:52:24.000000000 
+0200
@@ -490,7 +490,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Hide menu bar"
-msgstr "Skryť panel ponuky"
+msgstr "Hide menu bar"
 
 #. i18nc( "@info:status", "Plugin %1", plugin->title() ) );
 #: src/mainwindow.cpp:577
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/sv/kontact.po 
new/kontact-26.08.0/po/sv/kontact.po
--- old/kontact-26.04.3/po/sv/kontact.po        2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/po/sv/kontact.po        2026-08-12 17:52:24.000000000 
+0200
@@ -3,21 +3,21 @@
 # Copyright (C).
 #
 # Mattias Newzella <[email protected]>, 2003, 2004, 2005.
-# SPDX-FileCopyrightText: 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2024 
Stefan Asserhäll <[email protected]>
+# SPDX-FileCopyrightText: 2004-2010, 2024, 2026 Stefan Asserhäll 
<[email protected]>
 # Stefan Asserhall <[email protected]>, 2005, 2010, 2011, 2012, 2013, 
2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kontact\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2026-01-19 00:44+0000\n"
-"PO-Revision-Date: 2024-08-02 08:00+0200\n"
+"PO-Revision-Date: 2026-07-05 16:02+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 24.05.2\n"
+"X-Generator: Lokalize 26.04.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -240,33 +240,27 @@
 
 #. i18n: ectx: label, entry (SideBarOpen), group (View)
 #: src/kontact.kcfg:25
-#, fuzzy, kde-format
-#| msgid "Show the component sidebar"
+#, kde-format
 msgid "Show the Kontact component sidebar"
-msgstr "Visa komponentsidoraden"
+msgstr "Visa komponentsidoraden i Kontact"
 
 #. i18n: ectx: tooltip, entry (SideBarOpen), group (View)
 #: src/kontact.kcfg:26
-#, fuzzy, kde-format
-#| msgid "Show the component sidebar"
+#, kde-format
 msgid "Show/Hide the Kontact component sidebar"
-msgstr "Visa komponentsidoraden"
+msgstr "Visa eller dölj komponentsidoraden i Kontact"
 
 #. i18n: ectx: whatsthis, entry (SideBarOpen), group (View)
 #: src/kontact.kcfg:27
-#, fuzzy, kde-format
-#| msgid ""
-#| "To save screen real estate you might choose to hide the icon sidebar. "
-#| "Uncheck this box to hide the component sidebar. Note that the F9 key will "
-#| "hide/show the icon sidebar."
+#, kde-format
 msgid ""
 "To save screen real estate you might choose to hide Kontact's component "
 "sidebar. Uncheck this box to hide the component sidebar. Note that the F9 "
 "key will hide/show the component sidebar."
 msgstr ""
-"För att spara skärmutrymme kan du välja att dölja ikonsidoraden. Avmarkera "
-"kryssrutan för att dölja komponentsidoraden. Observera att tangenten F9 "
-"döljer eller visar ikonsidoraden."
+"För att spara skärmutrymme kan du välja att dölja komponentsidoraden i "
+"Kontact. Avmarkera kryssrutan för att dölja komponentsidoraden. Observera "
+"att tangenten F9 döljer eller visar komponentsidoraden."
 
 #. i18n: ectx: Menu (file)
 #: src/kontactui.rc:6
@@ -313,7 +307,7 @@
 #: src/main.cpp:97
 #, kde-format
 msgid "Module"
-msgstr ""
+msgstr "Modul"
 
 #: src/main.cpp:98
 #, kde-format
@@ -473,27 +467,23 @@
 msgstr "Välj alternativet för att visa Kontacts introduktionssida."
 
 #: src/mainwindow.cpp:343
-#, fuzzy, kde-format
-#| msgid "Show the component sidebar"
+#, kde-format
 msgctxt "@action:inmenu"
 msgid "Show the Kontact Sidebar"
-msgstr "Visa komponentsidoraden"
+msgstr "Visa sidoraden i Kontact"
 
 #: src/mainwindow.cpp:344
-#, fuzzy, kde-format
-#| msgctxt "@info:status"
-#| msgid "Hide/Show the component sidebar"
+#, kde-format
 msgctxt "@info:status"
 msgid "Hide/Show Kontact's component sidebar"
-msgstr "Dölj eller visa komponentsidoraden"
+msgstr "Dölj eller visa komponentsidoraden i Kontact"
 
 #: src/mainwindow.cpp:347
-#, fuzzy, kde-format
-#| msgctxt "@info:whatsthis"
-#| msgid "Allows you to show or hide the component sidebar as desired."
+#, kde-format
 msgctxt "@info:whatsthis"
 msgid "Allows you to show or hide the Kontact component sidebar as desired."
-msgstr "Låter dig visa eller dölja komponentsidoraden enligt önskemål."
+msgstr ""
+"Låter dig visa eller dölja komponentsidoraden i Kontact enligt önskemål."
 
 #: src/mainwindow.cpp:383
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/tr/docs/kontact/index.docbook 
new/kontact-26.08.0/po/tr/docs/kontact/index.docbook
--- old/kontact-26.04.3/po/tr/docs/kontact/index.docbook        2026-06-28 
19:25:34.000000000 +0200
+++ new/kontact-26.08.0/po/tr/docs/kontact/index.docbook        2026-08-12 
17:52:24.000000000 +0200
@@ -58,7 +58,7 @@
 ><affiliation
 ><address
 ><email
->emir_sari@îcloud.com</email
+>[email protected]</email
 ></address
 ></affiliation
 ><contrib
@@ -821,7 +821,7 @@
 >Yaklaşan Özel Tarihler</guilabel
 > için bir alan sunar. Bu alan, &kontact;’ın özet görünümü yapılandırmasında 
 > eklentinin yapılandırma alanında seçilen kriterlere dayalı bilgileri içerir. 
 > <quote
 >Özel Tarihler</quote
-> eklentisi özellikle kullanışlıdır; çünkü doğum günlerini, yıldönümlerini, 
tatilleri ve özel günleri hem takvimden hem de kişi listesinden tek bir yerde 
görüntüleyebilir. </para>
+> eklentisi özellikle kullanışlıdır; çünkü doğum günlerini, yıl dönümlerini, 
tatilleri ve özel günleri hem takvimden hem de kişi listesinden tek bir yerde 
görüntüleyebilir. </para>
 
 <screenshot>
 <screeninfo
@@ -929,7 +929,7 @@
 >&kontact;, birkaç &kde; teknolojisini yoğun olarak kullanır; bunların 
 >arasında KParts ve &DBus; da bulunur.</para>
 
 <para
->Bileşenlerin grafik arayüz tümleşimi, uygulamaların KParts sürümlerini 
sağlayan eklentiler aracılığıyla yapılır. Bu, bağımsız uygulamaların 
halihazırda olan kodunun üzerine yalnızca ince bir ek katman gerektirir.</para>
+>Bileşenlerin grafik arayüz tümleşimi, uygulamaların KParts sürümlerini 
sağlayan eklentiler aracılığıyla yapılır. Bu, bağımsız uygulamaların 
hâlihazırda olan kodunun üzerine yalnızca ince bir ek katman gerektirir.</para>
 
 <para
 >Bileşenler arasındaki iletişim için &DBus; kullanılır. Bunun güzel bir 
 >özelliği, uygulamanın bağımsız olarak çalıştırılıp çalıştırılmadığına veya 
 >&kontact; içine KPart olarak gömülüp gömülmediğine tümüyle saydam olmasıdır. 
 >&kontact; içinde çalışırken, &DBus;’un verimli bir işlem içi kipi 
 >kullanılır.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/tr/kontact.po 
new/kontact-26.08.0/po/tr/kontact.po
--- old/kontact-26.04.3/po/tr/kontact.po        2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/po/tr/kontact.po        2026-08-12 17:52:24.000000000 
+0200
@@ -16,27 +16,27 @@
 # H. İbrahim Güngör <[email protected]>, 2010, 2011.
 # Volkan Gezer <[email protected]>, 2013, 2014, 2017.
 # Kaan Ozdincer <[email protected]>, 2014.
-# SPDX-FileCopyrightText: 2022, 2023, 2024, 2025 Emir SARI 
<[email protected]>
+# SPDX-FileCopyrightText: 2022, 2023, 2024, 2025, 2026 Emir SARI 
<[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kontact\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2026-01-19 00:44+0000\n"
-"PO-Revision-Date: 2025-11-26 12:20+0300\n"
-"Last-Translator: Emir SARI <emir_sari@îcloud.com>\n"
+"PO-Revision-Date: 2026-05-02 19:56+0300\n"
+"Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "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.08.2\n"
+"X-Generator: Lokalize 25.12.3\n"
 "X-POOTLE-MTIME: 1413132130.000000\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Serdar Soytetir, Görkem Çetin, H. İbrahim Güngör, Volkan Gezer"
+msgstr "Serdar SOYTETİR, Görkem ÇETİN, H. İbrahim GÜNGÖR, Volkan GEZER"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/ug/kontact.po 
new/kontact-26.08.0/po/ug/kontact.po
--- old/kontact-26.04.3/po/ug/kontact.po        2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/po/ug/kontact.po        2026-08-12 17:52:24.000000000 
+0200
@@ -8,24 +8,25 @@
 "Project-Id-Version: kontact\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2026-01-19 00:44+0000\n"
-"PO-Revision-Date: 2013-09-08 07:05+0900\n"
-"Last-Translator: Gheyret Kenji <[email protected]>\n"
+"PO-Revision-Date: 2026-05-31 19:20-0400\n"
+"Last-Translator: Abduqadir Abliz <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
 "Language: ug\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 3.9\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "ئابدۇقادىر ئابلىز, غەيرەت كەنجى"
+msgstr "ئابدۇقادىر ئابلىز، غەيرەت كەنجى"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected],  [email protected]"
+msgstr "[email protected], [email protected]"
 
 #: src/about/introduction_kontact.html:18
 #, kde-format
@@ -195,7 +196,7 @@
 #: src/kontact.kcfg:11 src/kontact.kcfg:12
 #, kde-format
 msgid "The currently active plugin"
-msgstr "The currently active plugin"
+msgstr ""
 
 #. i18n: ectx: label, entry (ForceStartupPlugin), group (View)
 #: src/kontact.kcfg:16
@@ -248,7 +249,7 @@
 #: src/kontactui.rc:14
 #, kde-format
 msgid "&View"
-msgstr ""
+msgstr "كۆرۈنۈش(&V)"
 
 #. i18n: ectx: Menu (settings)
 #: src/kontactui.rc:20
@@ -283,7 +284,7 @@
 #: src/main.cpp:97
 #, kde-format
 msgid "Module"
-msgstr ""
+msgstr "بۆلەك"
 
 #: src/main.cpp:98
 #, kde-format
@@ -313,29 +314,25 @@
 msgstr ""
 
 #: src/main.cpp:163
-#, fuzzy, kde-format
-#| msgid "Allen Winter"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Allen Winter"
 msgstr "Allen Winter"
 
 #: src/main.cpp:164
-#, fuzzy, kde-format
-#| msgid "Rafael Fernández López"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Rafael Fernández López"
 msgstr "Rafael Fernández López"
 
 #: src/main.cpp:165
-#, fuzzy, kde-format
-#| msgid "Daniel Molkentin"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Daniel Molkentin"
 msgstr "Daniel Molkentin"
 
 #: src/main.cpp:166
-#, fuzzy, kde-format
-#| msgid "Don Sanders"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Don Sanders"
 msgstr "Don Sanders"
@@ -347,15 +344,13 @@
 msgstr "Cornelius Schumacher"
 
 #: src/main.cpp:168
-#, fuzzy, kde-format
-#| msgid "Tobias König"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Tobias König"
 msgstr "Tobias König"
 
 #: src/main.cpp:169
-#, fuzzy, kde-format
-#| msgid "David Faure"
+#, kde-format
 msgctxt "@info:credit"
 msgid "David Faure"
 msgstr "David Faure"
@@ -367,22 +362,19 @@
 msgstr ""
 
 #: src/main.cpp:171
-#, fuzzy, kde-format
-#| msgid "Sven Lüppken"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Sven Lüppken"
-msgstr "Sven Lüppken"
+msgstr ""
 
 #: src/main.cpp:172
-#, fuzzy, kde-format
-#| msgid "Zack Rusin"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Zack Rusin"
-msgstr "Zack Rusin"
+msgstr ""
 
 #: src/main.cpp:173
-#, fuzzy, kde-format
-#| msgid "Matthias Hoelzer-Kluepfel"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Matthias Hoelzer-Kluepfel"
 msgstr "Matthias Hoelzer-Kluepfel"
@@ -390,7 +382,7 @@
 #: src/main.cpp:173
 #, kde-format
 msgid "Original Author"
-msgstr "ئەسلى ئاپتور"
+msgstr "ئەسلى يازغۇچى"
 
 #: src/main.cpp:174
 #, kde-format
@@ -475,12 +467,14 @@
 "<qt>This will hide the menu bar completely. You can show it again by typing "
 "%1.</qt>"
 msgstr ""
+"<qt>بۇ مەشغۇلات تىزىملىك بالداقنى پۈتۈنلەي يوشۇرىدۇ. %1 نى بېسىپ قايتا "
+"كۆرسىتەلەيسىز.</qt>"
 
 #: src/mainwindow.cpp:386
 #, kde-format
 msgctxt "@title:window"
 msgid "Hide menu bar"
-msgstr ""
+msgstr "تىزىملىك بالداقنى يوشۇر"
 
 #. i18nc( "@info:status", "Plugin %1", plugin->title() ) );
 #: src/mainwindow.cpp:577
@@ -528,11 +522,9 @@
 msgstr ""
 
 #: src/mainwindow.cpp:1004
-#, fuzzy, kde-format
-#| msgctxt "@item:intext"
-#| msgid "Access online resources and tutorials"
+#, kde-format
 msgid "Access online resources and tutorials"
-msgstr "توردىكى مەنبە ۋە ئوقۇشلۇقلارنى زىيارەت قىلىش"
+msgstr ""
 
 #: src/mainwindow.cpp:1007
 #, kde-format
@@ -565,7 +557,6 @@
 #~ msgid "Tobias Koenig"
 #~ msgstr "Tobias Koenig"
 
-#, fuzzy
 #~| msgid "Kontact"
 #~ msgctxt "@title:window"
 #~ msgid "About Kontact"
@@ -610,7 +601,6 @@
 #~ msgid "%1 / %2"
 #~ msgstr "%1 / %2"
 
-#, fuzzy
 #~| msgctxt "@info:credit"
 #~| msgid "Current Maintainer"
 #~ msgid "Laurent Montel"
@@ -632,7 +622,6 @@
 #~ msgid "Delete"
 #~ msgstr "ئۆچۈر"
 
-#, fuzzy
 #~| msgctxt "@info:status"
 #~| msgid "Create a new event"
 #~ msgid "Create new note"
@@ -646,7 +635,6 @@
 #~ msgid "New Name:"
 #~ msgstr "يېڭى ئات:"
 
-#, fuzzy
 #~| msgid "&Settings"
 #~ msgid "Settings"
 #~ msgstr "تەڭشەك(&S)"
@@ -662,7 +650,6 @@
 #~ msgid "Popup Notes"
 #~ msgstr "سەكرىمە ئىزاھلار"
 
-#, fuzzy
 #~| msgctxt "@info:credit"
 #~| msgid "Current Maintainer"
 #~ msgctxt "@info:credit"
@@ -677,7 +664,6 @@
 #~ msgid "Michael Brade"
 #~ msgstr "Michael Brade"
 
-#, fuzzy
 #~| msgctxt "@info:credit"
 #~| msgid "Current Maintainer"
 #~ msgctxt "@info:credit"
@@ -710,7 +696,6 @@
 #~ msgid "Mail: %1"
 #~ msgstr "خەت: %1"
 
-#, fuzzy
 #~| msgid "Popup Notes"
 #~ msgctxt "@title:window"
 #~ msgid "Show Popup Note"
@@ -723,7 +708,6 @@
 #~ msgid "Popup Notes"
 #~ msgstr "سەكرىمە ئىزاھلار"
 
-#, fuzzy
 #~| msgctxt "@action:inmenu"
 #~| msgid "Delete"
 #~ msgid "Delete Note..."
@@ -739,7 +723,6 @@
 #~ msgid "Upcoming Events"
 #~ msgstr "پىلاندىكى ھادىسىلەر"
 
-#, fuzzy
 #~| msgctxt "@info:status"
 #~| msgid "Create a new contact"
 #~ msgctxt "@info:status"
@@ -773,7 +756,6 @@
 #~ msgid "%1 - %2"
 #~ msgstr "%1 - %2"
 
-#, fuzzy
 #~| msgctxt "@info:status"
 #~| msgid "Create a new event"
 #~ msgctxt "@info:status"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/zh_CN/kontact.po 
new/kontact-26.08.0/po/zh_CN/kontact.po
--- old/kontact-26.04.3/po/zh_CN/kontact.po     2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/po/zh_CN/kontact.po     2026-08-12 17:52:24.000000000 
+0200
@@ -306,17 +306,17 @@
 #: src/main.cpp:155 src/mainwindow.cpp:993
 #, kde-format
 msgid "Kontact"
-msgstr "Kontact"
+msgstr ""
 
 #: src/main.cpp:157
 #, kde-format
 msgid "KDE personal information manager"
-msgstr "KDE 个人信息管理器"
+msgstr ""
 
 #: src/main.cpp:159
 #, kde-format
 msgid "Copyright © 2001–%1 Kontact authors"
-msgstr "Copyright © 2001–%1 Kontact authors"
+msgstr ""
 
 #: src/main.cpp:163
 #, kde-format
@@ -387,7 +387,7 @@
 #: src/main.cpp:173
 #, kde-format
 msgid "Original Author"
-msgstr "原作者"
+msgstr ""
 
 #: src/main.cpp:174
 #, kde-format
@@ -398,7 +398,7 @@
 #: src/main.cpp:174
 #, kde-format
 msgid "Git Migration"
-msgstr "Git 迁移"
+msgstr ""
 
 #: src/mainwindow.cpp:289
 #, kde-format
@@ -507,37 +507,37 @@
 #: src/mainwindow.cpp:994
 #, kde-format
 msgid "The KDE Personal Information Management Suite."
-msgstr "KDE 个人信息管理器套件"
+msgstr ""
 
 #: src/mainwindow.cpp:999
 #, kde-format
 msgid "Read Manual"
-msgstr "阅读手册"
+msgstr ""
 
 #: src/mainwindow.cpp:1000
 #, kde-format
 msgid "Learn more about Kontact and its components"
-msgstr "了解关于 Kontact 及其组件的更多内容"
+msgstr ""
 
 #: src/mainwindow.cpp:1003
 #, kde-format
 msgid "Visit Kontact Website"
-msgstr "访问 Kontact 网站"
+msgstr ""
 
 #: src/mainwindow.cpp:1004
 #, kde-format
 msgid "Access online resources and tutorials"
-msgstr "访问在线资源和教程"
+msgstr ""
 
 #: src/mainwindow.cpp:1007
 #, kde-format
 msgid "Setup your Accounts"
-msgstr "建立您的账户"
+msgstr ""
 
 #: src/mainwindow.cpp:1008
 #, kde-format
 msgid "Prepare Kontact for use"
-msgstr "准备使用 Kontact"
+msgstr ""
 
 #: src/mainwindow.cpp:1034
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/po/zh_TW/kontact.po 
new/kontact-26.08.0/po/zh_TW/kontact.po
--- old/kontact-26.04.3/po/zh_TW/kontact.po     2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/po/zh_TW/kontact.po     2026-08-12 17:52:24.000000000 
+0200
@@ -6,20 +6,20 @@
 # Franklin Weng <franklin at goodhorse dot idv dot tw>, 2007, 2008.
 # Franklin Weng <[email protected]>, 2011, 2012, 2013, 2014, 2015.
 # pan93412 <[email protected]>, 2018, 2019.
-# SPDX-FileCopyrightText: 2023, 2024, 2025 Kisaragi Hiu <[email protected]>
+# SPDX-FileCopyrightText: 2023-2026 Kisaragi Hiu <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kontact\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2026-01-19 00:44+0000\n"
-"PO-Revision-Date: 2025-11-29 18:01+0900\n"
+"PO-Revision-Date: 2026-08-04 07:18+0900\n"
 "Last-Translator: Kisaragi Hiu <[email protected]>\n"
 "Language-Team: Traditional Chinese <[email protected]>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 25.08.3\n"
+"X-Generator: Lokalize 26.11.70\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/src/data/kontactconfig.json 
new/kontact-26.08.0/src/data/kontactconfig.json
--- old/kontact-26.04.3/src/data/kontactconfig.json     2026-06-28 
19:25:34.000000000 +0200
+++ new/kontact-26.08.0/src/data/kontactconfig.json     2026-08-12 
17:52:24.000000000 +0200
@@ -38,6 +38,7 @@
         "Description[sl]": "Privzeta komponenta KDE Kontacta",
         "Description[sv]": "KDE:s standardkomponent Kontact",
         "Description[tr]": "Öntanımlı KDE Contact Bileşeni",
+        "Description[ug]": "كۆڭۈلدىكى KDE Kontact بۆلىكى",
         "Description[uk]": "Типовий компонент Kontact KDE",
         "Description[zh_TW]": "預設 KDE Kontact 元件",
         "Icon": "kontact",
@@ -80,6 +81,7 @@
         "Name[sl]": "Konfiguracija Kontacta",
         "Name[sv]": "Inställning av Kontact",
         "Name[tr]": "Kontak Yapılandırması",
+        "Name[ug]": "Kontact سەپلىمە",
         "Name[uk]": "Налаштування Kontact",
         "Name[zh_TW]": "Kontact 設定"
     },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/src/data/org.kde.kontact.appdata.xml 
new/kontact-26.08.0/src/data/org.kde.kontact.appdata.xml
--- old/kontact-26.04.3/src/data/org.kde.kontact.appdata.xml    2026-06-28 
19:25:34.000000000 +0200
+++ new/kontact-26.08.0/src/data/org.kde.kontact.appdata.xml    2026-08-12 
17:52:24.000000000 +0200
@@ -49,6 +49,7 @@
   <name xml:lang="sl">Kontact</name>
   <name xml:lang="sv">Kontact</name>
   <name xml:lang="tr">Kontak</name>
+  <name xml:lang="ug">Kontact</name>
   <name xml:lang="uk">Kontact</name>
   <name xml:lang="zh-CN">Kontact</name>
   <name xml:lang="zh-TW">Kontact</name>
@@ -177,7 +178,7 @@
     <p xml:lang="sk">Kontact zjednocuje niekoľko aplikácií na správu osobných 
informácií do jedného okna, aby vám poskytol čo najlepší zážitok a zvýšil vašu 
produktivitu. S programom Kontact môžete používať všetky nástroje našej 
výkonnej súpravy na jednom mieste. Na rozdiel od proprietárnych webových 
aplikácií si ceníme vaše súkromie a podporujeme otvorené štandardy, a preto vám 
spoločnosť Kontact poskytuje úplnú kontrolu nad vašimi údajmi. K vašim údajom 
môžete, samozrejme, pristupovať aj offline.</p>
     <p xml:lang="sl">Kontact združuje več aplikacij za upravljanje osebnih 
podatkov v enem oknu, da vam omogočimo najboljšo možno izkušnjo in možnost da 
maksimirate svojo produktivnost. S Kontactom lahko uporabite vsa orodja našega 
zmogljivega paketa na enem mestu. Za razliko od lastniških spletnih aplikacij 
cenimo vašo zasebnost in podpiramo odprte standarde, zato vam Kontact nudi 
popoln nadzor nad svojimi podatki. Do svojih podatkov lahko seveda dostopate 
tudi brez povezave, če želite.</p>
     <p xml:lang="sv">Kontact förenar flera program för personlig 
informationshantering i ett enda fönster för att ge dig bästa möjliga 
upplevelse och öka din produktivitet. Du kan använda alla verktyg i vår 
kraftfulla svit på ett ställe med Kontact. I motsats till tillverkarspecifika 
webbprogram värdesätter vi din integritet och stöder öppna standarder, vilket 
är orsaken till att Kontact ger dig fullständig kontroll av din information. Du 
kan förstås också komma åt informationen nerkopplad om du vill.</p>
-    <p xml:lang="tr">Kontak, birkaç kişisel bilgi yönetim uygulamasını tek bir 
pencereye birleştirerek size olası en iyi deneyimi sunar ve üretkenliğinizi 
artırır. Kontak ile, güçlü bir takımın tüm araçlarını tek bir yerden 
kullanabilirsiniz. Müseccel web uygulamalarının yaptığının aksine, 
gizliliğinize önem verir ve açık standartları destekleriz. Kontak, size veriniz 
üzerinde tam denetim sunar. Verilerinize çevrimdışı olarak istediğiniz zaman 
erişebilirsiniz.</p>
+    <p xml:lang="tr">Kontak, birkaç kişisel bilgi yönetim uygulamasını tek bir 
pencereye birleştirerek size olası en iyi deneyimi sunar ve üretkenliğinizi 
artırır. Kontak ile, güçlü bir takımın tüm araçlarını tek bir yerden 
kullanabilirsiniz. Müseccel web uygulamalarının yaptığının aksine, 
gizliliğinize önem verir ve açık standartları destekleriz. Kontak, size veriniz 
üzerinde tam denetim sunar. Verilerinize çevrim dışı olarak istediğiniz zaman 
erişebilirsiniz.</p>
     <p xml:lang="uk">Kontact — об'єднує можливості декількох програм для 
керування особистими даними під одним дахом і надає вам широкі робочі 
можливості, збільшуючи вашу продуктивність. За допомогою Kontact ви зможете 
скористатися усіма засобами нашого потужного комплексу програм. На відміну від 
вебпрограм із закритим кодом, ми цінуємо вашу конфіденційність та підтримуємо 
відкриті стандарти зберігання та передавання даних. Ось чому Kontact надає у 
ваше розпорядження усі можливості з керування вашими даними. Звичайно ж, 
перевагою програми є і те, що ви зм
 ожете працювати зі своїми даними там, де немає з'єднання із інтернетом.</p>
     <p xml:lang="zh-CN">Kontact 
通过将多种不同的个人信息管理工具整合到单个窗口中来提高您的工作效率。它提供的丰富的功能可在触手可及的距离内轻松访问。与专有网站服务不同,我们尊重您的隐私并支持开放标准,让您可以完全掌控自己的数据。您还可以离线访问自己的数据。</p>
     <p xml:lang="zh-TW">Kontact 將數個個人資訊管理應用程式集合在同一個視窗裡,提供最好的使用體驗並提升您的生產力。使用 
Kontact 您可以在同一個地方使用所有來自我們強大的套裝軟體的工具。不像私有的網頁版應用程式,我們重視您的隱私,並支援開放標準,這也是為什麼 
Kontact 提供您對您的資料的完整控制。您希望的話當然也可以離線存取您的資料。</p>
@@ -437,6 +438,7 @@
       <caption xml:lang="sl">KMail, e-poštna komponenta Kontacta</caption>
       <caption xml:lang="sv">Kmail: E-postkomponenten i Kontact</caption>
       <caption xml:lang="tr">K Posta, Kontak’ın e-posta bileşeni</caption>
+      <caption xml:lang="ug">KMail، Kontact نىڭ ئېلخەت بۆلىكى</caption>
       <caption xml:lang="uk">KMail — компонент Kontact для роботи з 
електронною поштою</caption>
       <caption xml:lang="zh-CN">KMail,Kontact 的电子邮件客户端组件</caption>
       <caption xml:lang="zh-TW">KMail,Kontact 的電子郵件元件</caption>
@@ -578,6 +580,7 @@
   </provides>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="6.8.0" date="2026-08-20"/>
     <release version="6.7.3" date="2026-07-02"/>
     <release version="6.7.2" date="2026-06-04"/>
     <release version="6.7.1" date="2026-05-07"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/src/data/org.kde.kontact.desktop 
new/kontact-26.08.0/src/data/org.kde.kontact.desktop
--- old/kontact-26.04.3/src/data/org.kde.kontact.desktop        2026-06-28 
19:25:34.000000000 +0200
+++ new/kontact-26.08.0/src/data/org.kde.kontact.desktop        2026-08-12 
17:52:24.000000000 +0200
@@ -139,7 +139,7 @@
 GenericName[tg]=Мудири маълумоти шахсӣ
 GenericName[th]=เครื่องมือจัดการข้อมูลส่วนบุคคล
 GenericName[tr]=Kişisel Bilgi Yöneticisi
-GenericName[ug]=خۇسۇسىي ئۇچۇرنى باشقۇرغۇ
+GenericName[ug]=شەخسىي ئۇچۇرنى باشقۇرغۇچ
 GenericName[uk]=Менеджер особистої інформації
 GenericName[uz]=Shaxsiy maʼlumot boshqaruvchisi
 GenericName[uz@cyrillic]=Шахсий маълумот бошқарувчиси
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontact-26.04.3/src/mainwindow.cpp 
new/kontact-26.08.0/src/mainwindow.cpp
--- old/kontact-26.04.3/src/mainwindow.cpp      2026-06-28 19:25:34.000000000 
+0200
+++ new/kontact-26.08.0/src/mainwindow.cpp      2026-08-12 17:52:24.000000000 
+0200
@@ -360,7 +360,7 @@
 
 #if defined(Q_OS_WIN) || defined(Q_OS_MACOS)
     const QString defaultUrlPath = 
QStringLiteral("https://origin.cdn.kde.org/ci-builds/pim/kontact/";);
-    const QString stableBranch = u"26.04"_s;
+    const QString stableBranch = u"26.08"_s;
     bool stableVersion = false;
 #if KONTACT_STABLE_VERSION
     stableVersion = true;

Reply via email to