-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data(metainfo): prefer translate=yes over translatable=yes
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
<content_rating type="oars-1.1"/> | ||
<releases> | ||
<release version="0.1.0" date="2024-09-22"> | ||
<description translatable="no"> | ||
<description translate="no"> | ||
<p>Initial release.</p> | ||
</description> | ||
</release> | ||
|
@@ -45,9 +45,9 @@ | |
<kudo>HiDpiIcon</kudo> | ||
</kudos> | ||
<!-- developer_name tag deprecated with Appstream 1.0 --> | ||
<developer_name translatable="no">Dave Patrick Caberto</developer_name> | ||
<developer_name translate="no">Dave Patrick Caberto</developer_name> | ||
<developer id="io.github.seadve"> | ||
<name translatable="no">Dave Patrick Caberto</name> | ||
<name translate="no">Dave Patrick Caberto</name> | ||
</developer> | ||
<update_contact>[email protected]</update_contact> | ||
<translation type="gettext">@gettext-package@</translation> | ||
|