From f98483b7211507eb5d51f139dc43200133c09b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Thu, 28 Mar 2024 18:07:04 +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 --- ...rdojai.WebfontKitGenerator.metainfo.xml.in | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/data/com.rafaelmardojai.WebfontKitGenerator.metainfo.xml.in b/data/com.rafaelmardojai.WebfontKitGenerator.metainfo.xml.in index 2552bc2..0e5886b 100644 --- a/data/com.rafaelmardojai.WebfontKitGenerator.metainfo.xml.in +++ b/data/com.rafaelmardojai.WebfontKitGenerator.metainfo.xml.in @@ -19,9 +19,9 @@ https://www.transifex.com/rafaelmardojai/webfont-kit-generator/ https://rafaelmardojai.com/donate/ - Rafael Mardojai CM + Rafael Mardojai CM - Rafael Mardojai CM + Rafael Mardojai CM email_AT_rafaelmardojai.com @@ -47,7 +47,7 @@ - +
  • Font options are now an utility pane
  • Google Fonts importer now supports the old Google v1 CSS API url
  • @@ -58,7 +58,7 @@ - +
    • Update translations
    • Small code improvements
    • @@ -66,7 +66,7 @@ - +
      • Use new Adwaita about window
      • Update translations
      • @@ -74,7 +74,7 @@ - +
        • Update translations
        • Fixed symbolic icon installation
        • @@ -83,7 +83,7 @@ - +
          • Ported to GTK4 and libadwaita
          • New Google Fonts importer
          • @@ -94,7 +94,7 @@ - +
            • Drag and drop bug fix
            • Fonts loader fixes
            • @@ -104,7 +104,7 @@ - +
              • Open fonts from file manager
              • Drag and Drop support
              • @@ -115,7 +115,7 @@ - +
                • UI tweaks
                • Code improvements
                • @@ -123,7 +123,7 @@ - +
                  • Add custom subsetting support
                  • Design and UX improvements
                  • @@ -132,7 +132,7 @@ - +

                    Initial release.