mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[snap] fix: mapping categories
This commit is contained in:
@@ -44,7 +44,7 @@ class SnapManager(SoftwareManager):
|
|||||||
if app.publisher:
|
if app.publisher:
|
||||||
app.publisher = app.publisher.replace('*', '')
|
app.publisher = app.publisher.replace('*', '')
|
||||||
|
|
||||||
app.categories = self.categories.get(app.name)
|
app.categories = self.categories.get(app.name.lower())
|
||||||
|
|
||||||
app.installed = installed
|
app.installed = installed
|
||||||
|
|
||||||
|
|||||||
@@ -130,4 +130,5 @@ terminalemulator=terminal
|
|||||||
desktopsettings=desktop settings
|
desktopsettings=desktop settings
|
||||||
texteditor=text editor
|
texteditor=text editor
|
||||||
screenshots.bt_next.label=next
|
screenshots.bt_next.label=next
|
||||||
screenshots.bt_back.label=previous
|
screenshots.bt_back.label=previous
|
||||||
|
instantmessaging=messaging
|
||||||
@@ -167,4 +167,5 @@ finance=finanzas
|
|||||||
desktopsettings=configuraciones
|
desktopsettings=configuraciones
|
||||||
texteditor=editor de texto
|
texteditor=editor de texto
|
||||||
screenshots.bt_next.label=próxima
|
screenshots.bt_next.label=próxima
|
||||||
screenshots.bt_back.label=anterior
|
screenshots.bt_back.label=anterior
|
||||||
|
instantmessaging=mensajens
|
||||||
@@ -170,3 +170,4 @@ desktopsettings=configurações
|
|||||||
texteditor=editor de texto
|
texteditor=editor de texto
|
||||||
screenshots.bt_next.label=próxima
|
screenshots.bt_next.label=próxima
|
||||||
screenshots.bt_back.label=anterior
|
screenshots.bt_back.label=anterior
|
||||||
|
instantmessaging=mensagens
|
||||||
|
|||||||
Reference in New Issue
Block a user