From c7da42d73badf5cac9e3f449a7ba08031b22a6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Sun, 31 Mar 2024 03:02:36 +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 --- ....github.flattool.Warehouse.metainfo.xml.in | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/data/io.github.flattool.Warehouse.metainfo.xml.in b/data/io.github.flattool.Warehouse.metainfo.xml.in index aceb478..32094ac 100644 --- a/data/io.github.flattool.Warehouse.metainfo.xml.in +++ b/data/io.github.flattool.Warehouse.metainfo.xml.in @@ -2,12 +2,12 @@ io.github.flattool.Warehouse.desktop io.github.flattool.Warehouse.desktop - Warehouse - Heliguy + Warehouse + Heliguy CC0-1.0 GPL-3.0-only - Manage all things Flatpak - + Manage all things Flatpak +

Warehouse is an app that manages installed Flatpaks, their user data, and Flatpak remotes.

Features:

    @@ -65,7 +65,7 @@ - +

    Bug Fixes

    • Main list is no longer scrolled to the bottom on launch
    • @@ -77,7 +77,7 @@ - +

      New Features and Changes

      • Flatpaks can now be installed from the web, from any added remote
      • @@ -96,7 +96,7 @@ - +

        New Features and Changes

        • View disabled remotes, enable and disable remotes, and set a filter for a remote in the Manage Remotes window
        • @@ -120,7 +120,7 @@ - +

          New Features and Changes

          • Names, IDs, Refs, and Launch Commands can now be copied from a dropdown
          • @@ -138,7 +138,7 @@ - +
            • The main list of Flatpaks is now sorted by name instead of ID
            • Warehouse can now be found in your app menu by searching for "flatpak"
            • @@ -147,7 +147,7 @@ - +

              New Features and Changes

              • Flatpaks files can be installed with a drag and drop or from a file selection
              • @@ -172,7 +172,7 @@ - +

                Emergency Bug Fix

                • Fix error causing a crash on Linux Mint
                • @@ -181,7 +181,7 @@ - +

                  New Features and Changes

                  • Choose from a list of popular remotes when adding a new remote
                  • @@ -201,7 +201,7 @@ - +

                    First release of Warehouse