3 OSM.MapLibre.Locale = {
4 "GeolocateControl.FindMyLocation": OSM.i18n.t("javascripts.map.locate.title"),
5 "GeolocateControl.LocationNotAvailable": OSM.i18n.t("javascripts.map.locate.not_available"),
6 "NavigationControl.ZoomIn": OSM.i18n.t("javascripts.map.zoom.in"),
7 "NavigationControl.ZoomOut": OSM.i18n.t("javascripts.map.zoom.out"),
8 "Popup.Close": OSM.i18n.t("javascripts.map.popup.close")