Small touches (#82)

* po: Order POTFILES entries

Order entries alphabetically.

* data: Small touches

- Add vcs-browser URL
- Mark the app name as untranslatable

* data: Mark a string translatable

- Refresh list of remotes
This commit is contained in:
Sabri Ünal
2024-01-05 09:01:09 +03:00
committed by GitHub
parent 36d94b34aa
commit 658b6e0b6f
4 changed files with 19 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
[Desktop Entry]
# Translators: Do not translate the applicaion name
Name=Warehouse
Exec=warehouse
Icon=io.github.flattool.Warehouse

View File

@@ -30,6 +30,7 @@
<content_rating type="oars-1.1"/>
<url type="homepage">https://github.com/flattool/warehouse</url>
<url type="bugtracker">https://github.com/flattool/warehouse/issues</url>
<url type="vcs-browser">https://github.com/flattool/warehouse</url>
<url type="translate">https://weblate.fyralabs.com/projects/flattool/warehouse/</url>
<url type="donation">https://ko-fi.com/heliguy</url>
<screenshots>

View File

@@ -11,7 +11,7 @@ template $RemotesWindow: Adw.Window {
HeaderBar header_bar {
Button refresh {
icon-name: "view-refresh-symbolic";
tooltip-text: "Refresh list of remotes";
tooltip-text: _("Refresh list of remotes");
}
}