Language System
🌐 Language Settings
To change in-game interactions and in-game notifications, you can check the files inside the locales
folder.
For all UI language settings, open config.js
:
var Config = {
language: "en" // en , tr , de , es , fr , ru , ar
}
You can switch the language here.
Additional languages can be added if needed.
Last updated