Translations:Modding:Basic Item/15/es: Difference between revisions

From Vintage Story Wiki
No edit summary
Tag: Manual revert
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
For our wand, this means our file should look something like this:
Para nuestra varita, esto significa que nuestro archivo debe ser algo como esto:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
{
{
   "item-wand": "Varita"
   "item-varita": "Varita"
}
}
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 13:29, 19 June 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Modding:Basic Item)
For our wand, this means our file should look something like this:
<syntaxhighlight lang="json">
{
  "item-wand": "Wand"
}
</syntaxhighlight>

Para nuestra varita, esto significa que nuestro archivo debe ser algo como esto:

{
  "item-varita": "Varita"
}