mirror of
https://github.com/plankanban/planka.git
synced 2025-07-25 08:09:44 +02:00
Add German (de-DE) translation and enable it in i18n config
This commit is contained in:
parent
ffb9693184
commit
e1efe663a0
4 changed files with 17 additions and 35 deletions
|
@ -53,9 +53,6 @@ module.exports = {
|
|||
type: 'json',
|
||||
custom: isStopwatch,
|
||||
},
|
||||
customFields: {
|
||||
type: 'ref',
|
||||
},
|
||||
},
|
||||
|
||||
exits: {
|
||||
|
@ -99,10 +96,6 @@ module.exports = {
|
|||
'stopwatch',
|
||||
]);
|
||||
|
||||
if (inputs.customFields) {
|
||||
values.customFields = inputs.customFields;
|
||||
}
|
||||
|
||||
const card = await sails.helpers.cards.createOne
|
||||
.with({
|
||||
project,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue