mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Add a missing translation
This commit is contained in:
parent
cd8434bf22
commit
54bc9d0dcb
2 changed files with 4 additions and 4 deletions
|
|
@ -38,10 +38,8 @@ BlazeComponent.extendComponent({
|
||||||
const andNOthers = $cards.find('.js-minicard.is-checked').length - 1;
|
const andNOthers = $cards.find('.js-minicard.is-checked').length - 1;
|
||||||
if (andNOthers > 0) {
|
if (andNOthers > 0) {
|
||||||
helper.append($(Blaze.toHTML(HTML.DIV(
|
helper.append($(Blaze.toHTML(HTML.DIV(
|
||||||
// XXX Super bad class name
|
{ 'class': 'and-n-other' },
|
||||||
{'class': 'and-n-other'},
|
TAPi18n.__('and-n-other-card', { count: andNOthers })
|
||||||
// XXX Need to translate
|
|
||||||
`and ${andNOthers} other cards.`
|
|
||||||
))));
|
))));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,8 @@
|
||||||
"admin": "Admin",
|
"admin": "Admin",
|
||||||
"admin-desc": "Can view and edit cards, remove members, and change settings for the board.",
|
"admin-desc": "Can view and edit cards, remove members, and change settings for the board.",
|
||||||
"all-boards": "All boards",
|
"all-boards": "All boards",
|
||||||
|
"and-n-other-card": "And __count__ other card",
|
||||||
|
"and-n-other-card_plural": "And __count__ other cards",
|
||||||
"archive": "Archive",
|
"archive": "Archive",
|
||||||
"archive-all": "Archive All",
|
"archive-all": "Archive All",
|
||||||
"archive-board": "Archive Board",
|
"archive-board": "Archive Board",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue