Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2026-04-17 21:51:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksquares (Old)
 and      /work/SRC/openSUSE:Factory/.ksquares.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksquares"

Fri Apr 17 21:51:27 2026 rev:167 rq:1347513 version:26.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes        2026-03-07 
20:11:56.328856326 +0100
+++ /work/SRC/openSUSE:Factory/.ksquares.new.11940/ksquares.changes     
2026-04-17 21:54:54.262998317 +0200
@@ -1,0 +2,24 @@
+Sat Apr 11 16:14:28 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:45 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:53 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.03.80
+  * New feature release
+- Changes since 25.12.3:
+  * documentation.yml is no more needed
+
+-------------------------------------------------------------------

Old:
----
  ksquares-25.12.3.tar.xz
  ksquares-25.12.3.tar.xz.sig

New:
----
  ksquares-26.04.0.tar.xz
  ksquares-26.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ ksquares.spec ++++++
--- /var/tmp/diff_new_pack.xHt8my/_old  2026-04-17 21:54:55.015029404 +0200
+++ /var/tmp/diff_new_pack.xHt8my/_new  2026-04-17 21:54:55.019029569 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ksquares
 #
-# 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:           ksquares
-Version:        25.12.3
+Version:        26.04.0
 Release:        0
 Summary:        "Dots and boxes" board game
 License:        GPL-2.0-or-later


++++++ ksquares-25.12.3.tar.xz -> ksquares-26.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/.flatpak-manifest.json 
new/ksquares-26.04.0/.flatpak-manifest.json
--- old/ksquares-25.12.3/.flatpak-manifest.json 2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/.flatpak-manifest.json 2026-04-09 00:25:38.000000000 
+0200
@@ -2,11 +2,13 @@
     "id": "org.kde.ksquares",
     "branch": "master",
     "runtime": "org.kde.Platform",
-    "runtime-version": "6.8",
+    "runtime-version": "6.10",
     "sdk": "org.kde.Sdk",
     "command": "ksquares",
     "rename-icon": "ksquares",
