forked from MapComplete/MapComplete
Fixed custom generator by fixing dependencies
This commit is contained in:
parent
d326e56b15
commit
9c53fe9868
5 changed files with 88 additions and 78 deletions
|
@ -131,7 +131,7 @@ export default class Translations {
|
|||
for (const subKey in tr) {
|
||||
if (Translations.isTranslation(tr[subKey])) {
|
||||
copy[subKey] = new Translation(tr[subKey]);
|
||||
} else if(tr[subKey].translations === undefined /**should not be a translation alreay*/){
|
||||
} else if(tr[subKey].translations === undefined /**should not be a translation already*/){
|
||||
queue.push(tr[subKey]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue