mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 19:04:15 +02:00
[flatpak] info available for not installed applications
This commit is contained in:
@@ -49,7 +49,7 @@ class InfoDialog(QDialog):
|
||||
i18n_key = app['__app__'].model.get_type().lower() + '.info.' + attr.lower()
|
||||
|
||||
if isinstance(app[attr], list):
|
||||
val = '\n'.join(['* ' + str(e.strip()) for e in app[attr] if e])
|
||||
val = '\n'.join(['* ' + str(e).strip() for e in app[attr] if e])
|
||||
else:
|
||||
val = str(app[attr]).strip()
|
||||
|
||||
|
||||
@@ -119,4 +119,6 @@ downloading=Downloading
|
||||
console.install_logs.path=Installation logs can be found at {}
|
||||
author=author
|
||||
source=source
|
||||
size=size
|
||||
size=size
|
||||
categories=categories
|
||||
summary=summary
|
||||
@@ -121,4 +121,6 @@ downloading=Descargando
|
||||
console.install_logs.path=Los registros de instalación se pueden encontrar en {}
|
||||
author=autor
|
||||
source=origen
|
||||
size=tamaño
|
||||
size=tamaño
|
||||
categories=categorías
|
||||
summary=sumario
|
||||
@@ -121,4 +121,6 @@ downloading=Baixando
|
||||
console.install_logs.path=Os registros de instalação podem ser encontrados em {}
|
||||
author=autor
|
||||
source=fonte
|
||||
size=tamanho
|
||||
size=tamanho
|
||||
categories=categorias
|
||||
summary=resumo
|
||||
Reference in New Issue
Block a user