From d3a826150810aebdfeba72700cad2e98887303e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Sat, 30 Mar 2024 02:14:09 +0300 Subject: [PATCH] appdata: `translate=no` properties It appears that the appstream project no longer supports `translatable=no` properties, and gettext extract the `translatable=no` marked strings as translatable. I opened an issue to inform about the situation, but `translatable=no` properties are not accepted by developers. You can find the issue here: https://github.com/ximion/appstream/issues/623 **Please test your script or string extraction process before merging this PR.** > In MetaInfo files, each individual paragraph of a description > (or enumerated entry) is translated individually, however, > you can only exclude the complete block from being translated > by adding `translate="no"` to the description element. Source: https://freedesktop.org/software/appstream/docs/sect-Quickstart-Translation.html --- ...o.github.nokse22.asciidraw.metainfo.xml.in | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/data/io.github.nokse22.asciidraw.metainfo.xml.in b/data/io.github.nokse22.asciidraw.metainfo.xml.in index ea362d5..8cce931 100644 --- a/data/io.github.nokse22.asciidraw.metainfo.xml.in +++ b/data/io.github.nokse22.asciidraw.metainfo.xml.in @@ -24,7 +24,7 @@ There are many stiles to choose from and multiple tools available to use such as - Nokse + Nokse @@ -45,14 +45,14 @@ There are many stiles to choose from and multiple tools available to use such as - +

Used latest Libadwaita widgets

Added redo

Fixed bugs

- +

Improved design and usability

Greatly improved performance (bigger canvas allowed)

Added new stepped line tool

@@ -63,14 +63,14 @@ There are many stiles to choose from and multiple tools available to use such as
- +

Improved sidebar for better usability

Fixed typo

Updated runtime to 45

- +

Improved saving

Improved changing canvas size function

Added opening files

@@ -78,13 +78,13 @@ There are many stiles to choose from and multiple tools available to use such as
- +

Added tree view tool

Fixed bugs with sidebar show button

- +

Added tables

Improved sidebar

Improved text tool

@@ -92,7 +92,7 @@ There are many stiles to choose from and multiple tools available to use such as
- +

Remove unusable fonts

Added brush and eraser sizes

Added transparent mode to text tool

@@ -106,13 +106,13 @@ There are many stiles to choose from and multiple tools available to use such as
- +

Added big text with a lot of fonts using pyfiglet

Fixed some contrast problems

- +

New icon

Fixed bugs when increasing canvas size

Updated screenshots

@@ -120,25 +120,25 @@ There are many stiles to choose from and multiple tools available to use such as
- +

Undo functionality (Ctrl+Z)

Performance improvements

Improved text insertion with preview

- +

Fixed some bugs

Added new tool: Filled Rectangle

- +

Fixed many bugs with right to left text direction

- +

First release!