# Configuration

<mark style="color:$success;">Config.lua</mark>

```lua
STG = {}

STG.Language = "en" -- en, de, fr, es, pt, it, nl, pl, sv, ar, jp, zh, he, fi

STG.Links = {
    discord = "https://discord.gg/stg",
    instagram = "https://instagram.com",
    youtube = "https://youtube.com"
}
```
