Module:Road data/strings/MEX: Difference between revisions

Content deleted Content added
add translation
add
Line 22:
orientation = "upright",
translation = "Carretera federal %route%",
lang = "es-mx",
maint = "[[Secretariat of Communications and Transportation (Mexico)|Secretariat of Communications and Transportation]]",
nbrowse = "[[Mexican Federal Highway]]s",
Line 82 ⟶ 81:
orientation = "upright",
translation = "Carretera estatal %route%",
lang = "es-mx",
}
 
Line 95 ⟶ 93:
for k, v in pairs(MEX) do if k:find ("^%a") then
v.browse = stateBrowse
v.lang = "es-mx",
end
end