elmarquis / Leaflet.GestureHandling

Brings the basic functionality of Google Maps Gesture Handling into Leaflet. Prevents users from getting trapped on the map when scrolling a long page.
MIT License
271 stars 60 forks source link

German macOS Translation is empty #95

Open dagrega opened 1 year ago

dagrega commented 1 year ago

The german translation for macOS only contains the cmd-symbol but not other advices:

de: {
 touch: "Verschieben der Karte mit zwei Fingern",
 scroll: "Verwende Strg+Scrollen zum Zoomen der Karte",
 scrollMac: "\u2318"
},

I should actually look like this:

de: {
 touch: "Verschieben der Karte mit zwei Fingern",
 scroll: "Verwende Strg+Scrollen zum Zoomen der Karte",
 scrollMac: "Verwende \u2318+Scrollen zum Zoomen der Karte"
},
szeidler commented 1 year ago

Ha, that's a good catch. I was wondering why the text is not showing at all, but it was just related to my browser locale and the bug described here.