Translations:Modding:Basic Item/15/es: Difference between revisions
From Vintage Story Wiki
(Created page with "For our wand, this means our file should look something like this: <syntaxhighlight lang="json"> { "item-wand": "Varita" } </syntaxhighlight>") |
No edit summary |
||
Line 2: | Line 2: | ||
<syntaxhighlight lang="json"> | <syntaxhighlight lang="json"> | ||
{ | { | ||
"item-wand": " | "item-wand": "Wand" | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 13:26, 19 June 2023
For our wand, this means our file should look something like this:
{
"item-wand": "Wand"
}