Added i18n for Version History

This commit is contained in:
Ruben Vereecken 2014-03-10 19:11:37 +01:00
parent 06ae06fa34
commit 29901787f7
3 changed files with 3 additions and 1 deletions
app
locale
templates/editor/level

View file

@ -264,6 +264,7 @@ module.exports = nativeDescription: "English", englishDescription: "English", tr
body: "Body" body: "Body"
version: "Version" version: "Version"
commit_msg: "Commit Message" commit_msg: "Commit Message"
version_history: "Version History"
version_history_for: "Version History for: " version_history_for: "Version History for: "
results: "Results" results: "Results"
description: "Description" description: "Description"

View file

@ -264,6 +264,7 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t
body: "Inhoud" body: "Inhoud"
version: "Versie" version: "Versie"
commit_msg: "Commit Bericht" commit_msg: "Commit Bericht"
version_history: "Versie geschiedenis"
version_history_for: "Versie geschiedenis voor: " version_history_for: "Versie geschiedenis voor: "
results: "Resultaten" results: "Resultaten"
description: "Beschrijving" description: "Beschrijving"

View file

@ -2,7 +2,7 @@ extends /templates/modal/modal_base
include /templates/kinds/versions include /templates/kinds/versions
block modal-header-content block modal-header-content
h3 Version History h3(data-i18n="general.version_history") Version History
block modal-body-content block modal-body-content
if dataList if dataList