forked from MapComplete/MapComplete
Merge branch 'master' into project/natuurpunt
This commit is contained in:
commit
2ff279566d
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
"render": "Bevindt zich op de {level}de verdieping",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Bevindt zich ondergrounds"
|
||||
"then": "Bevindt zich ondergronds"
|
||||
},
|
||||
"1": {
|
||||
"then": "Bevindt zich gelijkvloers"
|
||||
|
|
|
@ -75,6 +75,7 @@ export default class ScriptUtils {
|
|||
try {
|
||||
resolve(JSON.parse(result))
|
||||
} catch (e) {
|
||||
console.error("Could not parse the following as JSON:", result)
|
||||
reject(e)
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue