fix: Install fixes + localization home key
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"move": "Move",
|
||||
"myprofile": "My Profile",
|
||||
"normalview": "Normal View",
|
||||
"root": "Home",
|
||||
"savechanges": "Save Changes",
|
||||
"savedocument": "Save Document",
|
||||
"settings": "Settings",
|
||||
@@ -46,4 +47,4 @@
|
||||
"source": "Loading source...",
|
||||
"editor": "Loading editor..."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -8,7 +8,7 @@ block rootNavRight
|
||||
.nav-item
|
||||
a.button.btn-edit-discard(href='/')
|
||||
i.icon-home
|
||||
span= t('nav.home')
|
||||
span= t('nav.root')
|
||||
|
||||
block content
|
||||
|
||||
@@ -25,7 +25,7 @@ block content
|
||||
li
|
||||
a(href='/')
|
||||
i.icon-home
|
||||
span= t('nav.home')
|
||||
span= t('nav.root')
|
||||
|
||||
aside
|
||||
.sidebar-label
|
||||
|
@@ -10,7 +10,7 @@ block content
|
||||
li
|
||||
a(href='/')
|
||||
i.icon-home
|
||||
span= t('nav.home')
|
||||
span= t('nav.root')
|
||||
if !isGuest
|
||||
li
|
||||
a(href='/admin')
|
||||
|
@@ -44,7 +44,7 @@ block content
|
||||
li
|
||||
a(href='/')
|
||||
i.icon-home
|
||||
span= t('nav.home')
|
||||
span= t('nav.root')
|
||||
li
|
||||
a(href='/all')
|
||||
i.icon-paper
|
||||
|
Reference in New Issue
Block a user