🇺🇸Adding translation files
You can add your own translations and if you're nice enough you can even share them to our community on our discord!
Create a .lua file in
locales
folder and name it however you want.Copy the code from
en.lua
and paste it into the new LUA file.Open the locale file and change
Config.Languages["en"]
toConfig.Languages["
yourlanguage
"]
Now just translate all the messages, and if you want, share the locale file in our discord group's snippets channel!
To use the locale, change the Config.Language
in high_phone/config.lua
to your new locale's name.
Last updated