mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
extract hardcoded string into locale
This commit is contained in:
parent
a5b2c0c476
commit
f5f502d2a0
3 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<h3>{{view.title}}</h3>
|
<h3>{{view.title}}</h3>
|
||||||
<div><input type='text' /></div>
|
<div><input type='text' /></div>
|
||||||
<div class='link'>
|
<div class='link'>
|
||||||
<a href='#' {{action close target="controller"}}>close</a>
|
<a href='#' {{action close target="controller"}}>{{i18n share.close}}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -6,6 +6,7 @@ cs:
|
||||||
share:
|
share:
|
||||||
topic: 'sdílet odkaz na toto téma'
|
topic: 'sdílet odkaz na toto téma'
|
||||||
post: 'sdílet odkaz na tento příspěvek'
|
post: 'sdílet odkaz na tento příspěvek'
|
||||||
|
close: 'zavřít'
|
||||||
|
|
||||||
edit: 'upravit název a kategorii příspěvku'
|
edit: 'upravit název a kategorii příspěvku'
|
||||||
not_implemented: "Tato fičura ještě není implementovaná"
|
not_implemented: "Tato fičura ještě není implementovaná"
|
||||||
|
|
|
@ -6,6 +6,7 @@ en:
|
||||||
share:
|
share:
|
||||||
topic: 'share a link to this topic'
|
topic: 'share a link to this topic'
|
||||||
post: 'share a link to this post'
|
post: 'share a link to this post'
|
||||||
|
close: 'close'
|
||||||
|
|
||||||
edit: 'edit the title and category of this topic'
|
edit: 'edit the title and category of this topic'
|
||||||
not_implemented: "That feature hasn't been implemented yet, sorry!"
|
not_implemented: "That feature hasn't been implemented yet, sorry!"
|
||||||
|
|
Loading…
Reference in a new issue