-    "tags": ["nightly"],
+    "tags": [
+        "nightly"
+    ],
     "desktop-file-name-suffix": " (Nightly)",
     "finish-args": [
         "--share=ipc",
@@ -16,25 +18,34 @@
     ],
     "modules": [
         {
-            "config-opts": [ "-DENABLE_TESTING=OFF" ],
+            "config-opts": [
+                "-DENABLE_TESTING=OFF"
+            ],
             "name": "libkdegames",
             "buildsystem": "cmake-ninja",
-            "sources": [ { "type": "git", "url": 
"https://invent.kde.org/kde/libkdegames.git"; } ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://invent.kde.org/kde/libkdegames.git";
+                }
+            ],
             "modules": [
                 {
-                    "config-opts": [ "-DENABLE_TESTING=OFF" ],
+                    "config-opts": [
+                        "-DENABLE_TESTING=OFF"
+                    ],
                     "name": "openal",
                     "buildsystem": "cmake-ninja",
                     "sources": [
                         {
                             "type": "git",
                             "url": "https://github.com/kcat/openal-soft.git";,
-                            "tag": "1.23.1",
+                            "tag": "1.24.3",
                             "x-checker-data": {
                                 "type": "git",
                                 "tag-pattern": "^([\\d.]+)$"
                             },
-                            "commit": 
"d3875f333fb6abe2f39d82caca329414871ae53b"
+                            "commit": 
"dc7d7054a5b4f3bec1dc23a42fd616a0847af948"
                         }
                     ]
                 }
@@ -44,7 +55,10 @@
             "name": "ksquares",
             "buildsystem": "cmake-ninja",
             "sources": [
-                { "type": "dir", "path": "." }
+                {
+                    "type": "dir",
+                    "path": "."
+                }
             ]
         }
     ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/.gitlab-ci.yml 
new/ksquares-26.04.0/.gitlab-ci.yml
--- old/ksquares-25.12.3/.gitlab-ci.yml 2026-02-28 12:50:49.000000000 +0100
+++ new/ksquares-26.04.0/.gitlab-ci.yml 2026-04-09 00:25:38.000000000 +0200
@@ -15,3 +15,4 @@
       - /gitlab-templates/craft-macos-arm64-qt6.yml
       - /gitlab-templates/xml-lint.yml
       - /gitlab-templates/yaml-lint.yml
+      - /gitlab-templates/snap-snapcraft-lxd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/CMakeLists.txt 
new/ksquares-26.04.0/CMakeLists.txt
--- old/ksquares-25.12.3/CMakeLists.txt 2026-02-28 12:50:49.000000000 +0100
+++ new/ksquares-26.04.0/CMakeLists.txt 2026-04-09 00:25:38.000000000 +0200
@@ -1,8 +1,8 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
-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}")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
@@ -48,8 +48,8 @@
 find_package(KDEGames6 6.0.0 REQUIRED)
 
 ecm_set_disabled_deprecation_versions(
-    QT 6.9.0
-    KF 6.19.0
+    QT 6.10.0
+    KF 6.21.0
     KDEGAMES 6.0
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/ar/ksquares.po 
new/ksquares-26.04.0/po/ar/ksquares.po
--- old/ksquares-25.12.3/po/ar/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/ar/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-08-14 13:12+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/ksquares-25.12.3/po/ast/ksquares.po 
new/ksquares-26.04.0/po/ast/ksquares.po
--- old/ksquares-25.12.3/po/ast/ksquares.po     2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/ast/ksquares.po     2026-04-09 00:25:38.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2023-10-31 20:02+0100\n"
 "Last-Translator: Enol P. <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/be/ksquares.po 
new/ksquares-26.04.0/po/be/ksquares.po
--- old/ksquares-25.12.3/po/be/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/be/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2007-06-25 11:11+0300\n"
 "Last-Translator: Darafei Praliaskouski <[email protected]>\n"
 "Language-Team: Belarusian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/bg/ksquares.po 
new/ksquares-26.04.0/po/bg/ksquares.po
--- old/ksquares-25.12.3/po/bg/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/bg/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2022-01-19 00:42+0000\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/bs/ksquares.po 
new/ksquares-26.04.0/po/bs/ksquares.po
--- old/ksquares-25.12.3/po/bs/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/bs/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdegames\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2013-10-23 13:29+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/ca/ksquares.po 
new/ksquares-26.04.0/po/ca/ksquares.po
--- old/ksquares-25.12.3/po/ca/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/ca/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-02 13:21+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/ksquares-25.12.3/po/ca@valencia/ksquares.po 
new/ksquares-26.04.0/po/ca@valencia/ksquares.po
--- old/ksquares-25.12.3/po/ca@valencia/ksquares.po     2026-02-28 
12:50:49.000000000 +0100
+++ new/ksquares-26.04.0/po/ca@valencia/ksquares.po     2026-04-09 
00:25:38.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-02 13:21+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/ksquares-25.12.3/po/cs/ksquares.po 
new/ksquares-26.04.0/po/cs/ksquares.po
--- old/ksquares-25.12.3/po/cs/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/cs/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,9 +7,9 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-07 10:58+0200\n"
-"Last-Translator: Vit Pelcak <[email protected]>\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/da/ksquares.po 
new/ksquares-26.04.0/po/da/ksquares.po
--- old/ksquares-25.12.3/po/da/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/da/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2013-11-06 19:27+0100\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/de/ksquares.po 
new/ksquares-26.04.0/po/de/ksquares.po
--- old/ksquares-25.12.3/po/de/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/de/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-08-25 21:46+0200\n"
 "Last-Translator: Johannes Obermayr <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/el/ksquares.po 
new/ksquares-26.04.0/po/el/ksquares.po
--- old/ksquares-25.12.3/po/el/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/el/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2021-10-05 11:09+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/ksquares-25.12.3/po/en_GB/ksquares.po 
new/ksquares-26.04.0/po/en_GB/ksquares.po
--- old/ksquares-25.12.3/po/en_GB/ksquares.po   2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/en_GB/ksquares.po   2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-21 19:23+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/ksquares-25.12.3/po/eo/ksquares.po 
new/ksquares-26.04.0/po/eo/ksquares.po
--- old/ksquares-25.12.3/po/eo/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/eo/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-02 23:45+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/ksquares-25.12.3/po/es/ksquares.po 
new/ksquares-26.04.0/po/es/ksquares.po
--- old/ksquares-25.12.3/po/es/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/es/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-07-07 18:17+0100\n"
 "Last-Translator: Sofía Priego <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/et/ksquares.po 
new/ksquares-26.04.0/po/et/ksquares.po
--- old/ksquares-25.12.3/po/et/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/et/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2019-11-11 17:32+0200\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/eu/ksquares.po 
new/ksquares-26.04.0/po/eu/ksquares.po
--- old/ksquares-25.12.3/po/eu/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/eu/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-10-26 17:50+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/ksquares-25.12.3/po/fi/ksquares.po 
new/ksquares-26.04.0/po/fi/ksquares.po
--- old/ksquares-25.12.3/po/fi/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/fi/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-10-28 21:27+0200\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/ksquares-25.12.3/po/fr/ksquares.po 
new/ksquares-26.04.0/po/fr/ksquares.po
--- old/ksquares-25.12.3/po/fr/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/fr/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-03 12:00+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/ksquares-25.12.3/po/ga/ksquares.po 
new/ksquares-26.04.0/po/ga/ksquares.po
--- old/ksquares-25.12.3/po/ga/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/ga/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2007-04-15 19:05-0500\n"
 "Last-Translator: Kevin Scannell <[email protected]>\n"
 "Language-Team: Irish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/gl/ksquares.po 
new/ksquares-26.04.0/po/gl/ksquares.po
--- old/ksquares-25.12.3/po/gl/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/gl/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-04 10:41+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Proxecto Trasno ([email protected])\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/he/ksquares.po 
new/ksquares-26.04.0/po/he/ksquares.po
--- old/ksquares-25.12.3/po/he/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/he/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-02 21:51+0300\n"
 "Last-Translator: Yaron Shahrabani <[email protected]>\n"
 "Language-Team: צוות התרגום של KDE ישראל\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/hi/ksquares.po 
new/ksquares-26.04.0/po/hi/ksquares.po
--- old/ksquares-25.12.3/po/hi/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/hi/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2007-12-24 13:21+0530\n"
 "Last-Translator: Ravishankar Shrivastava <[email protected]>\n"
 "Language-Team: Hindi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/hne/ksquares.po 
new/ksquares-26.04.0/po/hne/ksquares.po
--- old/ksquares-25.12.3/po/hne/ksquares.po     2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/hne/ksquares.po     2026-04-09 00:25:38.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2009-02-26 12:52+0530\n"
 "Last-Translator: Ravishankar Shrivastava <[email protected]>\n"
 "Language-Team: Hindi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/hr/ksquares.po 
new/ksquares-26.04.0/po/hr/ksquares.po
--- old/ksquares-25.12.3/po/hr/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/hr/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2010-01-24 17:09+0100\n"
 "Last-Translator: Andrej Dundovic <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/hu/ksquares.po 
new/ksquares-26.04.0/po/hu/ksquares.po
--- old/ksquares-25.12.3/po/hu/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/hu/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.2\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-22 10:40+0200\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/ksquares-25.12.3/po/ia/ksquares.po 
new/ksquares-26.04.0/po/ia/ksquares.po
--- old/ksquares-25.12.3/po/ia/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/ia/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-12-20 14:51+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/is/ksquares.po 
new/ksquares-26.04.0/po/is/ksquares.po
--- old/ksquares-25.12.3/po/is/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/is/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2015-01-29 09:07+0000\n"
 "Last-Translator: Sveinn í Felli <[email protected]>\n"
 "Language-Team: Icelandic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/it/ksquares.po 
new/ksquares-26.04.0/po/it/ksquares.po
--- old/ksquares-25.12.3/po/it/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/it/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-02 14:09+0200\n"
 "Last-Translator: Luigi Toscano <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/ja/ksquares.po 
new/ksquares-26.04.0/po/ja/ksquares.po
--- old/ksquares-25.12.3/po/ja/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/ja/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2008-12-14 22:05+0900\n"
 "Last-Translator: Yukiko Bando <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/ka/ksquares.po 
new/ksquares-26.04.0/po/ka/ksquares.po
--- old/ksquares-25.12.3/po/ka/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/ka/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-02 05:56+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/ksquares-25.12.3/po/kk/ksquares.po 
new/ksquares-26.04.0/po/kk/ksquares.po
--- old/ksquares-25.12.3/po/kk/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/kk/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2013-10-20 04:06+0600\n"
 "Last-Translator: Sairan Kikkarin <[email protected]>\n"
 "Language-Team: Kazakh <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/km/ksquares.po 
new/ksquares-26.04.0/po/km/ksquares.po
--- old/ksquares-25.12.3/po/km/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/km/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2009-10-23 21:40+0700\n"
 "Last-Translator: Morn Met\n"
 "Language-Team: Khmer <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/ko/ksquares.po 
new/ksquares-26.04.0/po/ko/ksquares.po
--- old/ksquares-25.12.3/po/ko/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/ko/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-08-19 23:34+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/ksquares-25.12.3/po/lt/ksquares.po 
new/ksquares-26.04.0/po/lt/ksquares.po
--- old/ksquares-25.12.3/po/lt/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/lt/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2011-08-09 23:31+0300\n"
 "Last-Translator: Remigijus Jarmalavičius <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/lv/ksquares.po 
new/ksquares-26.04.0/po/lv/ksquares.po
--- old/ksquares-25.12.3/po/lv/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/lv/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-10-20 11:45+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/ksquares-25.12.3/po/mai/ksquares.po 
new/ksquares-26.04.0/po/mai/ksquares.po
--- old/ksquares-25.12.3/po/mai/ksquares.po     2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/mai/ksquares.po     2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2010-09-24 16:42+0530\n"
 "Last-Translator: Rajesh Ranjan <[email protected]>\n"
 "Language-Team: Maithili <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/ml/ksquares.po 
new/ksquares-26.04.0/po/ml/ksquares.po
--- old/ksquares-25.12.3/po/ml/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/ml/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2019-12-12 22:07+0000\n"
 "Last-Translator: Vivek KJ Pazhedath <[email protected]>\n"
 "Language-Team: SMC <smc.org.in>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/mr/ksquares.po 
new/ksquares-26.04.0/po/mr/ksquares.po
--- old/ksquares-25.12.3/po/mr/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/mr/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2013-03-13 13:02+0530\n"
 "Last-Translator: Chetan Khona <[email protected]>\n"
 "Language-Team: Marathi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/nb/ksquares.po 
new/ksquares-26.04.0/po/nb/ksquares.po
--- old/ksquares-25.12.3/po/nb/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/nb/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2014-01-07 14:23+0100\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokmål <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/nds/ksquares.po 
new/ksquares-26.04.0/po/nds/ksquares.po
--- old/ksquares-25.12.3/po/nds/ksquares.po     2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/nds/ksquares.po     2026-04-09 00:25:38.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2014-06-11 23:40+0200\n"
 "Last-Translator: Sönke Dibbern <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/nl/ksquares.po 
new/ksquares-26.04.0/po/nl/ksquares.po
--- old/ksquares-25.12.3/po/nl/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/nl/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-02 10:21+0200\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/nn/ksquares.po 
new/ksquares-26.04.0/po/nn/ksquares.po
--- old/ksquares-25.12.3/po/nn/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/nn/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-07-30 22:10+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/ksquares-25.12.3/po/oc/ksquares.po 
new/ksquares-26.04.0/po/oc/ksquares.po
--- old/ksquares-25.12.3/po/oc/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/oc/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2008-08-05 22:27+0200\n"
 "Last-Translator: Yannig Marchegay (Kokoyaya) <[email protected]>\n"
 "Language-Team: Occitan (lengadocian) <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/pl/ksquares.po 
new/ksquares-26.04.0/po/pl/ksquares.po
--- old/ksquares-25.12.3/po/pl/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/pl/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-12 08:51+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/pt/ksquares.po 
new/ksquares-26.04.0/po/pt/ksquares.po
--- old/ksquares-25.12.3/po/pt/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/pt/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2021-10-14 15:36+0100\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: pt <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/pt_BR/ksquares.po 
new/ksquares-26.04.0/po/pt_BR/ksquares.po
--- old/ksquares-25.12.3/po/pt_BR/ksquares.po   2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/pt_BR/ksquares.po   2026-04-09 00:25:38.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-08-29 09:08-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/ksquares-25.12.3/po/ro/ksquares.po 
new/ksquares-26.04.0/po/ro/ksquares.po
--- old/ksquares-25.12.3/po/ro/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/ro/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2012-05-27 23:02+0300\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/ru/ksquares.po 
new/ksquares-26.04.0/po/ru/ksquares.po
--- old/ksquares-25.12.3/po/ru/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/ru/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-10-08 15:33+0300\n"
 "Last-Translator: Olesya Gerasimenko <[email protected]>\n"
 "Language-Team: Basealt Translation Team\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/sa/ksquares.po 
new/ksquares-26.04.0/po/sa/ksquares.po
--- old/ksquares-25.12.3/po/sa/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/sa/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-12-24 20:39+0530\n"
 "Last-Translator: kali <[email protected]>\n"
 "Language-Team: Sanskrit <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/se/ksquares.po 
new/ksquares-26.04.0/po/se/ksquares.po
--- old/ksquares-25.12.3/po/se/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/se/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2007-09-11 22:44+0200\n"
 "Last-Translator: Northern Sami translation team <[email protected]."
 "no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/sk/ksquares.po 
new/ksquares-26.04.0/po/sk/ksquares.po
--- old/ksquares-25.12.3/po/sk/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/sk/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2023-12-12 19:28+0100\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 23.08.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Lokalize 23.08.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -83,15 +83,13 @@
 
 #. i18n: ectx: label, entry (CenterDotColor), group (Display)
 #: ksquares.kcfg:47
-#, fuzzy, kde-format
-#| msgid "Line Color"
+#, kde-format
 msgid "Center Dot Color"
 msgstr "Farba čiary"
 
 #. i18n: ectx: label, entry (FeintLineColor), group (Display)
 #: ksquares.kcfg:52
-#, fuzzy, kde-format
-#| msgid "Line Color"
+#, kde-format
 msgid "Feint Line Color"
 msgstr "Farba čiary"
 
@@ -172,15 +170,13 @@
 msgstr "Spustiť novú hru s aktuálnym nastavením"
 
 #: ksquareswindow.cpp:311
-#, fuzzy, kde-format
-#| msgid "Display"
+#, kde-format
 msgctxt "@title:tab"
 msgid "Display"
 msgstr "Zobrazenie"
 
 #: ksquareswindow.cpp:316
-#, fuzzy, kde-format
-#| msgid "Computer Player"
+#, kde-format
 msgctxt "@title:tab"
 msgid "Computer Player"
 msgstr "Počítačový hráč"
@@ -477,8 +473,7 @@
 
 #. i18n: ectx: property (whatsThis), widget (QLabel, label)
 #: prefs_display.ui:28
-#, fuzzy, kde-format
-#| msgid "Color of the drawn lines"
+#, kde-format
 msgid "Color of the drawn background"
 msgstr "Farba kreslených čiar"
 
@@ -490,8 +485,7 @@
 
 #. i18n: ectx: property (whatsThis), widget (QLabel, label)
 #: prefs_display.ui:44
-#, fuzzy, kde-format
-#| msgid "Color of the drawn lines"
+#, kde-format
 msgid "Color of the drawn center dot"
 msgstr "Farba kreslených čiar"
 
@@ -499,19 +493,17 @@
 #: prefs_display.ui:47
 #, kde-format
 msgid "Center dot color:"
-msgstr ""
+msgstr "Farba stredovej bodky:"
 
 #. i18n: ectx: property (whatsThis), widget (QLabel, label)
 #: prefs_display.ui:60
-#, fuzzy, kde-format
-#| msgid "Color of the drawn lines"
+#, kde-format
 msgid "Color of the feintly drawn lines"
 msgstr "Farba kreslených čiar"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: prefs_display.ui:63
-#, fuzzy, kde-format
-#| msgid "Indicator line color:"
+#, kde-format
 msgid "Feint line color:"
 msgstr "Farba čiary indikátora:"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/sl/ksquares.po 
new/ksquares-26.04.0/po/sl/ksquares.po
--- old/ksquares-25.12.3/po/sl/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/sl/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-02 09:02+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/ksquares-25.12.3/po/sq/ksquares.po 
new/ksquares-26.04.0/po/sq/ksquares.po
--- old/ksquares-25.12.3/po/sq/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/sq/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdegames\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2009-07-29 03:35+0000\n"
 "Last-Translator: Vilson Gjeci <[email protected]>\n"
 "Language-Team: Albanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/sr/ksquares.po 
new/ksquares-26.04.0/po/sr/ksquares.po
--- old/ksquares-25.12.3/po/sr/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/sr/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2010-09-24 14:33+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/sr@ijekavian/ksquares.po 
new/ksquares-26.04.0/po/sr@ijekavian/ksquares.po
--- old/ksquares-25.12.3/po/sr@ijekavian/ksquares.po    2026-02-28 
12:50:49.000000000 +0100
+++ new/ksquares-26.04.0/po/sr@ijekavian/ksquares.po    2026-04-09 
00:25:38.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2010-09-24 14:33+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/sr@ijekavianlatin/ksquares.po 
new/ksquares-26.04.0/po/sr@ijekavianlatin/ksquares.po
--- old/ksquares-25.12.3/po/sr@ijekavianlatin/ksquares.po       2026-02-28 
12:50:49.000000000 +0100
+++ new/ksquares-26.04.0/po/sr@ijekavianlatin/ksquares.po       2026-04-09 
00:25:38.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2010-09-24 14:33+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/sr@latin/ksquares.po 
new/ksquares-26.04.0/po/sr@latin/ksquares.po
--- old/ksquares-25.12.3/po/sr@latin/ksquares.po        2026-02-28 
12:50:49.000000000 +0100
+++ new/ksquares-26.04.0/po/sr@latin/ksquares.po        2026-04-09 
00:25:38.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2010-09-24 14:33+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/sv/ksquares.po 
new/ksquares-26.04.0/po/sv/ksquares.po
--- old/ksquares-25.12.3/po/sv/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/sv/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-06-21 10:47+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/ksquares-25.12.3/po/tr/ksquares.po 
new/ksquares-26.04.0/po/tr/ksquares.po
--- old/ksquares-25.12.3/po/tr/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/tr/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kdegames-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2025-03-07 23:31+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/ug/ksquares.po 
new/ksquares-26.04.0/po/ug/ksquares.po
--- old/ksquares-25.12.3/po/ug/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/ug/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/uk/ksquares.po 
new/ksquares-26.04.0/po/uk/ksquares.po
--- old/ksquares-25.12.3/po/uk/ksquares.po      2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/uk/ksquares.po      2026-04-09 00:25:38.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-02 09:08+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/po/zh_CN/ksquares.po 
new/ksquares-26.04.0/po/zh_CN/ksquares.po
--- old/ksquares-25.12.3/po/zh_CN/ksquares.po   2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/zh_CN/ksquares.po   2026-04-09 00:25:38.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:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+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/ksquares-25.12.3/po/zh_TW/ksquares.po 
new/ksquares-26.04.0/po/zh_TW/ksquares.po
--- old/ksquares-25.12.3/po/zh_TW/ksquares.po   2026-02-28 12:50:49.000000000 
+0100
+++ new/ksquares-26.04.0/po/zh_TW/ksquares.po   2026-04-09 00:25:38.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:39+0000\n"
+"POT-Creation-Date: 2025-11-17 11:50+0000\n"
 "PO-Revision-Date: 2024-05-30 03:33+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/ksquares-25.12.3/snapcraft.yaml 
new/ksquares-26.04.0/snapcraft.yaml
--- old/ksquares-25.12.3/snapcraft.yaml 2026-02-28 12:50:49.000000000 +0100
+++ new/ksquares-26.04.0/snapcraft.yaml 2026-04-09 00:25:38.000000000 +0200
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2024-2025 Scarlett Moore <[email protected]>
+# SPDX-FileCopyrightText: 2024-2026 Scarlett Moore <[email protected]>
 #
 # SPDX-License-Identifier: CC0-1.0
 ---
@@ -28,25 +28,23 @@
     plugin: cmake
     source: .
     source-type: local
+    build-snaps:
+      - kde-qt6-core24-sdk/latest/beta
+      - kf6-core24-sdk/latest/beta
+    build-packages:
+      - libxml2-dev
+      - gettext
+      - doxygen
+      - graphviz
+      - libxml2-utils
+      - docbook-xml
+      - docbook-xsl
     cmake-parameters:
       - -DCMAKE_INSTALL_PREFIX=/usr
       - -DCMAKE_BUILD_TYPE=Release
       - -DQT_MAJOR_VERSION=6
       - -DBUILD_WITH_QT6=ON
       - -DBUILD_TESTING=OFF
-      - -DCMAKE_INSTALL_SYSCONFDIR=/etc
-      - -DCMAKE_INSTALL_LOCALSTATEDIR=/var
-      - -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-      - -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF
-      - -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
-      - -DCMAKE_INSTALL_RUNSTATEDIR=/run
-      - -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON
-      - -DCMAKE_VERBOSE_MAKEFILE=ON
-      - -DCMAKE_INSTALL_LIBDIR=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
-      - --log-level=STATUS
-      - -DCMAKE_LIBRARY_PATH=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
-    build-environment: &build-environment
-      - LD_LIBRARY_PATH: 
"/snap/mesa-2404/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libproxy:$LD_LIBRARY_PATH"
     prime:
       - -usr/lib/*/cmake/*
       - -usr/include/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-25.12.3/src/org.kde.ksquares.appdata.xml 
new/ksquares-26.04.0/src/org.kde.ksquares.appdata.xml
--- old/ksquares-25.12.3/src/org.kde.ksquares.appdata.xml       2026-02-28 
12:50:49.000000000 +0100
+++ new/ksquares-26.04.0/src/org.kde.ksquares.appdata.xml       2026-04-09 
00:25:38.000000000 +0200
@@ -102,7 +102,7 @@
     <p xml:lang="et">KSquares võttis eeskujuks tuntud paberil mängitava mängu 
Dots and Boxes (Eestis on analoogne mäng tuntud Maamängu nime all). Mängijad 
tõmbavad kordamööda jooni kahe kõrvutise punkti vahele. Siht on valmis saada 
rohkem ruute kui vastane.</p>
     <p xml:lang="eu">KSquares, papera eta bolaluma erabiliz jokatzen den 
Puntuak eta Laukiak joko ezagunari jarraituz modelatutako joko bat da. Jokalari 
bakoitzak, txandaka, taulan aldamenean dauden bi punturen artean lerro bat 
marraztu behar du. Helburua aurkariek baino karratu gehiago osatzea da.</p>
     <p xml:lang="fi">KSquares muistuttaa tunnettua kynällä ja paperilla 
pelattavaa Pisteet ja laatikot -peliä. Kukin pelaaja vuorolla piirtää laudalla 
kahden vierekkäisen pisteen välille viivan. Tavoitteena on yhdistää useampia 
neliöitä kuin vastustajasi.</p>
-    <p xml:lang="fr">KSquares est un jeu conçu à partir du célèbre jeu de la 
pipopipette (ou jeu des petits carrés). Chaque joueur dessine à son tour une 
ligne entre deux points adjacents sur la grille. L'objectif est de fermer 
davantage de carrés que votre adversaire.</p>
+    <p xml:lang="fr">KSquares est un jeu conçu à partir du célèbre jeu de la 
Pipopipette (Ou jeu des petits carrés). Chaque joueur dessine à son tour une 
ligne entre deux points adjacents sur la grille. L'objectif est de fermer 
davantage de carrés que votre adversaire.</p>
     <p xml:lang="gl">KSquares é un xogo baseado no famoso xogo de puntos e 
caixas que se xoga con bolígrafo e papel. Por quendas, cada xogador debuxa unha 
liña entre dous puntos adxacentes no taboleiro. O obxectivo é completar máis 
cadrados que o contrincante.</p>
     <p xml:lang="he">המשחק KSquares נוצר בהשראת המשחק הנודע מבוסס העט והנייר 
„נקודות וריבועים”. כל שחקן מצייר בתורו קו בין שתי נקודות סמוכות על הלוח. המטרה 
היא להשלים יותר ריבועים מהיריב.</p>
     <p xml:lang="hu">A KSquares egy olyan játék, amelyet a jól ismert, tollal 
és papírral írt Dots and Boxes játék mintájára készítettek. Minden játékos 
felváltva húz egy vonalat a táblán két szomszédos pont között. A cél az, hogy 
több négyzetet töltsön ki, mint az ellenfelei.</p>
@@ -258,6 +258,7 @@
   <project_group>KDE</project_group>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="0.6.26040" date="2026-04-16"/>
     <release version="0.6.25123" date="2026-03-05"/>
     <release version="0.6.25122" date="2026-02-05"/>
     <release version="0.6.25121" date="2026-01-08"/>

Reply via email to