🏳️Add your own language
Copy one of the existing translation files in the
locales
folder and rename it to<desired abbreviation>.lua
.Enter your desired abbreviation in
Locales['here']
.Now make all your desired changes.
['help_notification'] = 'ONLY EDIT THIS',
Additionally, the locales for the NUI
Copy one of the existing translation files in the
html/locales
folder and rename it to<desired abbreviation>.json
.Now make all your desired changes.
Update the locale in the configuration file.
Last updated