mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Added many new translations to Wekan, now there is total 60 translations in Wekan. Updated translations. Organized pull-translations.sh alphabetically by language name.
Thanks to translators and xet7 !
This commit is contained in:
parent
46e47e3fc9
commit
d171f4088f
15 changed files with 4195 additions and 733 deletions
|
|
@ -13,16 +13,30 @@ template(name="myCards")
|
|||
.wrapper
|
||||
each board in cardsFind
|
||||
.board-title
|
||||
| {{_ 'board' }}:
|
||||
= board.title
|
||||
ul
|
||||
li
|
||||
| {{_ 'board' }}:
|
||||
li
|
||||
+viewer
|
||||
= board.title
|
||||
each swimlane in board.swimlanes
|
||||
.swimlane-title
|
||||
| {{_ 'swimlane' }}:
|
||||
= swimlane.title
|
||||
ul
|
||||
li
|
||||
| {{_ 'swimlane' }}:
|
||||
li
|
||||
+viewer
|
||||
= swimlane.title
|
||||
each list in swimlane.lists
|
||||
.list-title
|
||||
| {{_ 'list' }}:
|
||||
= list.title
|
||||
each card in list.cards
|
||||
a.minicard-wrapper.card-title(href="{{pathFor 'card' boardId=board.id slug=board.slug cardId=card._id }}")
|
||||
+minicard(card)
|
||||
ul
|
||||
li
|
||||
| {{_ 'list' }}:
|
||||
li
|
||||
+viewer
|
||||
= list.title
|
||||
ul
|
||||
each card in list.cards
|
||||
li
|
||||
a.minicard-wrapper.card-title(href="{{pathFor 'card' boardId=board.id slug=board.slug cardId=card._id }}")
|
||||
+minicard(card)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue