Skip to content

Commit

Permalink
feat(about): Show other apps
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth committed Sep 29, 2024
1 parent df0c150 commit c961ef1
Show file tree
Hide file tree
Showing 6 changed files with 365 additions and 0 deletions.
9 changes: 9 additions & 0 deletions blanket/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,15 @@ def on_about(self, _action, _param):
about.add_credit_section(_('Sounds by'), sound_artists)
about.add_credit_section(_('Sounds edited by'), sound_editors)

# Translators: Metainfo for the app Diccionario de la Lengua. <https://codeberg.org/rafaelmardojai/diccionario-lengua>
about.add_other_app("com.mardojai.DiccionarioLengua", _('Diccionario de la Lengua'), _('Search for terms in the Spanish dictionary'))
# Translators: Metainfo for the app Forge Sparks. <https://github.com/rafaelmardojai/forge-sparks>
about.add_other_app("com.mardojai.ForgeSparks", _('Forge Sparks'), _('Get Git forges notifications'))
# Translators: Metainfo for the app Share Preview. <https://github.com/rafaelmardojai/share-preview/>
about.add_other_app("com.rafaelmardojai.SharePreview", _('Share Preview'), _('Test social media cards locally'))
# Translators: Metainfo for the app Webfont Kit Generator. <https://github.com/rafaelmardojai/webfont-kit-generator/>
about.add_other_app("com.rafaelmardojai.WebfontKitGenerator", _('Webfont Kit Generator'), _('Generate @font-face kits easily'))

about.present(self.window)

def on_quit(self, _action, _param):
Expand Down
6 changes: 6 additions & 0 deletions data/resources/blanket.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@

<file preprocess="xml-stripblanks">icons/scalable/emblems/com.rafaelmardojai.Blanket-sound-wave-symbolic.svg</file>
<file preprocess="xml-stripblanks">icons/scalable/emblems/com.rafaelmardojai.Blanket-add-symbolic.svg</file>

<!-- App icons -->
<file preprocess="xml-stripblanks">icons/scalable/apps/com.mardojai.DiccionarioLengua.svg</file>
<file preprocess="xml-stripblanks">icons/scalable/apps/com.mardojai.ForgeSparks.svg</file>
<file preprocess="xml-stripblanks">icons/scalable/apps/com.rafaelmardojai.SharePreview.svg</file>
<file preprocess="xml-stripblanks">icons/scalable/apps/com.rafaelmardojai.WebfontKitGenerator.svg</file>

<!-- Sounds -->
<file>sounds/rain.ogg</file>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c961ef1

Please sign in to comment.