# 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.
