extract hardcoded string into locale

This commit is contained in:
Kuba Brecka 2013-03-12 11:29:59 +01:00
parent a5b2c0c476
commit f5f502d2a0
3 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<h3>{{view.title}}</h3>
<div><input type='text' /></div>
<div class='link'>
<a href='#' {{action close target="controller"}}>close</a>
<a href='#' {{action close target="controller"}}>{{i18n share.close}}</a>
</div>

View file

@ -6,6 +6,7 @@ cs:
share:
topic: 'sdílet odkaz na toto téma'
post: 'sdílet odkaz na tento příspěvek'
close: 'zavřít'
edit: 'upravit název a kategorii příspěvku'
not_implemented: "Tato fičura ještě není implementovaná"

View file

@ -6,6 +6,7 @@ en:
share:
topic: 'share a link to this topic'
post: 'share a link to this post'
close: 'close'
edit: 'edit the title and category of this topic'
not_implemented: "That feature hasn't been implemented yet, sorry!"