feat: Views localization

This commit is contained in:
NGPixel
2017-05-02 21:41:22 -04:00
parent ea2d98c9b6
commit 40c4ff80f4
19 changed files with 128 additions and 69 deletions

View File

@@ -5,7 +5,7 @@ block rootNavRight
.nav-item
a.button(href='/' + pageData.meta._id)
i.icon-circle-check
span View Latest
span= t('nav.viewlatest')
block content
@@ -17,7 +17,7 @@ block content
aside.stickyscroll
.sidebar-label
span Past versions
span= t('sidebar.pastversions')
ul.sidebar-menu
each item, index in pageData.history
- var itemDate = moment(item.date)