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

  1. Copy locales/en.json to a new file, for example locales/de.json.
  2. Translate the string values. Keep the key structure intact.
  3. Set Locale to the new file name without the extension ("de").
  4. 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.