Script 'mail_helper' called by obssrc
Hello community,

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

Package is "artikulate"

Fri Apr 17 21:48:58 2026 rev:145 rq:1347349 version:26.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/artikulate/artikulate.changes    2026-03-07 
20:06:06.322369819 +0100
+++ /work/SRC/openSUSE:Factory/.artikulate.new.11940/artikulate.changes 
2026-04-17 21:50:41.756584093 +0200
@@ -1,0 +2,24 @@
+Sat Apr 11 16:13:17 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:09:54 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:03 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:
----
  artikulate-25.12.3.tar.xz
  artikulate-25.12.3.tar.xz.sig

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

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

Other differences:
------------------
++++++ artikulate.spec ++++++
--- /var/tmp/diff_new_pack.qyJ6pN/_old  2026-04-17 21:50:42.776626132 +0200
+++ /var/tmp/diff_new_pack.qyJ6pN/_new  2026-04-17 21:50:42.780626296 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package artikulate
 #
-# 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
@@ -24,7 +24,7 @@
 
 %bcond_without released
 Name:           artikulate
-Version:        25.12.3
+Version:        26.04.0
 Release:        0
 Summary:        Pronunciation Self-Teaching
 License:        LGPL-3.0-or-later AND GPL-2.0-only AND BSD-3-Clause


