Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package syntax-highlighting for openSUSE:Factory checked in at 2023-07-09 20:40:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old) and /work/SRC/openSUSE:Factory/.syntax-highlighting.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syntax-highlighting" Sun Jul 9 20:40:43 2023 rev:83 rq:1097744 version:5.108.0 Changes: -------- --- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes 2023-06-11 19:56:47.435706185 +0200 +++ /work/SRC/openSUSE:Factory/.syntax-highlighting.new.23466/syntax-highlighting.changes 2023-07-09 20:42:47.818016980 +0200 @@ -1,0 +2,12 @@ +Mon Jul 3 07:02:06 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 5.108.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.108.0 +- Changes since 5.107.0: + * Remove qt6 CI builds + * ensure all .json files are valid + * Highlight QML pragma keyword + +------------------------------------------------------------------- Old: ---- syntax-highlighting-5.107.0.tar.xz syntax-highlighting-5.107.0.tar.xz.sig New: ---- syntax-highlighting-5.108.0.tar.xz syntax-highlighting-5.108.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syntax-highlighting.spec ++++++ --- /var/tmp/diff_new_pack.atxfCr/_old 2023-07-09 20:42:48.346020157 +0200 +++ /var/tmp/diff_new_pack.atxfCr/_new 2023-07-09 20:42:48.354020205 +0200 @@ -24,7 +24,7 @@ %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: syntax-highlighting -Version: 5.107.0 +Version: 5.108.0 Release: 0 Summary: Syntax highlighting engine and library License: LGPL-2.1-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND MIT AND BSD-3-Clause AND Artistic-1.0 ++++++ syntax-highlighting-5.107.0.tar.xz -> syntax-highlighting-5.108.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/.gitlab-ci.yml new/syntax-highlighting-5.108.0/.gitlab-ci.yml --- old/syntax-highlighting-5.107.0/.gitlab-ci.yml 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/.gitlab-ci.yml 2023-07-01 12:05:08.000000000 +0200 @@ -8,7 +8,3 @@ - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-static.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/CMakeLists.txt new/syntax-highlighting-5.108.0/CMakeLists.txt --- old/syntax-highlighting-5.107.0/CMakeLists.txt 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/CMakeLists.txt 2023-07-01 12:05:08.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.107.0") +set(KF_VERSION "5.108.0") project(KSyntaxHighlighting VERSION ${KF_VERSION}) -find_package(ECM 5.107.0 REQUIRED NO_MODULE) +find_package(ECM 5.108.0 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) if(POLICY CMP0063) cmake_policy(SET CMP0063 NEW) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/folding/highlight.qml.fold new/syntax-highlighting-5.108.0/autotests/folding/highlight.qml.fold --- old/syntax-highlighting-5.107.0/autotests/folding/highlight.qml.fold 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/autotests/folding/highlight.qml.fold 2023-07-01 12:05:08.000000000 +0200 @@ -1,4 +1,5 @@ import Qt 4.6 +pragma Singleton // some random qml snippets stolen from the qt docs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/folding/test.json.fold new/syntax-highlighting-5.108.0/autotests/folding/test.json.fold --- old/syntax-highlighting-5.107.0/autotests/folding/test.json.fold 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/autotests/folding/test.json.fold 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ -<beginfold id='1'>{</beginfold id='1'> - "float": 3.1415, - "int": 123, - "string": "\a \"b' \n", - "array": <beginfold id='2'>[</beginfold id='2'> 1, 2, 3 <endfold id='2'>]</endfold id='2'>, - "object": <beginfold id='1'>{</beginfold id='1'> - "mult-line": "so this folds" - <endfold id='1'>}</endfold id='1'>, - "folded array": <beginfold id='2'>[</beginfold id='2'> - 1, 2, 3 - <endfold id='2'>]</endfold id='2'> - "error key": "due to missing comma" -<endfold id='1'>}</endfold id='1'> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/folding/test.json.witherror.fold new/syntax-highlighting-5.108.0/autotests/folding/test.json.witherror.fold --- old/syntax-highlighting-5.107.0/autotests/folding/test.json.witherror.fold 1970-01-01 01:00:00.000000000 +0100 +++ new/syntax-highlighting-5.108.0/autotests/folding/test.json.witherror.fold 2023-07-01 12:05:08.000000000 +0200 @@ -0,0 +1,13 @@ +<beginfold id='1'>{</beginfold id='1'> + "float": 3.1415, + "int": 123, + "string": "\a \"b' \n", + "array": <beginfold id='2'>[</beginfold id='2'> 1, 2, 3 <endfold id='2'>]</endfold id='2'>, + "object": <beginfold id='1'>{</beginfold id='1'> + "mult-line": "so this folds" + <endfold id='1'>}</endfold id='1'>, + "folded array": <beginfold id='2'>[</beginfold id='2'> + 1, 2, 3 + <endfold id='2'>]</endfold id='2'> + "error key": "due to missing comma" +<endfold id='1'>}</endfold id='1'> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/html/highlight.qml.dark.html new/syntax-highlighting-5.108.0/autotests/html/highlight.qml.dark.html --- old/syntax-highlighting-5.107.0/autotests/html/highlight.qml.dark.html 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/autotests/html/highlight.qml.dark.html 2023-07-01 12:05:08.000000000 +0200 @@ -5,6 +5,7 @@ <meta name="generator" content="KF5::SyntaxHighlighting - Definition (QML) - Theme (Breeze Dark)"/> </head><body style="background-color:#232629;color:#cfcfc2"><pre> <span style="font-weight:bold;">import</span><span style="color:#27ae60;"> Qt 4.6</span> +<span style="font-weight:bold;">pragma</span> Singleton <span style="color:#7a7c7d;">// some random qml snippets stolen from the qt docs</span> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/html/highlight.qml.html new/syntax-highlighting-5.108.0/autotests/html/highlight.qml.html --- old/syntax-highlighting-5.107.0/autotests/html/highlight.qml.html 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/autotests/html/highlight.qml.html 2023-07-01 12:05:08.000000000 +0200 @@ -5,6 +5,7 @@ <meta name="generator" content="KF5::SyntaxHighlighting - Definition (QML) - Theme (Breeze Light)"/> </head><body style="background-color:#ffffff;color:#1f1c1b"><pre> <span style="font-weight:bold;">import</span><span style="color:#ff5500;"> Qt 4.6</span> +<span style="font-weight:bold;">pragma</span> Singleton <span style="color:#898887;">// some random qml snippets stolen from the qt docs</span> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/html/test.json.dark.html new/syntax-highlighting-5.108.0/autotests/html/test.json.dark.html --- old/syntax-highlighting-5.107.0/autotests/html/test.json.dark.html 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/autotests/html/test.json.dark.html 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<html><head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> -<title>test.json</title> -<meta name="generator" content="KF5::SyntaxHighlighting - Definition (JSON) - Theme (Breeze Dark)"/> -</head><body style="background-color:#232629;color:#cfcfc2"><pre> -<span style="color:#8e44ad;font-weight:bold;">{</span> - <span style="color:#2980b9;">"float"</span><span style="color:#8e44ad;font-weight:bold;">:</span> <span style="color:#f67400;">3.1415</span><span style="color:#8e44ad;font-weight:bold;">,</span> - <span style="color:#2980b9;">"int"</span><span style="color:#8e44ad;font-weight:bold;">:</span> <span style="color:#f67400;">123</span><span style="color:#8e44ad;font-weight:bold;">,</span> - <span style="color:#2980b9;">"string"</span><span style="color:#8e44ad;font-weight:bold;">:</span> <span style="color:#f44f4f;">"\a </span><span style="color:#3daee9;">\"</span><span style="color:#f44f4f;">b' </span><span style="color:#3daee9;">\n</span><span style="color:#f44f4f;">"</span><span style="color:#8e44ad;font-weight:bold;">,</span> - <span style="color:#2980b9;">"array"</span><span style="color:#8e44ad;font-weight:bold;">:</span> <span style="color:#27ae60;font-weight:bold;">[</span> <span style="color:#f67400;">1</span><span style="color:#27ae60;font-weight:bold;">,</span> <span style="color:#f67400;">2</span><span style="color:#27ae60;font-weight:bold;">,</span> <span style="color:#f67400;">3</span> <span style="color:#27ae60;font-weight:bold;">]</span><span style="color:#8e44ad;font-weight:bold;">,</span> - <span style="color:#2980b9;">"object"</span><span style="color:#8e44ad;font-weight:bold;">:</span> <span style="color:#8e44ad;font-weight:bold;">{</span> - <span style="color:#2980b9;">"mult-line"</span><span style="color:#8e44ad;font-weight:bold;">:</span> <span style="color:#f44f4f;">"so this folds"</span> - <span style="color:#8e44ad;font-weight:bold;">},</span> - <span style="color:#2980b9;">"folded array"</span><span style="color:#8e44ad;font-weight:bold;">:</span> <span style="color:#27ae60;font-weight:bold;">[</span> - <span style="color:#f67400;">1</span><span style="color:#27ae60;font-weight:bold;">,</span> <span style="color:#f67400;">2</span><span style="color:#27ae60;font-weight:bold;">,</span> <span style="color:#f67400;">3</span> - <span style="color:#27ae60;font-weight:bold;">]</span> - <span style="color:#f44f4f;">"error key"</span><span style="color:#da4453;text-decoration:underline;">:</span> <span style="color:#f44f4f;">"due to missing comma"</span> -<span style="color:#8e44ad;font-weight:bold;">}</span> -</pre></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/html/test.json.html new/syntax-highlighting-5.108.0/autotests/html/test.json.html --- old/syntax-highlighting-5.107.0/autotests/html/test.json.html 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/autotests/html/test.json.html 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<html><head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> -<title>test.json</title> -<meta name="generator" content="KF5::SyntaxHighlighting - Definition (JSON) - Theme (Breeze Light)"/> -</head><body style="background-color:#ffffff;color:#1f1c1b"><pre> -<span style="color:#644a9b;font-weight:bold;">{</span> - <span style="color:#0057ae;">"float"</span><span style="color:#644a9b;font-weight:bold;">:</span> <span style="color:#b08000;">3.1415</span><span style="color:#644a9b;font-weight:bold;">,</span> - <span style="color:#0057ae;">"int"</span><span style="color:#644a9b;font-weight:bold;">:</span> <span style="color:#b08000;">123</span><span style="color:#644a9b;font-weight:bold;">,</span> - <span style="color:#0057ae;">"string"</span><span style="color:#644a9b;font-weight:bold;">:</span> <span style="color:#bf0303;">"\a </span><span style="color:#924c9d;">\"</span><span style="color:#bf0303;">b' </span><span style="color:#924c9d;">\n</span><span style="color:#bf0303;">"</span><span style="color:#644a9b;font-weight:bold;">,</span> - <span style="color:#0057ae;">"array"</span><span style="color:#644a9b;font-weight:bold;">:</span> <span style="color:#006e28;font-weight:bold;">[</span> <span style="color:#b08000;">1</span><span style="color:#006e28;font-weight:bold;">,</span> <span style="color:#b08000;">2</span><span style="color:#006e28;font-weight:bold;">,</span> <span style="color:#b08000;">3</span> <span style="color:#006e28;font-weight:bold;">]</span><span style="color:#644a9b;font-weight:bold;">,</span> - <span style="color:#0057ae;">"object"</span><span style="color:#644a9b;font-weight:bold;">:</span> <span style="color:#644a9b;font-weight:bold;">{</span> - <span style="color:#0057ae;">"mult-line"</span><span style="color:#644a9b;font-weight:bold;">:</span> <span style="color:#bf0303;">"so this folds"</span> - <span style="color:#644a9b;font-weight:bold;">},</span> - <span style="color:#0057ae;">"folded array"</span><span style="color:#644a9b;font-weight:bold;">:</span> <span style="color:#006e28;font-weight:bold;">[</span> - <span style="color:#b08000;">1</span><span style="color:#006e28;font-weight:bold;">,</span> <span style="color:#b08000;">2</span><span style="color:#006e28;font-weight:bold;">,</span> <span style="color:#b08000;">3</span> - <span style="color:#006e28;font-weight:bold;">]</span> - <span style="color:#bf0303;">"error key"</span><span style="color:#bf0303;text-decoration:underline;">:</span> <span style="color:#bf0303;">"due to missing comma"</span> -<span style="color:#644a9b;font-weight:bold;">}</span> -</pre></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/html/test.json.witherror.dark.html new/syntax-highlighting-5.108.0/autotests/html/test.json.witherror.dark.html --- old/syntax-highlighting-5.107.0/autotests/html/test.json.witherror.dark.html 1970-01-01 01:00:00.000000000 +0100 +++ new/syntax-highlighting-5.108.0/autotests/html/test.json.witherror.dark.html 2023-07-01 12:05:08.000000000 +0200 @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html><head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> +<title>test.json.witherror</title> +<meta name="generator" content="KF5::SyntaxHighlighting - Definition (JSON) - Theme (Breeze Dark)"/> +</head><body style="background-color:#232629;color:#cfcfc2"><pre> +<span style="color:#8e44ad;font-weight:bold;">{</span> + <span style="color:#2980b9;">"float"</span><span style="color:#8e44ad;font-weight:bold;">:</span> <span style="color:#f67400;">3.1415</span><span style="color:#8e44ad;font-weight:bold;">,</span> + <span style="color:#2980b9;">"int"</span><span style="color:#8e44ad;font-weight:bold;">:</span> <span style="color:#f67400;">123</span><span style="color:#8e44ad;font-weight:bold;">,</span> + <span style="color:#2980b9;">"string"</span><span style="color:#8e44ad;font-weight:bold;">:</span> <span style="color:#f44f4f;">"\a </span><span style="color:#3daee9;">\"</span><span style="color:#f44f4f;">b' </span><span style="color:#3daee9;">\n</span><span style="color:#f44f4f;">"</span><span style="color:#8e44ad;font-weight:bold;">,</span> + <span style="color:#2980b9;">"array"</span><span style="color:#8e44ad;font-weight:bold;">:</span> <span style="color:#27ae60;font-weight:bold;">[</span> <span style="color:#f67400;">1</span><span style="color:#27ae60;font-weight:bold;">,</span> <span style="color:#f67400;">2</span><span style="color:#27ae60;font-weight:bold;">,</span> <span style="color:#f67400;">3</span> <span style="color:#27ae60;font-weight:bold;">]</span><span style="color:#8e44ad;font-weight:bold;">,</span> + <span style="color:#2980b9;">"object"</span><span style="color:#8e44ad;font-weight:bold;">:</span> <span style="color:#8e44ad;font-weight:bold;">{</span> + <span style="color:#2980b9;">"mult-line"</span><span style="color:#8e44ad;font-weight:bold;">:</span> <span style="color:#f44f4f;">"so this folds"</span> + <span style="color:#8e44ad;font-weight:bold;">},</span> + <span style="color:#2980b9;">"folded array"</span><span style="color:#8e44ad;font-weight:bold;">:</span> <span style="color:#27ae60;font-weight:bold;">[</span> + <span style="color:#f67400;">1</span><span style="color:#27ae60;font-weight:bold;">,</span> <span style="color:#f67400;">2</span><span style="color:#27ae60;font-weight:bold;">,</span> <span style="color:#f67400;">3</span> + <span style="color:#27ae60;font-weight:bold;">]</span> + <span style="color:#f44f4f;">"error key"</span><span style="color:#da4453;text-decoration:underline;">:</span> <span style="color:#f44f4f;">"due to missing comma"</span> +<span style="color:#8e44ad;font-weight:bold;">}</span> +</pre></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/html/test.json.witherror.html new/syntax-highlighting-5.108.0/autotests/html/test.json.witherror.html --- old/syntax-highlighting-5.107.0/autotests/html/test.json.witherror.html 1970-01-01 01:00:00.000000000 +0100 +++ new/syntax-highlighting-5.108.0/autotests/html/test.json.witherror.html 2023-07-01 12:05:08.000000000 +0200 @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html><head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> +<title>test.json.witherror</title> +<meta name="generator" content="KF5::SyntaxHighlighting - Definition (JSON) - Theme (Breeze Light)"/> +</head><body style="background-color:#ffffff;color:#1f1c1b"><pre> +<span style="color:#644a9b;font-weight:bold;">{</span> + <span style="color:#0057ae;">"float"</span><span style="color:#644a9b;font-weight:bold;">:</span> <span style="color:#b08000;">3.1415</span><span style="color:#644a9b;font-weight:bold;">,</span> + <span style="color:#0057ae;">"int"</span><span style="color:#644a9b;font-weight:bold;">:</span> <span style="color:#b08000;">123</span><span style="color:#644a9b;font-weight:bold;">,</span> + <span style="color:#0057ae;">"string"</span><span style="color:#644a9b;font-weight:bold;">:</span> <span style="color:#bf0303;">"\a </span><span style="color:#924c9d;">\"</span><span style="color:#bf0303;">b' </span><span style="color:#924c9d;">\n</span><span style="color:#bf0303;">"</span><span style="color:#644a9b;font-weight:bold;">,</span> + <span style="color:#0057ae;">"array"</span><span style="color:#644a9b;font-weight:bold;">:</span> <span style="color:#006e28;font-weight:bold;">[</span> <span style="color:#b08000;">1</span><span style="color:#006e28;font-weight:bold;">,</span> <span style="color:#b08000;">2</span><span style="color:#006e28;font-weight:bold;">,</span> <span style="color:#b08000;">3</span> <span style="color:#006e28;font-weight:bold;">]</span><span style="color:#644a9b;font-weight:bold;">,</span> + <span style="color:#0057ae;">"object"</span><span style="color:#644a9b;font-weight:bold;">:</span> <span style="color:#644a9b;font-weight:bold;">{</span> + <span style="color:#0057ae;">"mult-line"</span><span style="color:#644a9b;font-weight:bold;">:</span> <span style="color:#bf0303;">"so this folds"</span> + <span style="color:#644a9b;font-weight:bold;">},</span> + <span style="color:#0057ae;">"folded array"</span><span style="color:#644a9b;font-weight:bold;">:</span> <span style="color:#006e28;font-weight:bold;">[</span> + <span style="color:#b08000;">1</span><span style="color:#006e28;font-weight:bold;">,</span> <span style="color:#b08000;">2</span><span style="color:#006e28;font-weight:bold;">,</span> <span style="color:#b08000;">3</span> + <span style="color:#006e28;font-weight:bold;">]</span> + <span style="color:#bf0303;">"error key"</span><span style="color:#bf0303;text-decoration:underline;">:</span> <span style="color:#bf0303;">"due to missing comma"</span> +<span style="color:#644a9b;font-weight:bold;">}</span> +</pre></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/input/highlight.qml new/syntax-highlighting-5.108.0/autotests/input/highlight.qml --- old/syntax-highlighting-5.107.0/autotests/input/highlight.qml 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/autotests/input/highlight.qml 2023-07-01 12:05:08.000000000 +0200 @@ -1,4 +1,5 @@ import Qt 4.6 +pragma Singleton // some random qml snippets stolen from the qt docs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/input/test.json new/syntax-highlighting-5.108.0/autotests/input/test.json --- old/syntax-highlighting-5.107.0/autotests/input/test.json 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/autotests/input/test.json 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ -{ - "float": 3.1415, - "int": 123, - "string": "\a \"b' \n", - "array": [ 1, 2, 3 ], - "object": { - "mult-line": "so this folds" - }, - "folded array": [ - 1, 2, 3 - ] - "error key": "due to missing comma" -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/input/test.json.witherror new/syntax-highlighting-5.108.0/autotests/input/test.json.witherror --- old/syntax-highlighting-5.107.0/autotests/input/test.json.witherror 1970-01-01 01:00:00.000000000 +0100 +++ new/syntax-highlighting-5.108.0/autotests/input/test.json.witherror 2023-07-01 12:05:08.000000000 +0200 @@ -0,0 +1,13 @@ +{ + "float": 3.1415, + "int": 123, + "string": "\a \"b' \n", + "array": [ 1, 2, 3 ], + "object": { + "mult-line": "so this folds" + }, + "folded array": [ + 1, 2, 3 + ] + "error key": "due to missing comma" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/input/test.json.witherror.syntax new/syntax-highlighting-5.108.0/autotests/input/test.json.witherror.syntax --- old/syntax-highlighting-5.107.0/autotests/input/test.json.witherror.syntax 1970-01-01 01:00:00.000000000 +0100 +++ new/syntax-highlighting-5.108.0/autotests/input/test.json.witherror.syntax 2023-07-01 12:05:08.000000000 +0200 @@ -0,0 +1 @@ +JSON diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/reference/highlight.qml.ref new/syntax-highlighting-5.108.0/autotests/reference/highlight.qml.ref --- old/syntax-highlighting-5.107.0/autotests/reference/highlight.qml.ref 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/autotests/reference/highlight.qml.ref 2023-07-01 12:05:08.000000000 +0200 @@ -1,4 +1,5 @@ <Import>import</Import><ImportValue> Qt 4.6</ImportValue><br/> +<Keywords>pragma</Keywords><Normal Text> </Normal Text><Normal Text>Singleton</Normal Text><br/> <Normal Text></Normal Text><br/> <Comment>// some random qml snippets stolen from the qt docs</Comment><br/> <Normal Text></Normal Text><br/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/reference/test.json.ref new/syntax-highlighting-5.108.0/autotests/reference/test.json.ref --- old/syntax-highlighting-5.107.0/autotests/reference/test.json.ref 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/autotests/reference/test.json.ref 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ -<Style_Seperator_Pair>{</Style_Seperator_Pair><br/> -<Style_Normal> </Style_Normal><Style_String_Key>"float"</Style_String_Key><Style_Seperator_Pair>:</Style_Seperator_Pair><Style_Normal> </Style_Normal><Style_Float>3.1415</Style_Float><Style_Seperator_Pair>,</Style_Seperator_Pair><br/> -<Style_Normal> </Style_Normal><Style_String_Key>"int"</Style_String_Key><Style_Seperator_Pair>:</Style_Seperator_Pair><Style_Normal> </Style_Normal><Style_Decimal>123</Style_Decimal><Style_Seperator_Pair>,</Style_Seperator_Pair><br/> -<Style_Normal> </Style_Normal><Style_String_Key>"string"</Style_String_Key><Style_Seperator_Pair>:</Style_Seperator_Pair><Style_Normal> </Style_Normal><Style_String_Value>"\a </Style_String_Value><Style_String_Value_Char>\"</Style_String_Value_Char><Style_String_Value>b' </Style_String_Value><Style_String_Value_Char>\n</Style_String_Value_Char><Style_String_Value>"</Style_String_Value><Style_Seperator_Pair>,</Style_Seperator_Pair><br/> -<Style_Normal> </Style_Normal><Style_String_Key>"array"</Style_String_Key><Style_Seperator_Pair>:</Style_Seperator_Pair><Style_Normal> </Style_Normal><Style_Seperator_Array>[</Style_Seperator_Array><Style_Normal> </Style_Normal><Style_Decimal>1</Style_Decimal><Style_Seperator_Array>,</Style_Seperator_Array><Style_Normal> </Style_Normal><Style_Decimal>2</Style_Decimal><Style_Seperator_Array>,</Style_Seperator_Array><Style_Normal> </Style_Normal><Style_Decimal>3</Style_Decimal><Style_Normal> </Style_Normal><Style_Seperator_Array>]</Style_Seperator_Array><Style_Seperator_Pair>,</Style_Seperator_Pair><br/> -<Style_Normal> </Style_Normal><Style_String_Key>"object"</Style_String_Key><Style_Seperator_Pair>:</Style_Seperator_Pair><Style_Normal> </Style_Normal><Style_Seperator_Pair>{</Style_Seperator_Pair><br/> -<Style_Normal> </Style_Normal><Style_String_Key>"mult-line"</Style_String_Key><Style_Seperator_Pair>:</Style_Seperator_Pair><Style_Normal> </Style_Normal><Style_String_Value>"so this folds"</Style_String_Value><br/> -<Style_Normal> </Style_Normal><Style_Seperator_Pair>},</Style_Seperator_Pair><br/> -<Style_Normal> </Style_Normal><Style_String_Key>"folded array"</Style_String_Key><Style_Seperator_Pair>:</Style_Seperator_Pair><Style_Normal> </Style_Normal><Style_Seperator_Array>[</Style_Seperator_Array><br/> -<Style_Normal> </Style_Normal><Style_Decimal>1</Style_Decimal><Style_Seperator_Array>,</Style_Seperator_Array><Style_Normal> </Style_Normal><Style_Decimal>2</Style_Decimal><Style_Seperator_Array>,</Style_Seperator_Array><Style_Normal> </Style_Normal><Style_Decimal>3</Style_Decimal><br/> -<Style_Normal> </Style_Normal><Style_Seperator_Array>]</Style_Seperator_Array><br/> -<Style_Normal> </Style_Normal><Style_String_Value>"error key"</Style_String_Value><Style_Error>:</Style_Error><Style_Normal> </Style_Normal><Style_String_Value>"due to missing comma"</Style_String_Value><br/> -<Style_Seperator_Pair>}</Style_Seperator_Pair><br/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/autotests/reference/test.json.witherror.ref new/syntax-highlighting-5.108.0/autotests/reference/test.json.witherror.ref --- old/syntax-highlighting-5.107.0/autotests/reference/test.json.witherror.ref 1970-01-01 01:00:00.000000000 +0100 +++ new/syntax-highlighting-5.108.0/autotests/reference/test.json.witherror.ref 2023-07-01 12:05:08.000000000 +0200 @@ -0,0 +1,13 @@ +<Style_Seperator_Pair>{</Style_Seperator_Pair><br/> +<Style_Normal> </Style_Normal><Style_String_Key>"float"</Style_String_Key><Style_Seperator_Pair>:</Style_Seperator_Pair><Style_Normal> </Style_Normal><Style_Float>3.1415</Style_Float><Style_Seperator_Pair>,</Style_Seperator_Pair><br/> +<Style_Normal> </Style_Normal><Style_String_Key>"int"</Style_String_Key><Style_Seperator_Pair>:</Style_Seperator_Pair><Style_Normal> </Style_Normal><Style_Decimal>123</Style_Decimal><Style_Seperator_Pair>,</Style_Seperator_Pair><br/> +<Style_Normal> </Style_Normal><Style_String_Key>"string"</Style_String_Key><Style_Seperator_Pair>:</Style_Seperator_Pair><Style_Normal> </Style_Normal><Style_String_Value>"\a </Style_String_Value><Style_String_Value_Char>\"</Style_String_Value_Char><Style_String_Value>b' </Style_String_Value><Style_String_Value_Char>\n</Style_String_Value_Char><Style_String_Value>"</Style_String_Value><Style_Seperator_Pair>,</Style_Seperator_Pair><br/> +<Style_Normal> </Style_Normal><Style_String_Key>"array"</Style_String_Key><Style_Seperator_Pair>:</Style_Seperator_Pair><Style_Normal> </Style_Normal><Style_Seperator_Array>[</Style_Seperator_Array><Style_Normal> </Style_Normal><Style_Decimal>1</Style_Decimal><Style_Seperator_Array>,</Style_Seperator_Array><Style_Normal> </Style_Normal><Style_Decimal>2</Style_Decimal><Style_Seperator_Array>,</Style_Seperator_Array><Style_Normal> </Style_Normal><Style_Decimal>3</Style_Decimal><Style_Normal> </Style_Normal><Style_Seperator_Array>]</Style_Seperator_Array><Style_Seperator_Pair>,</Style_Seperator_Pair><br/> +<Style_Normal> </Style_Normal><Style_String_Key>"object"</Style_String_Key><Style_Seperator_Pair>:</Style_Seperator_Pair><Style_Normal> </Style_Normal><Style_Seperator_Pair>{</Style_Seperator_Pair><br/> +<Style_Normal> </Style_Normal><Style_String_Key>"mult-line"</Style_String_Key><Style_Seperator_Pair>:</Style_Seperator_Pair><Style_Normal> </Style_Normal><Style_String_Value>"so this folds"</Style_String_Value><br/> +<Style_Normal> </Style_Normal><Style_Seperator_Pair>},</Style_Seperator_Pair><br/> +<Style_Normal> </Style_Normal><Style_String_Key>"folded array"</Style_String_Key><Style_Seperator_Pair>:</Style_Seperator_Pair><Style_Normal> </Style_Normal><Style_Seperator_Array>[</Style_Seperator_Array><br/> +<Style_Normal> </Style_Normal><Style_Decimal>1</Style_Decimal><Style_Seperator_Array>,</Style_Seperator_Array><Style_Normal> </Style_Normal><Style_Decimal>2</Style_Decimal><Style_Seperator_Array>,</Style_Seperator_Array><Style_Normal> </Style_Normal><Style_Decimal>3</Style_Decimal><br/> +<Style_Normal> </Style_Normal><Style_Seperator_Array>]</Style_Seperator_Array><br/> +<Style_Normal> </Style_Normal><Style_String_Value>"error key"</Style_String_Value><Style_Error>:</Style_Error><Style_Normal> </Style_Normal><Style_String_Value>"due to missing comma"</Style_String_Value><br/> +<Style_Seperator_Pair>}</Style_Seperator_Pair><br/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/data/syntax/qml.xml new/syntax-highlighting-5.108.0/data/syntax/qml.xml --- old/syntax-highlighting-5.107.0/data/syntax/qml.xml 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/data/syntax/qml.xml 2023-07-01 12:05:08.000000000 +0200 @@ -88,6 +88,7 @@ </list> <!-- keywords not part of JavaScript --> <list name="extra-keywords"> + <item>pragma</item> <item>readonly</item> <item>required</item> </list> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/poqm/cs/syntaxhighlighting5_qt.po new/syntax-highlighting-5.108.0/poqm/cs/syntaxhighlighting5_qt.po --- old/syntax-highlighting-5.107.0/poqm/cs/syntaxhighlighting5_qt.po 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/poqm/cs/syntaxhighlighting5_qt.po 2023-07-01 12:05:08.000000000 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-09-08 07:30+0000\n" -"PO-Revision-Date: 2023-01-31 14:57+0100\n" +"PO-Revision-Date: 2023-06-05 11:08+0200\n" "Last-Translator: Vit Pelcak <v...@pelcak.org>\n" "Language-Team: Czech <kde-i18n-...@kde.org>\n" "Language: cs\n" @@ -18,7 +18,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 22.12.2\n" +"X-Generator: Lokalize 23.04.1\n" "X-Qt-Contexts: true\n" msgctxt "Language|" @@ -781,12 +781,9 @@ msgid "nesC" msgstr "nesC" -#, fuzzy -#| msgctxt "Language Section|" -#| msgid "Configuration" msgctxt "Language|" msgid "nginx Configuration" -msgstr "NastavenÃ" +msgstr "Nastavenà nginx" msgctxt "Language|" msgid "noweb" @@ -990,7 +987,7 @@ msgctxt "Language|" msgid "Robot" -msgstr "" +msgstr "Robot" msgctxt "Language|" msgid "Roff" @@ -1387,7 +1384,7 @@ msgctxt "Theme|" msgid "Catppuccin Latte" -msgstr "" +msgstr "Catppuccin Latte" msgctxt "Theme|" msgid "Catppuccin Macchiato" @@ -1583,7 +1580,3 @@ msgctxt "QObject|" msgid "Updating syntax definition for '%1' to version %2..." msgstr "" - -#~ msgctxt "Language|" -#~ msgid "TOML" -#~ msgstr "TOML" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/poqm/fi/syntaxhighlighting5_qt.po new/syntax-highlighting-5.108.0/poqm/fi/syntaxhighlighting5_qt.po --- old/syntax-highlighting-5.107.0/poqm/fi/syntaxhighlighting5_qt.po 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/poqm/fi/syntaxhighlighting5_qt.po 2023-07-01 12:05:08.000000000 +0200 @@ -34,7 +34,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2012-12-01 22:21:58+0000\n" -"X-Generator: Lokalize 22.12.3\n" +"X-Generator: Lokalize 23.04.1\n" "X-Qt-Contexts: true\n" msgctxt "Language|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/poqm/gl/syntaxhighlighting5_qt.po new/syntax-highlighting-5.108.0/poqm/gl/syntaxhighlighting5_qt.po --- old/syntax-highlighting-5.107.0/poqm/gl/syntaxhighlighting5_qt.po 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/poqm/gl/syntaxhighlighting5_qt.po 2023-07-01 12:05:08.000000000 +0200 @@ -6,14 +6,14 @@ # Marce Villarino <mvillar...@kde-espana.es>, 2009, 2010, 2011, 2012, 2013, 2014. # Xosé <xoseca...@gmail.com>, 2010. # Adrián Chaves Fernández <adriyeticha...@gmail.com>, 2013, 2015, 2016, 2017. -# Adrián Chaves (Gallaecio) <adr...@chaves.io>, 2017, 2018, 2019, 2020. +# Adrián Chaves (Gallaecio) <adr...@chaves.io>, 2017, 2018, 2019, 2020, 2023. # msgid "" msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-09-08 07:30+0000\n" -"PO-Revision-Date: 2020-01-05 18:41+0100\n" +"PO-Revision-Date: 2023-06-11 12:12+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n" "Language-Team: Galician <proxe...@trasno.gal>\n" "Language: gl\n" @@ -21,7 +21,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 19.08.3\n" +"X-Generator: Lokalize 23.04.2\n" "X-Qt-Contexts: true\n" msgctxt "Language|" @@ -82,7 +82,7 @@ msgctxt "Language|" msgid "AppArmor Security Profile" -msgstr "Perfil de seguranza de AppArmor" +msgstr "Perfil de seguridade de AppArmor" msgctxt "Language|" msgid "AsciiDoc" @@ -112,12 +112,9 @@ msgid "ASP" msgstr "ASP" -#, fuzzy -#| msgctxt "Language|" -#| msgid "ASP" msgctxt "Language|" msgid "ATS" -msgstr "ASP" +msgstr "ATS" msgctxt "Language|" msgid "AWK" @@ -141,15 +138,15 @@ msgctxt "Language|" msgid "Cabal" -msgstr "" +msgstr "Cabal" msgctxt "Language|" msgid "CartoCSS MML" -msgstr "" +msgstr "MML de CartoCSS" msgctxt "Language|" msgid "CartoCSS MSS" -msgstr "" +msgstr "MSS de CartoCSS" msgctxt "Language|" msgid "CleanCSS" @@ -189,7 +186,7 @@ msgctxt "Language|" msgid "COBOL" -msgstr "" +msgstr "COBOL" msgctxt "Language|" msgid "CoffeeScript" @@ -213,7 +210,7 @@ msgctxt "Language|" msgid "Crystal" -msgstr "" +msgstr "Cristal" msgctxt "Language|" msgid "CSS" @@ -221,22 +218,19 @@ msgctxt "Language|" msgid "CSV (pipe)" -msgstr "" +msgstr "CSV (|)" msgctxt "Language|" msgid "CSV (semicolon)" -msgstr "" +msgstr "CSV (;)" msgctxt "Language|" msgid "CSV (whitespace)" -msgstr "" +msgstr "CSV (espazo)" -#, fuzzy -#| msgctxt "Language|" -#| msgid "CSS" msgctxt "Language|" msgid "CSV" -msgstr "CSS" +msgstr "CSV" msgctxt "Language|" msgid "C#" @@ -260,7 +254,7 @@ msgctxt "Language|" msgid "Dart" -msgstr "" +msgstr "Dart" msgctxt "Language|" msgid "Debian Changelog" @@ -360,7 +354,7 @@ msgctxt "Language|" msgid "Fluent" -msgstr "" +msgstr "Fluent" msgctxt "Language|" msgid "Fortran (Fixed Format)" @@ -416,7 +410,7 @@ msgctxt "Language|" msgid "Cucumber Gherkin feature" -msgstr "" +msgstr "Funcionalidade Gherkin de Cucumber" msgctxt "Language|" msgid "Git Ignore" @@ -456,7 +450,7 @@ msgctxt "Language|" msgid "GraphQL" -msgstr "" +msgstr "GraphQL" msgctxt "Language|" msgid "Groovy" @@ -496,7 +490,7 @@ msgctxt "Language|" msgid "Quake Script" -msgstr "Script de Quake" +msgstr "Guión de Quake" msgctxt "Language|" msgid "IDL" @@ -504,7 +498,7 @@ msgctxt "Language|" msgid "Idris" -msgstr "" +msgstr "Idris" msgctxt "Language|" msgid "ILERPG" @@ -520,7 +514,7 @@ msgctxt "Language|" msgid "InnoSetup" -msgstr "" +msgstr "InnoSetup" msgctxt "Language|" msgid "Intel HEX" @@ -596,7 +590,7 @@ msgctxt "Language|" msgid "GNU Linker Script" -msgstr "Script do enlazador de GNU" +msgstr "Guión do enlazador de GNU" msgctxt "Language|" msgid "LESSCSS" @@ -620,7 +614,7 @@ msgctxt "Language|" msgid "LLVM" -msgstr "" +msgstr "LLVM" msgctxt "Language|" msgid "Logcat" @@ -628,13 +622,11 @@ msgctxt "Language|" msgid "Log File (advanced)" -msgstr "" +msgstr "Ficheiro de rexistro (avanzado)" -#, fuzzy -#| msgid "Name unspecified" msgctxt "Language|" msgid "Log File (simplified)" -msgstr "Nome non especificado" +msgstr "Ficheiro de rexistro (simplificado)" msgctxt "Language|" msgid "Logtalk" @@ -682,7 +674,7 @@ msgctxt "Language|" msgid "MapCSS" -msgstr "" +msgstr "MapCSS" msgctxt "Language|" msgid "Markdown" @@ -760,12 +752,9 @@ msgid "Modula-2" msgstr "Modula-2" -#, fuzzy -#| msgctxt "Language|" -#| msgid "Modula-2" msgctxt "Language|" msgid "Modula-3" -msgstr "Modula-2" +msgstr "Modula-3" msgctxt "Language|" msgid "MonoBasic" @@ -795,12 +784,9 @@ msgid "nesC" msgstr "nesC" -#, fuzzy -#| msgctxt "Language Section|" -#| msgid "Configuration" msgctxt "Language|" msgid "nginx Configuration" -msgstr "Configuración" +msgstr "Configuración de nginx" msgctxt "Language|" msgid "noweb" @@ -846,15 +832,13 @@ msgid "OpenSCAD" msgstr "OpenSCAD" -#, fuzzy -#| msgid "Normal Mode" msgctxt "Language|" msgid "Org Mode" -msgstr "Modo normal" +msgstr "Org Mode" msgctxt "Language|" msgid "Overpass QL" -msgstr "" +msgstr "Linguaxe de consulta de Overpass" msgctxt "Language|" msgid "Pango" @@ -924,19 +908,13 @@ msgid "PureBasic" msgstr "PureBasic" -#, fuzzy -#| msgctxt "Language|" -#| msgid "CubeScript" msgctxt "Language|" msgid "PureScript" -msgstr "CubeScript" +msgstr "PureScript" -#, fuzzy -#| msgctxt "Language|" -#| msgid "PureBasic" msgctxt "Language|" msgid "Pure" -msgstr "PureBasic" +msgstr "Pura" msgctxt "Language|" msgid "Python" @@ -960,11 +938,11 @@ msgctxt "Language|" msgid "Racket" -msgstr "" +msgstr "Racket" msgctxt "Language|" msgid "Raku" -msgstr "" +msgstr "Raku" msgctxt "Language|" msgid "RapidQ" @@ -992,7 +970,7 @@ msgctxt "Language|" msgid "RETRO" -msgstr "" +msgstr "RETRO" msgctxt "Language|" msgid "REXX" @@ -1012,7 +990,7 @@ msgctxt "Language|" msgid "Robot" -msgstr "" +msgstr "Robot" msgctxt "Language|" msgid "Roff" @@ -1040,7 +1018,7 @@ msgctxt "Language|" msgid "R Script" -msgstr "Script de R" +msgstr "Guión de R" msgctxt "Language|" msgid "SASS" @@ -1100,11 +1078,11 @@ msgctxt "Language|" msgid "Snort/Suricata" -msgstr "" +msgstr "Snort/Suricata" msgctxt "Language|" msgid "Solidity" -msgstr "" +msgstr "Solidity" msgctxt "Language|" msgid "Spice" @@ -1148,7 +1126,7 @@ msgctxt "Language|" msgid "systemd unit" -msgstr "" +msgstr "Unidade de systemd" msgctxt "Language|" msgid "SystemVerilog" @@ -1172,7 +1150,7 @@ msgctxt "Language|" msgid "Terraform" -msgstr "" +msgstr "Terraform" msgctxt "Language|" msgid "Texinfo" @@ -1190,12 +1168,9 @@ msgid "Tiger" msgstr "Tigre" -#, fuzzy -#| msgctxt "Language|" -#| msgid "ASP" msgctxt "Language|" msgid "TSV" -msgstr "ASP" +msgstr "TSV" msgctxt "Language|" msgid "txt2tags" @@ -1221,12 +1196,9 @@ msgid "Valgrind Suppression" msgstr "Valgrind Suppression" -#, fuzzy -#| msgctxt "Language|" -#| msgid "Varnish 4 module spec file" msgctxt "Language|" msgid "Varnish module spec file" -msgstr "Ficheiro de especificación de módulos de Varnish 4" +msgstr "Ficheiro de especificación de módulo de Varnish" msgctxt "Language|" msgid "Varnish Test Case language" @@ -1262,7 +1234,7 @@ msgctxt "Language|" msgid "V" -msgstr "" +msgstr "V" msgctxt "Language|" msgid "Wavefront OBJ" @@ -1294,7 +1266,7 @@ msgctxt "Language|" msgid "Xonotic Script" -msgstr "Script de Xonotic" +msgstr "Guión de Xonotic" msgctxt "Language|" msgid "x.org Configuration" @@ -1326,14 +1298,11 @@ msgctxt "Language|" msgid "YARA" -msgstr "" +msgstr "YARA" -#, fuzzy -#| msgctxt "Language|" -#| msgid "Pig" msgctxt "Language|" msgid "Zig" -msgstr "Porco" +msgstr "Zig" msgctxt "Language|" msgid "Zonnon" @@ -1385,89 +1354,83 @@ msgctxt "Theme|" msgid "Atom One Dark" -msgstr "" +msgstr "Atom One escuro" msgctxt "Theme|" msgid "Atom One Light" -msgstr "" +msgstr "Atom One claro" msgctxt "Theme|" msgid "ayu Dark" -msgstr "" +msgstr "ayu escuro" msgctxt "Theme|" msgid "ayu Light" -msgstr "" +msgstr "ayu claro" msgctxt "Theme|" msgid "ayu Mirage" -msgstr "" +msgstr "ayu espellismo" msgctxt "Theme|" msgid "Breeze Dark" msgstr "Brisa escura" -#, fuzzy -#| msgctxt "Theme|" -#| msgid "Solarized Light" msgctxt "Theme|" msgid "Breeze Light" -msgstr "Luz solarizada" +msgstr "Brisa clara" msgctxt "Theme|" msgid "Catppuccin Frappé" -msgstr "" +msgstr "Catppuccin Frappé" msgctxt "Theme|" msgid "Catppuccin Latte" -msgstr "" +msgstr "Catppuccin Latte" msgctxt "Theme|" msgid "Catppuccin Macchiato" -msgstr "" +msgstr "Catppuccin Macchiato" msgctxt "Theme|" msgid "Catppuccin Mocha" -msgstr "" +msgstr "Catppuccin Mocha" msgctxt "Theme|" msgid "Dracula" -msgstr "" +msgstr "Drácula" msgctxt "Theme|" msgid "Falcon" -msgstr "" +msgstr "Falcón" msgctxt "Theme|" msgid "GitHub Dark" -msgstr "" +msgstr "GitHub escuro" msgctxt "Theme|" msgid "GitHub Light" -msgstr "" +msgstr "GitHub claro" msgctxt "Theme|" msgid "gruvbox Dark" -msgstr "" +msgstr "gruvbox escuro" msgctxt "Theme|" msgid "Homunculus" -msgstr "" +msgstr "Homunculus" -#, fuzzy -#| msgctxt "Language|" -#| msgid "MonoBasic" msgctxt "Theme|" msgid "Monokai" -msgstr "MonoBasic" +msgstr "Monokai" msgctxt "Theme|" msgid "Nord" -msgstr "" +msgstr "Nord" msgctxt "Theme|" msgid "Oblivion" -msgstr "" +msgstr "Oblivion" msgctxt "Theme|" msgid "Printing" @@ -1475,7 +1438,7 @@ msgctxt "Theme|" msgid "Radical" -msgstr "" +msgstr "Radical" msgctxt "Theme|" msgid "Solarized Dark" @@ -1487,7 +1450,7 @@ msgctxt "Theme|" msgid "Vim Dark" -msgstr "" +msgstr "Vim escuro" #: cli/kate-syntax-highlighter.cpp:61 msgctxt "SyntaxHighlightingCLI|" @@ -1562,13 +1525,13 @@ "Use the specified format instead of html. Must be html, ansi or " "ansi256Colors." msgstr "" +"Usar o formado indicado en vez de HTML. Debe ser «html», «ansi» ou " +"«ansi256Colors»." #: cli/kate-syntax-highlighter.cpp:95 -#, fuzzy -#| msgid "&Format:" msgctxt "SyntaxHighlightingCLI|" msgid "format" -msgstr "&Formato:" +msgstr "formato" #: cli/kate-syntax-highlighter.cpp:100 msgctxt "SyntaxHighlightingCLI|" @@ -1576,16 +1539,19 @@ "Add information to debug a syntax file. Only works with --output-format=ansi " "or ansi256Colors. Possible values are format, region, context and stackSize." msgstr "" +"Engadir información para depurar un ficheiro de sintaxe. Só funciona con --" +"output-format=ansi ou ansi256Colors. Admite os valores «format», «region», " +"«context» e «stackSize»." #: cli/kate-syntax-highlighter.cpp:103 msgctxt "SyntaxHighlightingCLI|" msgid "type" -msgstr "" +msgstr "tipo" #: cli/kate-syntax-highlighter.cpp:107 msgctxt "SyntaxHighlightingCLI|" msgid "Disable ANSI background for the default color." -msgstr "" +msgstr "Desactivar o fondo ANSI para a cor principal." #: cli/kate-syntax-highlighter.cpp:112 msgctxt "SyntaxHighlightingCLI|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/poqm/zh_CN/syntaxhighlighting5_qt.po new/syntax-highlighting-5.108.0/poqm/zh_CN/syntaxhighlighting5_qt.po --- old/syntax-highlighting-5.107.0/poqm/zh_CN/syntaxhighlighting5_qt.po 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/poqm/zh_CN/syntaxhighlighting5_qt.po 2023-07-01 12:05:08.000000000 +0200 @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2023-05-22 14:01\n" +"PO-Revision-Date: 2023-06-17 04:11\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.107.0/poqm/zh_TW/syntaxhighlighting5_qt.po new/syntax-highlighting-5.108.0/poqm/zh_TW/syntaxhighlighting5_qt.po --- old/syntax-highlighting-5.107.0/poqm/zh_TW/syntaxhighlighting5_qt.po 2023-06-03 11:53:49.000000000 +0200 +++ new/syntax-highlighting-5.108.0/poqm/zh_TW/syntaxhighlighting5_qt.po 2023-07-01 12:05:08.000000000 +0200 @@ -11,19 +11,20 @@ # pan93412 <pan93...@gmail.com>, 2018, 2019, 2020. # Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv dot tw>, 2006, 2007, 2008, 2009, 2010. # Franklin Weng <franklin at goodhorse dot idv dot tw>, 2007, 2008. +# Kisaragi Hiu <m...@kisaragi-hiu.com>, 2023. msgid "" msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-09-08 07:30+0000\n" -"PO-Revision-Date: 2020-03-28 22:51+0800\n" -"Last-Translator: Yi-Jyun Pan <pan93...@gmail.com>\n" -"Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n" +"PO-Revision-Date: 2023-06-15 04:47+0900\n" +"Last-Translator: Kisaragi Hiu <m...@kisaragi-hiu.com>\n" +"Language-Team: Chinese <zh-l...@linux.org.tw>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 19.12.3\n" +"X-Generator: Lokalize 23.04.2\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Qt-Contexts: true\n" @@ -115,12 +116,9 @@ msgid "ASP" msgstr "ASP" -#, fuzzy -#| msgctxt "Language|" -#| msgid "ASP" msgctxt "Language|" msgid "ATS" -msgstr "ASP" +msgstr "ATS" msgctxt "Language|" msgid "AWK" @@ -144,15 +142,15 @@ msgctxt "Language|" msgid "Cabal" -msgstr "" +msgstr "Cabal" msgctxt "Language|" msgid "CartoCSS MML" -msgstr "" +msgstr "CartoCSS MML" msgctxt "Language|" msgid "CartoCSS MSS" -msgstr "" +msgstr "CartoCSS MSS" msgctxt "Language|" msgid "CleanCSS" @@ -192,7 +190,7 @@ msgctxt "Language|" msgid "COBOL" -msgstr "" +msgstr "COBOL" msgctxt "Language|" msgid "CoffeeScript" @@ -216,30 +214,28 @@ msgctxt "Language|" msgid "Crystal" -msgstr "" +msgstr "Crystal" msgctxt "Language|" msgid "CSS" msgstr "CSS" +# å ¨å½¢æ¬èæ¯çºäºè·å ¶ä» CSV ç°é«ç¸ç¬¦ msgctxt "Language|" msgid "CSV (pipe)" -msgstr "" +msgstr "CSVï¼\"|\"ï¼" msgctxt "Language|" msgid "CSV (semicolon)" -msgstr "" +msgstr "CSVï¼åèï¼" msgctxt "Language|" msgid "CSV (whitespace)" -msgstr "" +msgstr "CSVï¼ç©ºç½ï¼" -#, fuzzy -#| msgctxt "Language|" -#| msgid "CSS" msgctxt "Language|" msgid "CSV" -msgstr "CSS" +msgstr "CSV" msgctxt "Language|" msgid "C#" @@ -263,7 +259,7 @@ msgctxt "Language|" msgid "Dart" -msgstr "" +msgstr "Dart" msgctxt "Language|" msgid "Debian Changelog" @@ -363,7 +359,7 @@ msgctxt "Language|" msgid "Fluent" -msgstr "" +msgstr "Fluent" msgctxt "Language|" msgid "Fortran (Fixed Format)" @@ -419,7 +415,7 @@ msgctxt "Language|" msgid "Cucumber Gherkin feature" -msgstr "" +msgstr "Cucumber Gherkin feature" msgctxt "Language|" msgid "Git Ignore" @@ -507,7 +503,7 @@ msgctxt "Language|" msgid "Idris" -msgstr "" +msgstr "Idris" msgctxt "Language|" msgid "ILERPG" @@ -623,7 +619,7 @@ msgctxt "Language|" msgid "LLVM" -msgstr "" +msgstr "LLVM" msgctxt "Language|" msgid "Logcat" @@ -631,11 +627,11 @@ msgctxt "Language|" msgid "Log File (advanced)" -msgstr "" +msgstr "è¨éæªï¼é²éï¼" msgctxt "Language|" msgid "Log File (simplified)" -msgstr "" +msgstr "è¨éæªï¼ç°¡å®ï¼" msgctxt "Language|" msgid "Logtalk" @@ -683,7 +679,7 @@ msgctxt "Language|" msgid "MapCSS" -msgstr "" +msgstr "MapCSS" msgctxt "Language|" msgid "Markdown" @@ -761,12 +757,9 @@ msgid "Modula-2" msgstr "Modula-2" -#, fuzzy -#| msgctxt "Language|" -#| msgid "Modula-2" msgctxt "Language|" msgid "Modula-3" -msgstr "Modula-2" +msgstr "Modula-3" msgctxt "Language|" msgid "MonoBasic" @@ -796,12 +789,9 @@ msgid "nesC" msgstr "nesC" -#, fuzzy -#| msgctxt "Language Section|" -#| msgid "Configuration" msgctxt "Language|" msgid "nginx Configuration" -msgstr "çµæ è¨å®æª" +msgstr "nginx çµæ è¨å®æª" msgctxt "Language|" msgid "noweb" @@ -849,7 +839,7 @@ msgctxt "Language|" msgid "Org Mode" -msgstr "" +msgstr "Org Mode" msgctxt "Language|" msgid "Overpass QL" @@ -923,19 +913,13 @@ msgid "PureBasic" msgstr "PureBasic" -#, fuzzy -#| msgctxt "Language|" -#| msgid "CubeScript" msgctxt "Language|" msgid "PureScript" -msgstr "CubeScript" +msgstr "PureScript" -#, fuzzy -#| msgctxt "Language|" -#| msgid "PureBasic" msgctxt "Language|" msgid "Pure" -msgstr "PureBasic" +msgstr "Pure" msgctxt "Language|" msgid "Python" @@ -959,11 +943,11 @@ msgctxt "Language|" msgid "Racket" -msgstr "" +msgstr "Racket" msgctxt "Language|" msgid "Raku" -msgstr "" +msgstr "Raku" msgctxt "Language|" msgid "RapidQ" @@ -991,7 +975,7 @@ msgctxt "Language|" msgid "RETRO" -msgstr "" +msgstr "RETRO" msgctxt "Language|" msgid "REXX" @@ -1011,7 +995,7 @@ msgctxt "Language|" msgid "Robot" -msgstr "" +msgstr "Robot" msgctxt "Language|" msgid "Roff" @@ -1099,7 +1083,7 @@ msgctxt "Language|" msgid "Snort/Suricata" -msgstr "" +msgstr "Snort/Suricata" msgctxt "Language|" msgid "Solidity" @@ -1147,7 +1131,7 @@ msgctxt "Language|" msgid "systemd unit" -msgstr "" +msgstr "systemd å®ä½" msgctxt "Language|" msgid "SystemVerilog" @@ -1171,7 +1155,7 @@ msgctxt "Language|" msgid "Terraform" -msgstr "" +msgstr "Terraform" msgctxt "Language|" msgid "Texinfo" @@ -1189,12 +1173,9 @@ msgid "Tiger" msgstr "Tiger" -#, fuzzy -#| msgctxt "Language|" -#| msgid "ASP" msgctxt "Language|" msgid "TSV" -msgstr "ASP" +msgstr "TSV" msgctxt "Language|" msgid "txt2tags" @@ -1220,12 +1201,9 @@ msgid "Valgrind Suppression" msgstr "Valgrind Suppression" -#, fuzzy -#| msgctxt "Language|" -#| msgid "Varnish 4 module spec file" msgctxt "Language|" msgid "Varnish module spec file" -msgstr "Varnish 4 模çµè¦æ ¼æª" +msgstr "Varnish 模çµè¦æ ¼æª" msgctxt "Language|" msgid "Varnish Test Case language" @@ -1233,7 +1211,7 @@ msgctxt "Language|" msgid "Varnish Configuration Language" -msgstr "Varnish çµæ èªè¨" +msgstr "Varnish çµæ è¨å®èªè¨" msgctxt "Language|" msgid "vCard, vCalendar, iCalendar" @@ -1261,7 +1239,7 @@ msgctxt "Language|" msgid "V" -msgstr "" +msgstr "V" msgctxt "Language|" msgid "Wavefront OBJ" @@ -1273,7 +1251,7 @@ msgctxt "Language|" msgid "WINE Config" -msgstr "WINE Conig" +msgstr "WINE çµæ è¨å®" msgctxt "Language|" msgid "Wesnoth Markup Language" @@ -1297,7 +1275,7 @@ msgctxt "Language|" msgid "x.org Configuration" -msgstr "x.org çµæ è¨å®" +msgstr "x.org çµæ è¨å®æª" msgctxt "Language|" msgid "xslt" @@ -1325,14 +1303,11 @@ msgctxt "Language|" msgid "YARA" -msgstr "" +msgstr "YARA" -#, fuzzy -#| msgctxt "Language|" -#| msgid "Pig" msgctxt "Language|" msgid "Zig" -msgstr "Pig" +msgstr "Zig" msgctxt "Language|" msgid "Zonnon" @@ -1384,89 +1359,83 @@ msgctxt "Theme|" msgid "Atom One Dark" -msgstr "" +msgstr "Atom One Dark" msgctxt "Theme|" msgid "Atom One Light" -msgstr "" +msgstr "Atom One Light" msgctxt "Theme|" msgid "ayu Dark" -msgstr "" +msgstr "ayu Dark" msgctxt "Theme|" msgid "ayu Light" -msgstr "" +msgstr "ayu Light" msgctxt "Theme|" msgid "ayu Mirage" -msgstr "" +msgstr "ayu Mirage" msgctxt "Theme|" msgid "Breeze Dark" msgstr "Breeze Dark" -#, fuzzy -#| msgctxt "Theme|" -#| msgid "Solarized Light" msgctxt "Theme|" msgid "Breeze Light" -msgstr "Solarized Light" +msgstr "Breeze Light" msgctxt "Theme|" msgid "Catppuccin Frappé" -msgstr "" +msgstr "Catppuccin Frappé" msgctxt "Theme|" msgid "Catppuccin Latte" -msgstr "" +msgstr "Catppuccin Latte" msgctxt "Theme|" msgid "Catppuccin Macchiato" -msgstr "" +msgstr "Catppuccin Macchiato" msgctxt "Theme|" msgid "Catppuccin Mocha" -msgstr "" +msgstr "Catppuccin Mocha" msgctxt "Theme|" msgid "Dracula" -msgstr "" +msgstr "Dracula" msgctxt "Theme|" msgid "Falcon" -msgstr "" +msgstr "Falcon" msgctxt "Theme|" msgid "GitHub Dark" -msgstr "" +msgstr "GitHub Dark" msgctxt "Theme|" msgid "GitHub Light" -msgstr "" +msgstr "GitHub Light" msgctxt "Theme|" msgid "gruvbox Dark" -msgstr "" +msgstr "gruvbox Dark" msgctxt "Theme|" msgid "Homunculus" -msgstr "" +msgstr "Homunculus" -#, fuzzy -#| msgctxt "Language|" -#| msgid "MonoBasic" msgctxt "Theme|" msgid "Monokai" -msgstr "MonoBasic" +msgstr "Monokai" msgctxt "Theme|" msgid "Nord" -msgstr "" +msgstr "Nord" msgctxt "Theme|" msgid "Oblivion" -msgstr "" +msgstr "Oblivion" msgctxt "Theme|" msgid "Printing" @@ -1474,7 +1443,7 @@ msgctxt "Theme|" msgid "Radical" -msgstr "" +msgstr "Radical" msgctxt "Theme|" msgid "Solarized Dark" @@ -1486,7 +1455,7 @@ msgctxt "Theme|" msgid "Vim Dark" -msgstr "" +msgstr "Vim Dark" #: cli/kate-syntax-highlighter.cpp:61 msgctxt "SyntaxHighlightingCLI|" @@ -1555,15 +1524,12 @@ msgid "" "Use the specified format instead of html. Must be html, ansi or " "ansi256Colors." -msgstr "" +msgstr "ä½¿ç¨æå®çæ ¼å¼èé htmlãå¿ é æ¯ htmlãansi æ ansi256Colorsã" #: cli/kate-syntax-highlighter.cpp:95 -#, fuzzy -#| msgctxt "Language|" -#| msgid "Inform" msgctxt "SyntaxHighlightingCLI|" msgid "format" -msgstr "Inform" +msgstr "format" #: cli/kate-syntax-highlighter.cpp:100 msgctxt "SyntaxHighlightingCLI|" @@ -1571,16 +1537,18 @@ "Add information to debug a syntax file. Only works with --output-format=ansi " "or ansi256Colors. Possible values are format, region, context and stackSize." msgstr "" +"å å ¥çºèªæ³æªæ¡é¤é¯ç¨çè³è¨ãåªæå¨æå® --output-format=ansi æ ansi256Colors " +"æè½æ£å¸¸éä½ãå¯ç¨çæ¸å¼æ formatãregionãcontext å stackSizeã" #: cli/kate-syntax-highlighter.cpp:103 msgctxt "SyntaxHighlightingCLI|" msgid "type" -msgstr "" +msgstr "type" #: cli/kate-syntax-highlighter.cpp:107 msgctxt "SyntaxHighlightingCLI|" msgid "Disable ANSI background for the default color." -msgstr "" +msgstr "çºé è¨é¡è²åç¨ ANSI èæ¯ã" #: cli/kate-syntax-highlighter.cpp:112 msgctxt "SyntaxHighlightingCLI|"