UNPKG

mapbox-gl

Version:
21 lines (18 loc) 845 B
// @flow const defaultLocale = { 'AttributionControl.ToggleAttribution': 'Toggle attribution', 'AttributionControl.MapFeedback': 'Map feedback', 'FullscreenControl.Enter': 'Enter fullscreen', 'FullscreenControl.Exit': 'Exit fullscreen', 'GeolocateControl.FindMyLocation': 'Find my location', 'GeolocateControl.LocationNotAvailable': 'Location not available', 'LogoControl.Title': 'Mapbox logo', 'Map.Title': 'Map', 'NavigationControl.ResetBearing': 'Reset bearing to north', 'NavigationControl.ZoomIn': 'Zoom in', 'NavigationControl.ZoomOut': 'Zoom out', 'ScrollZoomBlocker.CtrlMessage': 'Use ctrl + scroll to zoom the map', 'ScrollZoomBlocker.CmdMessage': 'Use ⌘ + scroll to zoom the map', 'TouchPanBlocker.Message': 'Use two fingers to move the map' }; export default defaultLocale;