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");
}
}

View File

@@ -1,17 +1,23 @@
data/io.github.flattool.Warehouse.desktop.in
data/io.github.flattool.Warehouse.metainfo.xml.in
data/io.github.flattool.Warehouse.gschema.xml
src/main.py
src/common.py
src/window.py
data/ui/downgrade.blp
data/ui/filter.blp
data/ui/orphans.blp
data/ui/popular_remotes.blp
data/ui/properties.blp
data/ui/remotes.blp
data/ui/search_install.blp
data/ui/snapshots.blp
data/ui/window.blp
src/app_row_widget.py
src/common.py
src/downgrade_window.py
src/filter_window.py
src/gtk/help-overlay.blp
src/main.py
src/orphans_window.py
src/properties_window.py
src/remotes_window.py
data/ui/remotes.blp
src/orphans_window.py
data/ui/orphans.blp
src/filter_window.py
data/ui/filter.blp
src/downgrade_window.py
data/ui/downgrade.blp
src/snapshots_window.py
src/window.py