From 762473c42e2eb90648225479829b53165478fee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Thu, 28 Mar 2024 17:45:30 +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/org.gnome.Pomodoro.appdata.xml.in | 42 +++++++++++++------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/data/org.gnome.Pomodoro.appdata.xml.in b/data/org.gnome.Pomodoro.appdata.xml.in index b3827bc0..b9ea6438 100644 --- a/data/org.gnome.Pomodoro.appdata.xml.in +++ b/data/org.gnome.Pomodoro.appdata.xml.in @@ -33,7 +33,7 @@ https://gnomepomodoro.org https://github.com/gnome-pomodoro/gnome-pomodoro - Kamil Prusko + Kamil Prusko kamilprusko@gmail.com AppMenu @@ -45,7 +45,7 @@ - +

Overview of changes in gnome-pomodoro 0.25.1

  • Fixes for GNOME Shell 46
  • @@ -54,7 +54,7 @@ - +

    Overview of changes in gnome-pomodoro 0.25.0

    • Support for GNOME Shell 46
    • @@ -63,7 +63,7 @@ - +

      Overview of changes in gnome-pomodoro 0.24.1

      • Fixed timerState tracking and waking up of screen on the screen shield (thanks @real-or-random)
      • @@ -71,7 +71,7 @@ - +

        Overview of changes in gnome-pomodoro 0.24.0

        • Marked extension as compatible with GNOME Shell 45 with no backwards compatibility
        • @@ -81,7 +81,7 @@ - +

          Overview of changes in gnome-pomodoro 0.23.1

          • Fixed invalid appdata file
          • @@ -89,7 +89,7 @@ - +

            Overview of changes in gnome-pomodoro 0.23.0

            • Marked extension as compatible with GNOME Shell 44 (thanks @jbicha)
            • @@ -100,7 +100,7 @@ - +

              Overview of changes in gnome-pomodoro 0.22.1

              • Close screen overlay by hitting Esc key - a failsafe method
              • @@ -112,7 +112,7 @@ - +

                Overview of changes in gnome-pomodoro 0.22.0

                • Marked extension as compatible with GNOME Shell 43 (thanks @jbicha)
                • @@ -127,7 +127,7 @@ - +

                  Overview of changes in gnome-pomodoro 0.21.1

                  • Fixed break overlay geting stuck at 0:01 on GNOME 42 (thanks @upsuper)
                  • @@ -135,7 +135,7 @@ - +

                    Overview of changes in gnome-pomodoro 0.21.0

                    • Support for GNOME Shell 42 (@milotype and @kappa)
                    • @@ -145,7 +145,7 @@ - +

                      Overview of changes in gnome-pomodoro 0.20.0

                      • Support for GNOME Shell 41 (@mbooth101)
                      • @@ -153,7 +153,7 @@ - +

                        Overview of changes in gnome-pomodoro 0.19.2

                        • Fixed GNOME Shell freezing the lockscreen
                        • @@ -164,7 +164,7 @@ - +

                          Overview of changes in gnome-pomodoro 0.19.1

                          • Support GNOME Shell 40.0, not 4.0
                          • @@ -172,7 +172,7 @@ - +

                            Overview of changes in gnome-pomodoro 0.19.0

                            • Support for GNOME Shell 4.0
                            • @@ -184,7 +184,7 @@ - +

                              Overview of changes in gnome-pomodoro 0.18.0

                              • Support for GNOME Shell 3.38 (@ignapk and @szpak)
                              • @@ -199,7 +199,7 @@ - +

                                Overview of changes in gnome-pomodoro 0.17.0

                                • Support for GNOME Shell 3.36
                                • @@ -208,7 +208,7 @@ - +

                                  Overview of changes in gnome-pomodoro 0.16.0

                                  • Support for GNOME Shell 3.34 only
                                  • @@ -218,7 +218,7 @@ - +

                                    Overview of changes in gnome-pomodoro 0.15.1

                                    • Minor code cleanups
                                    • @@ -226,7 +226,7 @@ - +

                                      Overview of changes in gnome-pomodoro 0.15.0

                                      • Minor code cleanups to support ES6 syntax
                                      • @@ -238,7 +238,7 @@ - +

                                        Overview of changes in gnome-pomodoro 0.14.0

                                        • Support for GNOME Shell 3.28 and 3.30 (@aerostitch)