Difference between revisions of "Module:Infobox/es"

From Minetest Wiki
Jump to navigation Jump to search
(translating bit by bit, in the future I will translate more.)
(No difference)

Revision as of 22:48, 29 August 2017

return {

   item = {
       {id = "type", name = "Tipo"},
       {id = "renewable", name = "Renovable"},
       {id = "durability", name = "Durabilidad"},
       {id = "stackable", name = "Apilación"},
       {id = "itemstring", name = "ItemString"},
   },

}