Skip to content

Commit

Permalink
Translation added for the All Feeds list entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed May 13, 2019
1 parent 59be96e commit 450f1d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2 class="feed-add-title">{function="_t('ADD_FEED')"}</h2>
<ul id="feeds-list" class="feeds-list" data-is-opened="false">
<li class="folder">
<div class="folder__item{if="(!isset($currentFolder)) && (!isset($currentFeed))"} selected{/if}">
<a href="./" data-link="home" class="sidebar-item">All feeds</a>
<a href="./" data-link="home" class="sidebar-item">{function="_t('LEEDVIBES_ALL_FEEDS')"}</a>
<button class="mark-as-read js-mark-as-read js-total-counter" title="{function="_t('LEEDVIBES_MARK_ALL_AS_READ')"}"><span data-count="number">{$unread['total']}</span> <span class="sr-only" data-count="text">{function="_t($unread['total'] > 1 ? 'LEEDVIBES_UNREADS' : 'LEEDVIBES_UNREAD')"}</span></button>
</div>
</li>
Expand Down
3 changes: 2 additions & 1 deletion locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"LEEDVIBES_MARK_AS_UNREAD": "Mark as unread",
"LEEDVIBES_GO_TOP": "Go to the top",
"LEEDVIBES_UNREAD": "unread",
"LEEDVIBES_UNREADS": "unreads"
"LEEDVIBES_UNREADS": "unreads",
"LEEDVIBES_ALL_FEEDS": "All feeds"
}
3 changes: 2 additions & 1 deletion locale/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"LEEDVIBES_MARK_AS_UNREAD": "Marquer comme non lu",
"LEEDVIBES_GO_TOP": "Aller en haut",
"LEEDVIBES_UNREAD": "non lu",
"LEEDVIBES_UNREADS": "non lus"
"LEEDVIBES_UNREADS": "non lus",
"LEEDVIBES_ALL_FEEDS": "Tous les flux"
}

0 comments on commit 450f1d4

Please sign in to comment.