You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom dictionaries will allow you to translate and localize things like newly added items.
To add a new dictionary, open a folder called "customDictionary" in your game root (data folder), and place a JSON file containing a key-value object where the key is the token and the value is the localized stream.
{
"my_new_item": "This is my new item",
"another_item": "This is a different item"
[...]
}