From 5b6dfdefa0016ee22bc0935886e37ecf8044b0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Tue, 2 Apr 2024 01:16:20 +0300 Subject: [PATCH] appdata: `translate=no` properties It appears that the appstream project no longer supports `translatable=no` properties, and gettext extract them 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 --- data/dev.mufeed.Wordbook.metainfo.xml.in.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/dev.mufeed.Wordbook.metainfo.xml.in.in b/data/dev.mufeed.Wordbook.metainfo.xml.in.in index ec4f6c3..c60b155 100644 --- a/data/dev.mufeed.Wordbook.metainfo.xml.in.in +++ b/data/dev.mufeed.Wordbook.metainfo.xml.in.in @@ -49,7 +49,7 @@ - +
  • GTK4 + libadwaita Port
  • Persistent history storage
  • @@ -59,7 +59,7 @@ - +
    • Made some minor tweaks to the UI
    • Fixed search entry focus on launch
    • @@ -67,7 +67,7 @@ - +
      • Switched to a brand new icon
      • Moved history from completions to a new sidebar
      • @@ -78,7 +78,7 @@ - +
        • Updated WordNet dependency, will need a redownload of the database
        • Fixed symbolic icon issues
        • @@ -90,7 +90,7 @@ - +

          Initial release