🇺🇸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!

  1. Create a .lua file in locales folder and name it however you want.

  2. Copy the code from en.lua and paste it into the new LUA file.

  3. Open the locale file and change Config.Languages["en"] to Config.Languages["yourlanguage"]

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