mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Includes JS file to previous commit
This commit is contained in:
parent
b56ea161cd
commit
3bdea42f6d
1 changed files with 8 additions and 0 deletions
|
@ -85,6 +85,14 @@ BlazeComponent.extendComponent({
|
|||
return limit >= 0 && count >= limit;
|
||||
},
|
||||
|
||||
cardsCountForListIsOne(count) {
|
||||
if (count === 1) {
|
||||
return TAPi18n.__('cards-count-one');
|
||||
} else {
|
||||
return TAPi18n.__('cards-count');
|
||||
}
|
||||
},
|
||||
|
||||
events() {
|
||||
return [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue