We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1560d2 commit d2770dcCopy full SHA for d2770dc
app/views/js/templates/_story.js.erb
@@ -30,7 +30,7 @@
30
</div>
31
<div class="pull-right story-actions">
32
<div class="story-keep-unread">
33
- <i class="icon-check{{ if(!keep_unread) { }}-empty{{ } }}"></i> Keep unread
+ <i class="icon-check{{ if(!keep_unread) { }}-empty{{ } }}"></i> <%= t('stories.keep_unread') %>
34
35
<a class="story-permalink" href="{{= permalink }}">
36
<i class="icon-external-link"></i>
config/locales/en.yml
@@ -13,6 +13,8 @@ en:
13
index:
14
add_some_feeds: "Hey, you should %{add} some feeds."
15
add: "add"
16
+ stories:
17
+ keep_unread: "Keep unread"
18
first_run:
19
password:
20
title: 'Stringer is'
0 commit comments