feat: Pages + Errors localization

This commit is contained in:
NGPixel
2017-05-02 21:00:58 -04:00
parent 69c342f80b
commit 3db9cf4efd
4 changed files with 20 additions and 20 deletions

View File

@@ -24,6 +24,6 @@ html(data-logic='error')
.container
a(href='/'): img(src='/images/logo.png')
h1= message
h2 Would you like to create this entry?
a.button.is-amber.is-inverted.is-featured(href='/create/' + newpath) Create
a.button.is-amber.is-inverted(href='/') Go Home
h2= t('errors:notexistdetail')
a.button.is-amber.is-inverted.is-featured(href='/create/' + newpath)= t('errors:actions.create')
a.button.is-amber.is-inverted(href='/')= t('errors:actions.gohome')