style: translate remaining ui strings
This commit is contained in:
@@ -49,7 +49,7 @@ async function proxyUpstream(url: string, init?: RequestInit) {
|
|||||||
|
|
||||||
function htmlPage(): string {
|
function htmlPage(): string {
|
||||||
return `<!doctype html>
|
return `<!doctype html>
|
||||||
<html lang="de">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
@@ -924,7 +924,7 @@ function htmlPage(): string {
|
|||||||
const map = L.map("map", { zoomControl: true }).setView([52.5208, 13.4095], 13);
|
const map = L.map("map", { zoomControl: true }).setView([52.5208, 13.4095], 13);
|
||||||
L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
|
L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
|
||||||
maxZoom: 19,
|
maxZoom: 19,
|
||||||
attribution: "© OpenStreetMap-Mitwirkende"
|
attribution: "© OpenStreetMap contributors"
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
const markers = L.layerGroup().addTo(map);
|
const markers = L.layerGroup().addTo(map);
|
||||||
|
|||||||
Reference in New Issue
Block a user