Archived boards to be translatable.

This commit is contained in:
Lauri Ojansivu 2017-06-19 11:06:36 +03:00
parent b61034048f
commit c9c6682299
2 changed files with 6 additions and 3 deletions

View file

@ -1,14 +1,14 @@
template(name="archivedBoards")
h2
i.fa.fa-archive
| Archived boards
| {{_ 'archived-boards'}}
ul.archived-lists
each archivedBoards
li.archived-lists-item
button.js-restore-board
i.fa.fa-undo
| Restore board
| {{_ 'restore-board'}}
= title
else
li.no-items-message No archived board.
li.no-items-message {{_ 'no-archived-board'}}

View file

@ -64,6 +64,9 @@
"archive-selection": "Archive selection",
"archiveBoardPopup-title": "Archive Board?",
"archived-items": "Archived Items",
"archived-boards": "Archived Boards",
"restore-board": "Restore Board",
"no-archived-boards": "No Archived Boards.",
"archives": "Archives",
"assign-member": "Assign member",
"attached": "attached",