mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-15 00:34:42 +09:00
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:
@@ -1,4 +1,5 @@
|
||||
[Desktop Entry]
|
||||
# Translators: Do not translate the applicaion name
|
||||
Name=Warehouse
|
||||
Exec=warehouse
|
||||
Icon=io.github.flattool.Warehouse
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
26
po/POTFILES
26
po/POTFILES
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user