Add missing translations

This commit is contained in:
ErikKalkoken
2020-03-24 20:21:35 +01:00
parent 32e0621b0a
commit 73f262ce4b
17 changed files with 102 additions and 80 deletions

View File

@@ -1,4 +1,6 @@
from django.utils.translation import gettext_lazy as _
from allianceauth import hooks
from .hooks import MenuItemHook
from .hooks import ServicesHook
@@ -6,7 +8,7 @@ from .hooks import ServicesHook
class Services(MenuItemHook):
def __init__(self):
MenuItemHook.__init__(self,
'Services',
_('Services'),
'fa fa-cogs fa-fw',
'services:services', 100)