Skip to content

Commit d2770dc

Browse files
author
Matt Swanson
committed
locale 'Keep unread' - so sorry translators\!
1 parent d1560d2 commit d2770dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/views/js/templates/_story.js.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</div>
3131
<div class="pull-right story-actions">
3232
<div class="story-keep-unread">
33-
<i class="icon-check{{ if(!keep_unread) { }}-empty{{ } }}"></i> Keep unread
33+
<i class="icon-check{{ if(!keep_unread) { }}-empty{{ } }}"></i> <%= t('stories.keep_unread') %>
3434
</div>
3535
<a class="story-permalink" href="{{= permalink }}">
3636
<i class="icon-external-link"></i>

config/locales/en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ en:
1313
index:
1414
add_some_feeds: "Hey, you should %{add} some feeds."
1515
add: "add"
16+
stories:
17+
keep_unread: "Keep unread"
1618
first_run:
1719
password:
1820
title: 'Stringer is'

0 commit comments

Comments
 (0)