From 7888fb14575e3721eea1e950f83f2ed7e26ab67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Thu, 28 Mar 2024 16:56:31 +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 --- data/app.drey.Dialect.metainfo.xml.in.in | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/data/app.drey.Dialect.metainfo.xml.in.in b/data/app.drey.Dialect.metainfo.xml.in.in index 568f1bdf..d3200008 100644 --- a/data/app.drey.Dialect.metainfo.xml.in.in +++ b/data/app.drey.Dialect.metainfo.xml.in.in @@ -52,7 +52,7 @@ - +
  • Refactored providers implementation to ease future features
  • Added Lingva Text-to-speech support in addition to Google'ss
  • @@ -67,7 +67,7 @@ - +
    • Updated translations
    • Fixed minor bugs
    • @@ -75,7 +75,7 @@ - +
      • Update to use libadwaita 1.2 widgets
      • Updated translations
      • @@ -84,7 +84,7 @@ - +
        • Fixed responsive implementation
        • Fixed small stylings
        • @@ -93,14 +93,14 @@ - +
          • Fixed an issue with scale factor
          - +
          • Ported to GTK4 and libadwaita
          • New in-app color scheme switcher
          • @@ -118,14 +118,14 @@ - +
            • Fix shortcut bug
            - +
            • Added accels for most actions
            • Added localized language names
            • @@ -135,7 +135,7 @@ - +
              • Backend refactor
              • Added option to disable Google TTS
              • @@ -145,7 +145,7 @@ - +
                • Switch to a new icon
                • Added LibreTranslate backend
                • @@ -157,7 +157,7 @@ - +
                  • Added a shortcuts window
                  • Added Indonesian translation
                  • @@ -167,7 +167,7 @@ - +
                    • Added a search provider for GNOME
                    • Added support for "Did you mean" suggestions
                    • @@ -184,7 +184,7 @@ - +

                      Initial release.