forked from MapComplete/MapComplete
More translation fixes, allows re-enabling questions (fix #51)
This commit is contained in:
parent
400d268651
commit
0bb5abec3c
10 changed files with 83 additions and 37 deletions
|
@ -36,4 +36,8 @@ export default class Translation extends UIElement {
|
|||
return new Translation(this.translations).Render();
|
||||
}
|
||||
|
||||
public Clone(){
|
||||
return new Translation(this.translations)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -372,6 +372,14 @@ export default class Translations {
|
|||
skip: new T({
|
||||
en: "Skip this question",
|
||||
nl: "Vraag overslaan"
|
||||
}),
|
||||
oneSkippedQuestion: new T({
|
||||
en: "One question is skipped",
|
||||
nl: "Een vraag is overgeslaan"
|
||||
}),
|
||||
skippedQuestions: new T({
|
||||
en: "Some questions are skipped",
|
||||
nl: "Sommige vragen zijn overgeslaan"
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue