Jump to content

Module:MapLink/i18n

From Wikivoyage

Documentation for this module may be created at Module:MapLink/i18n/doc

-- internationalisation
return {
	msg = {
		apple		= '', -- not used in en:voy
		google		= '', -- not used in en:voy
		osm			= 'OSM directions',
	},
	links = {
		apple		= '', -- not used in en:voy
		google		= '', -- not used in en:voy
		osm			= 'https://www.openstreetmap.org/directions?to=',
	},
	icons = {
		apple		= '', -- not used in en:voy
		google		= '', -- not used in en:voy
		osm			= 'Openstreetmap logo.svg',
	},
	sizes = {
		apple		= '', -- not used in en:voy
		google		= '', -- not used in en:voy
		osm			= '15px',
	},
	blockedCountries = {
		--Q148=China, Q884=South Korea, Q241=Cuba, Q794=Iran
		apple		= {Q884 = true, Q241 = true, Q794 = true},
		google		= {Q148 = true, Q884 = true, Q241 = true, Q794 = true},
		osm			= {},
	},
}