Skip to content

Commit

Permalink
Merge branch 'release/1.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviocopes committed Jul 18, 2016
2 parents cd010aa + 064f24d commit 3233fba
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v1.5.1
## 07/18/2016

1. [](#improved)
* Added chinese and german translations
1. [](#bugfix)
* Fixed issue with the Smartypants plugin running before Twig was processed

# v1.5.0
## 07/14/2015

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Error
version: 1.5.0
version: 1.5.1
description: Displays the error page.
icon: warning
author:
Expand Down
9 changes: 8 additions & 1 deletion languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ en:
PLUGIN_ERROR:
ERROR: "Error"
ERROR_MESSAGE: "Woops. Looks like this page doesn't exist."
de:
PLUGIN_ERROR:
ERROR: "Fehler"
ERROR_MESSAGE: "Uuups. Sieht aus als ob diese Seite nicht existiert."
ro:
PLUGIN_ERROR:
ERROR: "Eroare"
ERROR_MESSAGE: "Ooops. Se pare că pagina nu există."

fr:
PLUGIN_ERROR:
ERROR: "Erreur"
Expand All @@ -23,3 +26,7 @@ da:
PLUGIN_ERROR:
ERROR: "Fejl"
ERROR_MESSAGE: "Ups. Det ser ud til at siden ikke eksisterer."
zh:
PLUGIN_ERROR:
ERROR: "错误"
ERROR_MESSAGE: "呃,似乎这个页面不存在。"
1 change: 1 addition & 0 deletions pages/error.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ robots: noindex,nofollow
template: error
routable: false
http_response_code: 404
twig_first: true
process:
twig: true
---
Expand Down

0 comments on commit 3233fba

Please sign in to comment.