Skip to content

Commit

Permalink
data: Mark release descriptions as untranslatable (#133)
Browse files Browse the repository at this point in the history
GNOME automatically excludes release descriptions on
Damned Lies (GNOME Translation Platform). It's a good
practice to follow the GNOME way.

This can streamline the translation process, allowing translators
to focus their efforts on more critical and user-facing aspects
of the application.
  • Loading branch information
yakushabb authored Oct 11, 2023
1 parent 8e7611b commit 46df9e2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions data/io.github.lainsce.Khronos.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,55 +44,55 @@
<translation type="gettext">@app_id@</translation>
<releases>
<release version="4.0.0" date="2023-09-20">
<description>
<description translatable="no">
<p>Release: Day</p>
<ul>
<li>Changed: Overall refinements to match the updated looks of GNOME apps.</li>
</ul>
</description>
</release>
<release version="3.7.1" date="2022-07-01">
<description>
<description translatable="no">
<p>Release: Hour</p>
<ul>
<li>Changed: UI is now pure Adwaita following the inclusion of Khronos in GNOME Circle.</li>
</ul>
</description>
</release>
<release version="3.7.0" date="2022-04-20">
<description>
<description translatable="no">
<p>Release: Minute</p>
<ul>
<li>Changed: UI now follows my own style that complements that of Adwaita, called Solo.</li>
</ul>
</description>
</release>
<release version="3.6.8" date="2022-01-05">
<description>
<description translatable="no">
<p>Release: Second</p>
<ul>
<li>Changed: The UI colors, they are now way less in your face yet are still colored. The Logs are now stylized like cards.</li>
</ul>
</description>
</release>
<release version="3.6.7" date="2022-01-05">
<description>
<description translatable="no">
<p>Release: Nanosecond</p>
<ul>
<li>Removed: each log's delete button, as they would be accidentally clicked and would remove the log.</li>
</ul>
</description>
</release>
<release version="3.6.6" date="2021-12-03">
<description>
<description translatable="no">
<p>Release: Leap Year</p>
<ul>
<li>Added: Logs now have tags! Add tags in the new entry below log name, by specifying them with colons, like this: "tag1:tag2:tag3".</li>
</ul>
</description>
</release>
<release version="3.6.5" date="2021-12-01">
<description>
<description translatable="no">
<p>Release: Tick Tock Clock</p>
<ul>
<li>Changed: UI now sports an experimental design.</li>
Expand All @@ -101,15 +101,15 @@
</description>
</release>
<release version="3.5.0" date="2021-02-09">
<description>
<description translatable="no">
<p>Release: UI Refreshments</p>
<ul>
<li>Changed: The UI is now with a better layout.</li>
</ul>
</description>
</release>
<release version="3.0.0" date="2021-01-29">
<description>
<description translatable="no">
<p>Release: Port to GTK4</p>
<ul>
<li>Changed: Rewritten for GTK4.</li>
Expand Down

0 comments on commit 46df9e2

Please sign in to comment.