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

From Vintage Story Wiki
No edit summary
Tag: Manual revert
No edit summary
Line 2: Line 2:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
{
{
   "item-wand": "Varita"
   "item-varita": "Varita"
}
}
</syntaxhighlight>
</syntaxhighlight>

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>

For our wand, this means our file should look something like this:

{
  "item-varita": "Varita"
}