Orbit StudiosOrbit Studios
Orbit Studios Resourcesorbit-craftingsystem

Language Support

Configure available locales for orbit-craftingsystem.

Language Support

orbit-craftingsystem includes locale files in resources/[orbit]/orbit-craftingsystem/locales.

Available Locales

LocaleFile
Englishen.json
Germande.json
Spanishes.json
Frenchfr.json
Italianit.json
Swedishsv.json
Turkishtr.json

Set The Locale

Set the active ox_lib locale in server.cfg.

server.cfg
setr ox:locale en

Change en to the locale file name without .json.

server.cfg
setr ox:locale sv

Edit Text

Edit the matching JSON file to change labels, descriptions, errors, and UI messages.

resources/[orbit]/orbit-craftingsystem/locales/en.json
{
  "example_key": "Example text"
}

Keep JSON valid: use double quotes, commas between entries, and no trailing comma after the final entry.

On this page