mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user