Create Crafts & Additions

Create Crafts & Additions

61M Downloads

About the latest update and the es_es language

DankestO opened this issue ยท 0 comments

commented

Hello! In the latest version the es_es language was updated, and I have noticed that in certain lines it is a bit confusing.

	"createaddition.tooltip.energy.push": "Alimentar",
	"createaddition.tooltip.energy.pull": "Recibir",
	"createaddition.tooltip.energy.passive": "Pasivo",
	"createaddition.tooltip.energy.none": "Transmitir",

For example, es_mx is more literal and is better understood:

	"createaddition.tooltip.energy.push": "Empujar",
	"createaddition.tooltip.energy.pull": "Tirar",
	"createaddition.tooltip.energy.passive": "Pasivo",
	"createaddition.tooltip.energy.none": "Ninguno",

Could this be changed for the next update?