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