forked from MapComplete/MapComplete
Fix autoapply for GRB theme
This commit is contained in:
parent
db770f2c35
commit
30be86668e
16 changed files with 392 additions and 209 deletions
|
@ -213,7 +213,6 @@ class ExpandGroupRewrite extends Conversion<{
|
|||
for (let i = 0; i < sourceStrings.length; i++) {
|
||||
const source = sourceStrings[i]
|
||||
const target = targets[i] // This is a string OR a translation
|
||||
console.log("Replacing every "+source+" with "+JSON.stringify(target))
|
||||
rewritten = this.prepConfig(source, target, rewritten)
|
||||
}
|
||||
rewritten.group = rewritten.group ?? groupName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue