From 7e47c2f8d40f1011adc580c25cc28c42853553ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Thu, 28 Mar 2024 19:15:39 +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 --- .../io.github.lainsce.Khronos.metainfo.xml.in | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/data/io.github.lainsce.Khronos.metainfo.xml.in b/data/io.github.lainsce.Khronos.metainfo.xml.in index f228f53..2fe2216 100644 --- a/data/io.github.lainsce.Khronos.metainfo.xml.in +++ b/data/io.github.lainsce.Khronos.metainfo.xml.in @@ -3,7 +3,7 @@ @app_id@ CC0 GPL-3.0+ - Khronos + Khronos Log the time it took to do tasks

Start logging any task's time to completion, with the ability to stop the timer at any moment, with notifications for longer task sessions.

@@ -19,9 +19,9 @@ HiDpiIcon - Lains + Lains - Lains + Lains https://github.com/lainsce/khronos/ https://github.com/lainsce/khronos/issues @@ -57,7 +57,7 @@
- +

Release: Day

  • Changed: Overall refinements to match the updated looks of GNOME apps.
  • @@ -65,7 +65,7 @@ - +

    Release: Hour

    • Changed: UI is now pure Adwaita following the inclusion of Khronos in GNOME Circle.
    • @@ -73,7 +73,7 @@ - +

      Release: Minute

      • Changed: UI now follows my own style that complements that of Adwaita, called Solo.
      • @@ -81,7 +81,7 @@ - +

        Release: Second

        • Changed: The UI colors, they are now way less in your face yet are still colored. The Logs are now stylized like cards.
        • @@ -89,7 +89,7 @@ - +

          Release: Nanosecond

          • Removed: each log's delete button, as they would be accidentally clicked and would remove the log.
          • @@ -97,7 +97,7 @@ - +

            Release: Leap Year

            • Added: Logs now have tags! Add tags in the new entry below log name, by specifying them with colons, like this: "tag1:tag2:tag3".
            • @@ -105,7 +105,7 @@ - +

              Release: Tick Tock Clock

              • Changed: UI now sports an experimental design.
              • @@ -114,7 +114,7 @@ - +

                Release: UI Refreshments

                • Changed: The UI is now with a better layout.
                • @@ -122,7 +122,7 @@ - +

                  Release: Port to GTK4

                  • Changed: Rewritten for GTK4.