# Localization

### Change Language

Config.Locale = 'tr' (tr or en)

### Available Languages

| Code | Language |
| ---- | -------- |
| tr   | Turkish  |
| en   | English  |

### Adding New Language

Step 1: Create locales/xx.lua Step 2: Add guard: if Config.Locale \~= 'xx' then return end Step 3: Copy Locales table from en.lua Step 4: Translate all values Step 5: Set Config.Locale = 'xx'

### All Locale Keys

| Key                   | Description            |
| --------------------- | ---------------------- |
| press\_to\_rob        | 3D text prompt         |
| target\_label         | Target label           |
| robbing\_atm          | Progress bar text      |
| rob\_success          | Success notification   |
| rob\_failed           | Failure notification   |
| rob\_cancelled        | Cancelled notification |
| no\_required\_item    | Missing tool           |
| not\_enough\_police   | Police requirement     |
| atm\_already\_robbed  | ATM cooldown           |
| player\_cooldown      | Player cooldown        |
| too\_far              | Distance check         |
| already\_robbing      | Already active         |
| minigame\_start       | Minigame starting      |
| minigame\_failed      | Minigame failed        |
| police\_alert         | Police blip name       |
| wire\_title           | Wire game title        |
| keypad\_title         | Keypad game title      |
| memory\_title         | Memory game title      |
| lockpick\_title       | Lockpick game title    |
| drill\_title          | Drill game title       |
| thermite\_placing     | Placing thermite       |
| thermite\_run         | Run away warning       |
| thermite\_countdown   | Countdown text         |
| thermite\_too\_close  | Too close warning      |
| thermite\_safe        | Safe distance          |
| thermite\_exploded    | Explosion notification |
| thermite\_too\_late   | Timeout notification   |
| thermite\_blast\_zone | Blast zone warning     |
| thermite\_collecting  | Collecting loot        |
| thermite\_loot        | Loot target label      |
| thermite\_go\_back    | Return prompt          |
| dealer\_interact      | Dealer target label    |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://elena-scripts.gitbook.io/elenascripts/gameplay/atm-rob/localization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
