Merge pull request #431 from kubabrecka/extract_strings12

extract hardcoded string into locale
This commit is contained in:
Sam 2013-03-12 03:31:10 -07:00
commit a2dfc8472d
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!"