mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
extract hardcoded string into locale
This commit is contained in:
parent
a5b2c0c476
commit
f5f502d2a0
@ -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>
|
||||
|
@ -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á"
|
||||
|
@ -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!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user