> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_casino/translations.md).

# Translations

### Main Translation

The main translation (all texts of the UI) is stored in **config.lua**, inside Translation {}.

### Bar Drinks

Names of all bar drinks (Vodka, Whiskey, Champagne...) are stored in **const.lua**, inside CasinoInventoryItems {}.

### Table Games

Names of all table games (Poker, Roulette High Stakes...) are stored in **const.lua**, inside PokerTableDatas {}, RouletteTableDatas {}, and BlackjackTableDatas {}.

### Slot Machines

Names of slot machines, and items of each slot machine, are stored in **const.lua**, inside machineModels {}, the *name* properties.
