Localization
Player-facing text in the language of your server — start from English, add your own.
GTM AI Taxi loads translations from the locales/ folder. The active file is selected by Locale in config.json.
Default
The resource ships with locales/en.json. Set:
{
"Locale": "en"
}Add another language
- Copy
locales/en.jsonto a new file, for examplelocales/de.json. - Translate the string values. Keep the key structure intact.
- Set
Localeto the new file name without the extension ("de"). - Restart the resource.
What lives in the locale file
Player-facing help texts and prompts — dispatch messages, arrival hints, payment copy, destination and driving-style hints, Ride Together text, and related strings.
Edit carefully. Missing keys fall back or appear incomplete, so keep every key present when you add a language.
Clarity in every language your city speaks.