++++++ artikulate-25.12.3.tar.xz -> artikulate-26.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/.flatpak-manifest.json 
new/artikulate-26.04.0/.flatpak-manifest.json
--- old/artikulate-25.12.3/.flatpak-manifest.json       2026-02-28 
12:22:20.000000000 +0100
+++ new/artikulate-26.04.0/.flatpak-manifest.json       2026-04-08 
14:45:04.000000000 +0200
@@ -1,17 +1,17 @@
 {
     "id": "org.kde.artikulate",
     "runtime": "org.kde.Platform",
-    "runtime-version": "6.8",
+    "runtime-version": "6.10",
     "sdk": "org.kde.Sdk",
     "command": "artikulate",
     "rename-icon": "artikulate",
     "finish-args": [
-        "--share=network",
+        "--device=dri",
         "--share=ipc",
+        "--share=network",
         "--socket=fallback-x11",
-        "--socket=wayland",
         "--socket=pulseaudio",
-        "--device=dri"
+        "--socket=wayland"
     ],
     "modules": [
         {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/.gitlab-ci.yml 
new/artikulate-26.04.0/.gitlab-ci.yml
--- old/artikulate-25.12.3/.gitlab-ci.yml       2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/.gitlab-ci.yml       2026-04-08 14:45:04.000000000 
+0200
@@ -8,3 +8,4 @@
       - /gitlab-templates/linux-qt6-next.yml
       - /gitlab-templates/freebsd-qt6.yml
       - /gitlab-templates/flatpak.yml
+      - /gitlab-templates/snap-snapcraft-lxd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/CMakeLists.txt 
new/artikulate-26.04.0/CMakeLists.txt
--- old/artikulate-25.12.3/CMakeLists.txt       2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/CMakeLists.txt       2026-04-08 14:45:04.000000000 
+0200
@@ -10,9 +10,9 @@
 set(QT_QML_GENERATE_QMLLS_INI ON)
 
 # KDE Application Version, managed by release script
-set (RELEASE_SERVICE_VERSION_MAJOR "25")
-set (RELEASE_SERVICE_VERSION_MINOR "12")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MAJOR "26")
+set (RELEASE_SERVICE_VERSION_MINOR "04")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 set (ARTIKULATE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/org.kde.artikulate.appdata.xml 
new/artikulate-26.04.0/org.kde.artikulate.appdata.xml
--- old/artikulate-25.12.3/org.kde.artikulate.appdata.xml       2026-02-28 
12:22:20.000000000 +0100
+++ new/artikulate-26.04.0/org.kde.artikulate.appdata.xml       2026-04-08 
14:45:04.000000000 +0200
@@ -189,6 +189,7 @@
   </provides>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="26.04.0" date="2026-04-16"/>
     <release version="25.12.3" date="2026-03-05"/>
     <release version="25.12.2" date="2026-02-05"/>
     <release version="25.12.1" date="2026-01-08"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/ar/artikulate.po 
new/artikulate-26.04.0/po/ar/artikulate.po
--- old/artikulate-25.12.3/po/ar/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/ar/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-07-03 09:44+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/artikulate-25.12.3/po/az/artikulate.po 
new/artikulate-26.04.0/po/az/artikulate.po
--- old/artikulate-25.12.3/po/az/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/az/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2023-06-30 11:46+0400\n"
 "Last-Translator: Kheyyam <[email protected]>\n"
 "Language-Team: Azerbaijani <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/bs/artikulate.po 
new/artikulate-26.04.0/po/bs/artikulate.po
--- old/artikulate-25.12.3/po/bs/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/bs/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2014-11-11 13:57+0000\n"
 "Last-Translator: Timur Ćerimagić <[email protected]>\n"
 "Language-Team: bosanski <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/ca/artikulate.po 
new/artikulate-26.04.0/po/ca/artikulate.po
--- old/artikulate-25.12.3/po/ca/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/ca/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-06-30 09:17+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/artikulate-25.12.3/po/ca@valencia/artikulate.po 
new/artikulate-26.04.0/po/ca@valencia/artikulate.po
--- old/artikulate-25.12.3/po/ca@valencia/artikulate.po 2026-02-28 
12:22:20.000000000 +0100
+++ new/artikulate-26.04.0/po/ca@valencia/artikulate.po 2026-04-08 
14:45:04.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-06-30 09:17+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/artikulate-25.12.3/po/cs/artikulate.po 
new/artikulate-26.04.0/po/cs/artikulate.po
--- old/artikulate-25.12.3/po/cs/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/cs/artikulate.po  2026-04-08 14:45:04.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-12-05 10:31+0100\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/da/artikulate.po 
new/artikulate-26.04.0/po/da/artikulate.po
--- old/artikulate-25.12.3/po/da/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/da/artikulate.po  2026-04-08 14:45:04.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2015-12-08 19:50+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/artikulate-25.12.3/po/de/artikulate.po 
new/artikulate-26.04.0/po/de/artikulate.po
--- old/artikulate-25.12.3/po/de/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/de/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-10-29 22:25+0100\n"
 "Last-Translator: Alois Spitzbart <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/el/artikulate.po 
new/artikulate-26.04.0/po/el/artikulate.po
--- old/artikulate-25.12.3/po/el/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/el/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2023-07-25 00:13+0300\n"
 "Last-Translator: George Stefanakis <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/en_GB/artikulate.po 
new/artikulate-26.04.0/po/en_GB/artikulate.po
--- old/artikulate-25.12.3/po/en_GB/artikulate.po       2026-02-28 
12:22:20.000000000 +0100
+++ new/artikulate-26.04.0/po/en_GB/artikulate.po       2026-04-08 
14:45:04.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-05-24 17:30+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/artikulate-25.12.3/po/eo/artikulate.po 
new/artikulate-26.04.0/po/eo/artikulate.po
--- old/artikulate-25.12.3/po/eo/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/eo/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2023-06-29 07:50+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/artikulate-25.12.3/po/es/artikulate.po 
new/artikulate-26.04.0/po/es/artikulate.po
--- old/artikulate-25.12.3/po/es/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/es/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-06-30 12:26+0100\n"
 "Last-Translator: Eloy Cuadra <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/et/artikulate.po 
new/artikulate-26.04.0/po/et/artikulate.po
--- old/artikulate-25.12.3/po/et/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/et/artikulate.po  2026-04-08 14:45:04.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2020-09-28 02:26+0200\n"
 "Last-Translator: Mihkel Tõnnov <[email protected]>\n"
 "Language-Team: Estonian <>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/eu/artikulate.po 
new/artikulate-26.04.0/po/eu/artikulate.po
--- old/artikulate-25.12.3/po/eu/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/eu/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-07-14 08:51+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/artikulate-25.12.3/po/fi/artikulate.po 
new/artikulate-26.04.0/po/fi/artikulate.po
--- old/artikulate-25.12.3/po/fi/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/fi/artikulate.po  2026-04-08 14:45:04.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-07-14 10:42+0300\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/fr/artikulate.po 
new/artikulate-26.04.0/po/fr/artikulate.po
--- old/artikulate-25.12.3/po/fr/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/fr/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-07-01 09:39+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/artikulate-25.12.3/po/ga/artikulate.po 
new/artikulate-26.04.0/po/ga/artikulate.po
--- old/artikulate-25.12.3/po/ga/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/ga/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Irish Gaelic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/gl/artikulate.po 
new/artikulate-26.04.0/po/gl/artikulate.po
--- old/artikulate-25.12.3/po/gl/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/gl/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2023-06-29 08:18+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/he/artikulate.po 
new/artikulate-26.04.0/po/he/artikulate.po
--- old/artikulate-25.12.3/po/he/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/he/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-06-30 09:13+0300\n"
 "Last-Translator: Yaron Shahrabani <[email protected]>\n"
 "Language-Team: צוות התרגום של KDE ישראל\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/hi/artikulate.po 
new/artikulate-26.04.0/po/hi/artikulate.po
--- old/artikulate-25.12.3/po/hi/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/hi/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2020-08-08 15:22+0530\n"
 "Last-Translator: Raghavendra kamath <[email protected]>\n"
 "Language-Team: English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/hu/artikulate.po 
new/artikulate-26.04.0/po/hu/artikulate.po
--- old/artikulate-25.12.3/po/hu/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/hu/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-08-06 22:57+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/artikulate-25.12.3/po/ia/artikulate.po 
new/artikulate-26.04.0/po/ia/artikulate.po
--- old/artikulate-25.12.3/po/ia/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/ia/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-09-24 17:02+0200\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/it/artikulate.po 
new/artikulate-26.04.0/po/it/artikulate.po
--- old/artikulate-25.12.3/po/it/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/it/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-06-30 18:13+0200\n"
 "Last-Translator: Vincenzo Reale <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/ja/artikulate.po 
new/artikulate-26.04.0/po/ja/artikulate.po
--- old/artikulate-25.12.3/po/ja/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/ja/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2013-02-11 22:57-0800\n"
 "Last-Translator: Japanese KDE translation team <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/ka/artikulate.po 
new/artikulate-26.04.0/po/ka/artikulate.po
--- old/artikulate-25.12.3/po/ka/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/ka/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-06-30 04:33+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/artikulate-25.12.3/po/ko/artikulate.po 
new/artikulate-26.04.0/po/ko/artikulate.po
--- old/artikulate-25.12.3/po/ko/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/ko/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-07-20 00:50+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/artikulate-25.12.3/po/lt/artikulate.po 
new/artikulate-26.04.0/po/lt/artikulate.po
--- old/artikulate-25.12.3/po/lt/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/lt/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: l 10n\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2014-01-27 01:35+0000\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: lt\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/lv/artikulate.po 
new/artikulate-26.04.0/po/lv/artikulate.po
--- old/artikulate-25.12.3/po/lv/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/lv/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-08-19 12:04+0300\n"
 "Last-Translator: Toms Trasūns <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/ml/artikulate.po 
new/artikulate-26.04.0/po/ml/artikulate.po
--- old/artikulate-25.12.3/po/ml/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/ml/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2019-12-12 21:34+0000\n"
 "Last-Translator: Vivek KJ Pazhedath <[email protected]>\n"
 "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം 
Computing|കമ്പ്യൂട്ടിങ്ങ് <smc."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/mr/artikulate.po 
new/artikulate-26.04.0/po/mr/artikulate.po
--- old/artikulate-25.12.3/po/mr/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/mr/artikulate.po  2026-04-08 14:45:04.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2013-03-18 17:51+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/artikulate-25.12.3/po/nds/artikulate.po 
new/artikulate-26.04.0/po/nds/artikulate.po
--- old/artikulate-25.12.3/po/nds/artikulate.po 2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/nds/artikulate.po 2026-04-08 14:45:04.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2014-06-27 01:03+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/artikulate-25.12.3/po/nl/artikulate.po 
new/artikulate-26.04.0/po/nl/artikulate.po
--- old/artikulate-25.12.3/po/nl/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/nl/artikulate.po  2026-04-08 14:45:04.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-06-30 18:11+0200\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/nn/artikulate.po 
new/artikulate-26.04.0/po/nn/artikulate.po
--- old/artikulate-25.12.3/po/nn/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/nn/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2026-02-26 18:44+0100\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/artikulate-25.12.3/po/pl/artikulate.po 
new/artikulate-26.04.0/po/pl/artikulate.po
--- old/artikulate-25.12.3/po/pl/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/pl/artikulate.po  2026-04-08 14:45:04.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-07-26 19:45+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: pl\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/pt/artikulate.po 
new/artikulate-26.04.0/po/pt/artikulate.po
--- old/artikulate-25.12.3/po/pt/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/pt/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2023-07-02 02:24+0100\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/pt_BR/artikulate.po 
new/artikulate-26.04.0/po/pt_BR/artikulate.po
--- old/artikulate-25.12.3/po/pt_BR/artikulate.po       2026-02-28 
12:22:20.000000000 +0100
+++ new/artikulate-26.04.0/po/pt_BR/artikulate.po       2026-04-08 
14:45:04.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-08-29 09:11-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/artikulate-25.12.3/po/ro/artikulate.po 
new/artikulate-26.04.0/po/ro/artikulate.po
--- old/artikulate-25.12.3/po/ro/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/ro/artikulate.po  2026-04-08 14:45:04.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2013-10-05 15:06+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/artikulate-25.12.3/po/ru/artikulate.po 
new/artikulate-26.04.0/po/ru/artikulate.po
--- old/artikulate-25.12.3/po/ru/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/ru/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2026-01-28 22:04+0200\n"
 "Last-Translator: Alexander Yavorskiy <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/sk/artikulate.po 
new/artikulate-26.04.0/po/sk/artikulate.po
--- old/artikulate-25.12.3/po/sk/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/sk/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2022-04-07 18:00+0200\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
@@ -13,8 +13,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 21.12.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Lokalize 21.12.3\n"
 
 #: data/languages/ba.xml:9
 #, kde-format
@@ -194,12 +194,10 @@
 msgstr "Tréner výslovnosti Artikulate"
 
 #: src/main.cpp:33
-#, fuzzy, kde-format
-#| msgctxt "@info:credit"
-#| msgid "(c) 2013-2020 The Artikulate Developers"
+#, kde-format
 msgctxt "@info:credit"
 msgid "(c) 2013-2022 The Artikulate Developers"
-msgstr "(c) 2013-2020 Vývojári Artikulate"
+msgstr "(c) 2013-2022 vývojári Artikulate"
 
 #: src/main.cpp:34
 #, kde-format
@@ -274,12 +272,10 @@
 msgstr "Editor kurzov Artikulate"
 
 #: src/main_editor.cpp:27
-#, fuzzy, kde-format
-#| msgctxt "@info:credit"
-#| msgid "(c) 2013-2020 The Artikulate Developers"
+#, kde-format
 msgctxt "@info:credit"
 msgid "(c) 2013-2025 The Artikulate Developers"
-msgstr "(c) 2013-2020 Vývojári Artikulate"
+msgstr "(c) 2013-2025 vývojári Artikulate"
 
 #: src/main_editor.cpp:28
 #, kde-format
@@ -437,8 +433,7 @@
 msgstr "Vytvoriť frázu po aktuálnej fráze"
 
 #: src/org/kde/artikulate/EditorCourseSelectionPage.qml:15
-#, fuzzy, kde-format
-#| msgid "Repository Configuration"
+#, kde-format
 msgctxt "@title:page"
 msgid "Repository and course selection"
 msgstr "Nastavenie repozitára"
@@ -543,11 +538,9 @@
 msgstr "Preložená fráza:"
 
 #: src/org/kde/artikulate/PhraseEditor.qml:27
-#, fuzzy, kde-format
-#| msgctxt "state"
-#| msgid "Completed"
+#, kde-format
 msgid "Complexity:"
-msgstr "Dokončené"
+msgstr "Zložitosť:"
 
 #: src/org/kde/artikulate/PhraseEditor.qml:33
 #, kde-format
@@ -570,11 +563,9 @@
 msgstr "Odstavec"
 
 #: src/org/kde/artikulate/PhraseEditor.qml:41
-#, fuzzy, kde-format
-#| msgctxt "state"
-#| msgid "Translated"
+#, kde-format
 msgid "Translation State:"
-msgstr "Preložené"
+msgstr "Stav prekladu:"
 
 #: src/org/kde/artikulate/PhraseEditor.qml:47
 #, kde-format
@@ -598,28 +589,25 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "Play stored recording"
-msgstr ""
+msgstr "Prehrať uloženú nahrávku"
 
 #: src/org/kde/artikulate/PhraseEditorSoundComponent.qml:49
-#, fuzzy, kde-format
-#| msgid "Record"
+#, kde-format
 msgctxt "@action:button"
 msgid "Record new"
 msgstr "Nahrať"
 
 #: src/org/kde/artikulate/PhraseEditorSoundComponent.qml:64
-#, fuzzy, kde-format
-#| msgid "Create New Recording:"
+#, kde-format
 msgctxt "@action:button"
 msgid "Play new recording"
-msgstr "Vytvoriť novú nahrávku:"
+msgstr "Prehrať novú nahrávku"
 
 #: src/org/kde/artikulate/PhraseEditorSoundComponent.qml:80
-#, fuzzy, kde-format
-#| msgid "Create New Recording:"
+#, kde-format
 msgctxt "@action:button"
 msgid "Take new recording"
-msgstr "Vytvoriť novú nahrávku:"
+msgstr "Vytvoriť novú nahrávku"
 
 #: src/org/kde/artikulate/phraselistmodel.cpp:170
 #: src/org/kde/artikulate/phrasemodel.cpp:285
@@ -781,7 +769,7 @@
 #: src/org/kde/artikulate/WelcomePage.qml:74
 #, kde-format
 msgid "No trainings found"
-msgstr ""
+msgstr "Nenašli sa žiadne tréningy"
 
 #~ msgid "Welcome to Artikulate Course Editor"
 #~ msgstr "Vitajte v Artikulate editore kurzov"
@@ -1068,13 +1056,11 @@
 #~ msgstr "Identifikátor"
 
 #, fuzzy
-#~| msgid "Copyright (C) 2013-2014, The Artikulate Developers"
 #~ msgctxt "@info:credit"
 #~ msgid "(c) 2013-2014 The Artikulate Developers"
 #~ msgstr "Copyright (C) 2013-2014, Vývojári Artikulate"
 
 #, fuzzy
-#~| msgid "Edit Skeletons"
 #~ msgid "Edit Skeleton"
 #~ msgstr "Upraviť kostry"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/sl/artikulate.po 
new/artikulate-26.04.0/po/sl/artikulate.po
--- old/artikulate-25.12.3/po/sl/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/sl/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-06-30 06:49+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/artikulate-25.12.3/po/sv/artikulate.po 
new/artikulate-26.04.0/po/sv/artikulate.po
--- old/artikulate-25.12.3/po/sv/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/sv/artikulate.po  2026-04-08 14:45:04.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-06-30 19:17+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/artikulate-25.12.3/po/tr/artikulate.po 
new/artikulate-26.04.0/po/tr/artikulate.po
--- old/artikulate-25.12.3/po/tr/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/tr/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -8,16 +8,16 @@
 msgstr ""
 "Project-Id-Version: kdeedu-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
-"PO-Revision-Date: 2025-08-12 15:18+0300\n"
-"Last-Translator: Emir SARI <emir_sari@îcloud.com>\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
+"PO-Revision-Date: 2025-12-23 11:33+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.04.3\n"
+"X-Generator: Lokalize 25.12.0\n"
 
 #: data/languages/ba.xml:9
 #, kde-format
@@ -122,7 +122,7 @@
 #: liblearnerprofile/src/storage.cpp:569
 #, kde-format
 msgid "Invalid database version '%1'."
-msgstr "Geçersiz veritabanı sürümü “%1”."
+msgstr "Geçersiz veri tabanı sürümü “%1”."
 
 #. i18n: ectx: label, entry (ShowMenuBar), group (artikulate)
 #: src/artikulate.kcfg:13
@@ -772,383 +772,3 @@
 #, kde-format
 msgid "No trainings found"
 msgstr "Eğitim bulunamadı"
-
-#~ msgid "Welcome to Artikulate Course Editor"
-#~ msgstr "Artikulate Kurs Düzenleyicisi’ne Hoş Geldiniz"
-
-#~ msgid "Repository"
-#~ msgstr "Depo"
-
-#~ msgid "Select Prototype"
-#~ msgstr "Prototip Seç"
-
-#~ msgid "Unit"
-#~ msgstr "Ünite"
-
-#~ msgid "Unit: "
-#~ msgstr "Ünite: "
-
-#~ msgid "Phrase: "
-#~ msgstr "Deyiş: "
-
-#~ msgid "Edit State:"
-#~ msgstr "Durumu düzenle:"
-
-#~ msgid "Native Speaker Recording"
-#~ msgstr "Ana Dilde Konuşan Kaydı"
-
-#~ msgid "Existing Recording:"
-#~ msgstr "Var olan kayıt:"
-
-#~ msgid "Replace Existing Recording"
-#~ msgstr "Var Olan Kaydı Değiştir"
-
-#~ msgid "Dismiss"
-#~ msgstr "Yok Say"
-
-#~ msgid "Difficulty:"
-#~ msgstr "Zorluk:"
-
-#~ msgid "Please select a course"
-#~ msgstr "Lütfen bir kurs seçin"
-
-#~ msgid "About Artikulate Editor"
-#~ msgstr "Artikulate Düzenleyicisi Hakkında"
-
-#~ msgid "Select Image"
-#~ msgstr "Görsel Seç"
-
-#~ msgid "Delete User"
-#~ msgstr "Kullanıcı Sil"
-
-#~ msgid "Download Training Material"
-#~ msgstr "Eğitim Materyali İndir"
-
-#~ msgctxt "@action:button"
-#~ msgid "Update"
-#~ msgstr "Güncelle"
-
-#~ msgctxt "@action:button"
-#~ msgid "Install"
-#~ msgstr "Kur"
-
-#~ msgctxt "@action:button"
-#~ msgid "Remove"
-#~ msgstr "Kaldır"
-
-#~ msgctxt "default sound device"
-#~ msgid "Default"
-#~ msgstr "Öntanımlı"
-
-#~ msgctxt "@info:credit"
-#~ msgid "(c) 2013-2019 The Artikulate Developers"
-#~ msgstr "(c) 2013-2019 Artikulate Geliştiricileri"
-
-#, fuzzy
-#~| msgid "About KDE"
-#~ msgid "About"
-#~ msgstr "KDE Hakkında"
-
-#~ msgid "Unit Title:"
-#~ msgstr "Ünite Başlığı:"
-
-#~ msgctxt "@item:inmenu"
-#~ msgid "Learner Profile"
-#~ msgstr "Öğrenen Profili"
-
-#~ msgctxt "@item:inmenu"
-#~ msgid "Configure Artikulate"
-#~ msgstr "Artikulate'i Yapılandır"
-
-#~ msgctxt "@item:inmenu"
-#~ msgid "Sound Devices"
-#~ msgstr "Ses Aygıtları"
-
-#~ msgctxt "@title:tab"
-#~ msgid "Sound Device Settings"
-#~ msgstr "Ses Aygıtı Ayarları"
-
-#~ msgid "Export"
-#~ msgstr "Dışa Aktar"
-
-#~ msgid "Export Directory"
-#~ msgstr "Dizini Dışa Aktar"
-
-#~ msgid "..."
-#~ msgstr "..."
-
-#~ msgid "Configure Microphone"
-#~ msgstr "Mikrofonu Yapılandır"
-
-#~ msgid "Input Device"
-#~ msgstr "Girdi Aygıtı"
-
-#~ msgid "Play Test Sound"
-#~ msgstr "Sınama Sesini Oynat"
-
-#~ msgid "Play test sound."
-#~ msgstr "Sınama sesini oynat."
-
-#~ msgid "Record Test Sound"
-#~ msgstr "Sınama Sesi kaydet"
-
-#~ msgid "Play recorded test sound."
-#~ msgstr "Kaydedilen sınama sesini çal."
-
-#~ msgid "Record test sound."
-#~ msgstr "Sınama sesi kaydet."
-
-#~ msgid "Test Sound"
-#~ msgstr "Sesi Sına"
-
-#~ msgid "Configure Speakers"
-#~ msgstr "Hoparlörleri Yapılandır"
-
-#~ msgid "Volume"
-#~ msgstr "Ses"
-
-#~ msgctxt "@item:inmenu"
-#~ msgid "Fonts"
-#~ msgstr "Yazı Tipleri"
-
-#~ msgctxt "@title:tab"
-#~ msgid "Training Phrase Font"
-#~ msgstr "Eğitim İfade Yazı Tipi"
-
-#~ msgctxt "@item:inmenu"
-#~ msgid "Export GHNS Files"
-#~ msgstr "GHNS Dosyalarını Dışa Aktar"
-
-#~ msgctxt "@item:inmenu"
-#~ msgid "Course Resources"
-#~ msgstr "Ders Kaynakları"
-
-#~ msgctxt "@title:tab"
-#~ msgid "Resource Repository Settings"
-#~ msgstr "Kaynak Deposu Ayarları"
-
-#~ msgctxt "@info"
-#~ msgid ""
-#~ "The currently open course contains unsaved changes. Do you want to save "
-#~ "them?"
-#~ msgstr ""
-#~ "Geçerli açık ders kaydedilmemiş değişiklikler çeriyor. Bunları kaydetmek "
-#~ "istiyor musunuz?"
-
-#~ msgid "Settings"
-#~ msgstr "Ayarlar"
-
-#~ msgid "Course Prototype:"
-#~ msgstr "Kurs Prototipi:"
-
-#~ msgid "There is no course in the selected language."
-#~ msgstr "Seçili dilde herhangi bir kurs yok."
-
-#~ msgid "Create Course"
-#~ msgstr "Kurs Oluştur"
-
-#~ msgid "Units & Phrases"
-#~ msgstr "Üniteler & Cümleler"
-
-#~ msgid ""
-#~ "This dialog allows advanced settings. It is addressed only to "
-#~ "translators, speakers, and other users of the course editor. Adding a "
-#~ "repository allows you to work on courses and course skeletons in a "
-#~ "structured way. For details please refer to the technical documentation."
-#~ msgstr ""
-#~ "Bu iletişim kutusu gelişmiş ayarlara izin verir. Yalnızca çevirmenlere, "
-#~ "konuşmacılara ve ders editörünün diğer kullanıcılarına hitap eder. Depo "
-#~ "ekleme, kurslar ve kurs iskeletleri üzerinde yapısal bir şekilde "
-#~ "çalışmanıza olanak tanır. Ayrıntılar için teknik dokümanlara bakınız."
-
-#~ msgid "Path to the contributor repository."
-#~ msgstr "Katkıcı deposu yolu."
-
-#~ msgid ""
-#~ "Use this option only if you are a course contributor and you are working "
-#~ "on a course repository."
-#~ msgstr ""
-#~ "Sadece bir kurs katkıcısıysanız ve kursun deposunda çalışıyorsanız, bu "
-#~ "seçeneği kullanın."
-
-#~ msgid "Use course contributor repository in trainer mode"
-#~ msgstr "Eğitmen kipinde ders katkıcı deposunu kullan"
-
-#, fuzzy
-#~| msgctxt "@info:credit"
-#~| msgid "(c) 2013-2016 The Artikulate Developers"
-#~ msgctxt "@info:credit"
-#~ msgid "(c) 2013-2017 The Artikulate Developers"
-#~ msgstr "(c) 2013-2016 Artikulate Geliştiricileri"
-
-#~ msgid "Category: "
-#~ msgstr "Kategori: "
-
-#~ msgctxt "@item:inmenu"
-#~ msgid "Download New Language Course"
-#~ msgstr "Yeni Dil Kursu İndir"
-
-#~ msgid "Prototype Mode"
-#~ msgstr "Prototip Kipi"
-
-#~ msgid "Please download a course"
-#~ msgstr "Lütfen bir kurs indirin"
-
-#~ msgid "Categories"
-#~ msgstr "Kategoriler"
-
-#~ msgid "File"
-#~ msgstr "Dosya"
-
-#~ msgid "Edit User"
-#~ msgstr "Kullanıcı Düzenle"
-
-#~ msgid "Quit"
-#~ msgstr "Çık"
-
-#~ msgid "Download Courses"
-#~ msgstr "Kursları İndir"
-
-#~ msgid "Configure Artikulate..."
-#~ msgstr "Artikulate'i Yapılandır..."
-
-#~ msgid "Show Menubar"
-#~ msgstr "Menü Çubuğunu Göster"
-
-#~ msgid "Help"
-#~ msgstr "Yardım"
-
-#~ msgid "Artikulate Handbook"
-#~ msgstr "Artikulate El Kitabı"
-
-#~ msgid "Report Bug"
-#~ msgstr "Hata Bildir"
-
-#~ msgid "There are no courses installed on this system."
-#~ msgstr "Sisteminizde yüklü bir kurs yok."
-
-#~ msgid "You can install them now from the Internet:"
-#~ msgstr "Şunlar internetten şimdi yükleyebilirsiniz:"
-
-#~ msgid "User Profile Settings"
-#~ msgstr "Kullanıcı Profili Ayarları"
-
-#~ msgid "Languages"
-#~ msgstr "Diller"
-
-#~ msgid "Close"
-#~ msgstr "Kapat"
-
-#~ msgid "Listen"
-#~ msgstr "Dinle"
-
-#~ msgid "Create New Course"
-#~ msgstr "Yeni Ders Oluştur"
-
-#~ msgid "none"
-#~ msgstr "hiçbiri"
-
-#~ msgid "New Course"
-#~ msgstr "Yeni Ders"
-
-#~ msgid "Use Skeleton"
-#~ msgstr "İskeleti Kullan"
-
-#~ msgid "Identifier"
-#~ msgstr "Tanımlayıcı"
-
-#, fuzzy
-#~| msgid "Copyright (C) 2013-2014, The Artikulate Developers"
-#~ msgctxt "@info:credit"
-#~ msgid "(c) 2013-2014 The Artikulate Developers"
-#~ msgstr "Telif Hakkı (C) 2013-2014, Artikulate Geliştiricileri"
-
-#, fuzzy
-#~| msgid "Edit Skeletons"
-#~ msgid "Edit Skeleton"
-#~ msgstr "İskeletleri Düzenle"
-
-#, fuzzy
-#~| msgctxt "@item:inmenu"
-#~| msgid "Configure Artikulate"
-#~ msgid "Configure Shortcuts..."
-#~ msgstr "Artikulate'i Yapılandır"
-
-#~ msgid "M&ode"
-#~ msgstr "&Kip"
-
-#~ msgid "Learn and practice pronunciation."
-#~ msgstr "Telaffuz öğrenin ve geliştirin."
-
-#~ msgid "Unselected"
-#~ msgstr "Seçilmemiş"
-
-#~ msgid "OK"
-#~ msgstr "Tamam"
-
-#~ msgid "Close Course"
-#~ msgstr "Dersi Kapat"
-
-#~ msgid "<strong>Skeleton:</strong> %1"
-#~ msgstr "<strong>İskelet:</strong> %1"
-
-#~ msgid "Units"
-#~ msgstr "Üniteler"
-
-#~ msgid "Add Unit"
-#~ msgstr "Ünite Ekle"
-
-#~ msgid "No Course Repository Selected"
-#~ msgstr "Seçilmiş Ders Deposu Yok"
-
-#~ msgid ""
-#~ "Editor is only available when Artikulate works on a course data "
-#~ "repository. Please see program settings."
-#~ msgstr ""
-#~ "Düzenleyici sadece Artikulate bir ders veri depo üzerinde çalışırken "
-#~ "kullanılabilir. Lütfen program ayarlarına bakınız."
-
-#~ msgid "Select Course Language:"
-#~ msgstr "Ders Dilini Seçin:"
-
-#~ msgid "Language: "
-#~ msgstr "Dil: "
-
-#~ msgid "unselected"
-#~ msgstr "seçilmemiş"
-
-#~ msgid "Select Skeleton:"
-#~ msgstr "İskelet Seç:"
-
-#~ msgid "Please select a favorite language"
-#~ msgstr "Lütfen sık kullanılan dili seçin"
-
-#~ msgid "Length:"
-#~ msgstr "Uzunluk:"
-
-#~ msgid "Unit: %1"
-#~ msgstr "Ünite: %1"
-
-#~ msgid "Finish Training"
-#~ msgstr "Eğitimi Bitir"
-
-#~ msgid "Phrases Grouped by Attempts"
-#~ msgstr "İfadeler Girişime Göre Gruplandırılmış"
-
-#~ msgid "Training Progress"
-#~ msgstr "Öğrenim İlerlemesi"
-
-#~ msgid "Create Learner Identity"
-#~ msgstr "Öğrenen Kimliği Oluştur"
-
-#~ msgid "Start by creating a learner identity"
-#~ msgstr "Bir öğrenen kimliği oluşturarak başlayın"
-
-#~ msgid "Native Speaker"
-#~ msgstr "Anadili"
-
-#~ msgid "Learner (You)"
-#~ msgstr "Öğrenci (Siz)"
-
-#~ msgid "Add Phrase"
-#~ msgstr "İfade Ekle"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/ug/artikulate.po 
new/artikulate-26.04.0/po/ug/artikulate.po
--- old/artikulate-25.12.3/po/ug/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/ug/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/uk/artikulate.po 
new/artikulate-26.04.0/po/uk/artikulate.po
--- old/artikulate-25.12.3/po/uk/artikulate.po  2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/po/uk/artikulate.po  2026-04-08 14:45:04.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: artikulate\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-06-30 15:44+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/zh_CN/artikulate.po 
new/artikulate-26.04.0/po/zh_CN/artikulate.po
--- old/artikulate-25.12.3/po/zh_CN/artikulate.po       2026-02-28 
12:22:20.000000000 +0100
+++ new/artikulate-26.04.0/po/zh_CN/artikulate.po       2026-04-08 
14:45:04.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:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2024-04-23 19:30\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/artikulate-25.12.3/po/zh_TW/artikulate.po 
new/artikulate-26.04.0/po/zh_TW/artikulate.po
--- old/artikulate-25.12.3/po/zh_TW/artikulate.po       2026-02-28 
12:22:20.000000000 +0100
+++ new/artikulate-26.04.0/po/zh_TW/artikulate.po       2026-04-08 
14:45:04.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2025-11-17 14:38+0000\n"
+"POT-Creation-Date: 2025-11-17 11:48+0000\n"
 "PO-Revision-Date: 2025-08-19 05:00+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/artikulate-25.12.3/snapcraft.yaml 
new/artikulate-26.04.0/snapcraft.yaml
--- old/artikulate-25.12.3/snapcraft.yaml       2026-02-28 12:22:20.000000000 
+0100
+++ new/artikulate-26.04.0/snapcraft.yaml       2026-04-08 14:45:04.000000000 
+0200
@@ -8,79 +8,77 @@
 base: core24
 adopt-info: artikulate
 apps:
-    artikulate:
-        extensions:
-        - kde-neon-6
-        common-id: org.kde.artikulate.desktop
-        desktop: usr/share/applications/org.kde.artikulate.desktop
-        command: usr/bin/artikulate
-        command-chain:
-        - bin/artikulate-launch
+  artikulate:
+    extensions:
+    - kde-neon-6
+    common-id: org.kde.artikulate.desktop
+    desktop: usr/share/applications/org.kde.artikulate.desktop
+    command: usr/bin/artikulate
+    command-chain:
+    - bin/artikulate-launch
 slots:
-    session-dbus-interface:
-        interface: dbus
-        name: org.kde.artikulate
-        bus: session
+  session-dbus-interface:
+    interface: dbus
+    name: org.kde.artikulate
+    bus: session
 parts:
-    launchers:
-        source: snap/local/launchers
-        plugin: dump
-        organize:
-            '*': bin/
-    artikulate:
-        parse-info:
-        - usr/share/metainfo/org.kde.artikulate.appdata.xml
-        plugin: cmake
-        build-packages:
-          - libxml2-dev
-        source: .
-        source-type: local
-        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
-        - --log-level=STATUS
-        - -DCMAKE_LIBRARY_PATH=lib/$CRAFT_ARCH_TRIPLET
-        - 
-DCMAKE_FIND_ROOT_PATH="$CRAFT_STAGE;/snap/ffmpeg-2404-sdk/current;/snap/kde-qt6-core24-sdk/current;/snap/kf6-core24-sdk/current"
-        prime:
-        - -usr/lib/*/cmake/*
-        - -usr/include/*
-        - -usr/share/ECM/*
-        - -usr/share/man/*
-        - -usr/share/icons/breeze-dark*
-        - -usr/bin/X11
-        - -usr/lib/gcc/$SNAPCRAFT_ARCH_TRIPLET/6.0.0
-        - -usr/lib/aspell/*
-        - -usr/share/lintian
-    artikulate-data:
-        after:
-        - artikulate
-        source: https://invent.kde.org/education/artikulate-data.git
-        plugin: dump
-        organize:
-            'courses': usr/share/artikulate/
-    cleanup:
-        after:
-        - artikulate
-        plugin: nil
-        build-snaps:
-        - core24
-        - kf6-core24
-        override-prime: |
-            set -eux
-            for snap in "core24" "kf6-core24"; do
-                cd "/snap/$snap/current" && find . -type f,l -exec rm -rf 
"${CRAFT_PRIME}/{}" \;
-            done
-
-
+  launchers:
+    source: snap/local/launchers
+    plugin: dump
+    organize:
+        '*': bin/
+  artikulate:
+    parse-info:
+    - usr/share/metainfo/org.kde.artikulate.appdata.xml
+    plugin: cmake
+    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
+    - libglx-dev
+    - libgl-dev
+    - libglvnd-dev
+    source: .
+    source-type: local
+    cmake-parameters:
+    - -DCMAKE_INSTALL_PREFIX=/usr
+    - -DCMAKE_BUILD_TYPE=Release
+    - -DQT_MAJOR_VERSION=6
+    - -DBUILD_WITH_QT6=ON
+    - -DBUILD_TESTING=OFF
+    - 
-DCMAKE_FIND_ROOT_PATH="$CRAFT_STAGE;/snap/ffmpeg-2404-sdk/current;/snap/kde-qt6-core24-sdk/current;/snap/kf6-core24-sdk/current"
+    prime:
+    - -usr/lib/*/cmake/*
+    - -usr/include/*
+    - -usr/share/ECM/*
+    - -usr/share/man/*
+    - -usr/bin/X11
+    - -usr/lib/gcc/$SNAPCRAFT_ARCH_TRIPLET/6.0.0
+    - -usr/lib/aspell/*
+    - -usr/share/lintian
+  artikulate-data:
+    after:
+    - artikulate
+    source: https://invent.kde.org/education/artikulate-data.git
+    plugin: dump
+    organize:
+      'courses': usr/share/artikulate/
+  cleanup:
+    after:
+    - artikulate
+    plugin: nil
+    build-snaps:
+    - core24
+    - kf6-core24
+    override-prime: |
+      set -eux
+      for snap in "core24" "kf6-core24"; do
+        cd "/snap/$snap/current" && find . -type f,l -exec rm -rf 
"${CRAFT_PRIME}/{}" \;
+      done

Reply via email to