forked from MapComplete/MapComplete
Fix: remove unneeded translation download, fix PDF-export
This commit is contained in:
parent
3a77c6f33e
commit
1930f7bb53
1 changed files with 0 additions and 7 deletions
|
@ -679,13 +679,6 @@ class SvgToPdfPage {
|
||||||
".json",
|
".json",
|
||||||
24 * 60 * 60 * 1000
|
24 * 60 * 60 * 1000
|
||||||
)
|
)
|
||||||
const shared_questions = await Utils.downloadJsonCached(
|
|
||||||
"https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/langs/shared-questions/" +
|
|
||||||
language +
|
|
||||||
".json",
|
|
||||||
24 * 60 * 60 * 1000
|
|
||||||
)
|
|
||||||
this.layerTranslations[language]["shared-questions"] = shared_questions["shared_questions"]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Prepare() {
|
public async Prepare() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue