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
| Locale | File |
|---|---|
| English | en.json |
| German | de.json |
| Spanish | es.json |
| French | fr.json |
| Italian | it.json |
| Swedish | sv.json |
| Turkish | tr.json |
Set The Locale
Set the active ox_lib locale in server.cfg.
setr ox:locale enChange en to the locale file name without .json.
setr ox:locale svEdit Text
Edit the matching JSON file to change labels, descriptions, errors, and UI messages.
{
"example_key": "Example text"
}Keep JSON valid: use double quotes, commas between entries, and no trailing comma after the final entry.