Locales
Change locale
To change the locales of this resource, follow these simple steps:
Go to
configs/sh_config.lua
.Find the line:
Replace 'en' with one of the locales listed in the locales directory.
Create your own locale
If you want to create your own locales, follow these steps:
Duplicate one of the existing locale files.
Rename the duplicated file to your desired locale, e.g.,
your_locale_here.lua
.Open the duplicated file and modify its contents to match your desired locale.
Example:
That's it! By following these steps, you can easily change or create your own locales for the resource.
Last updated