🏳️Add your own language

  1. Copy one of the existing translation files in the locales folder and rename it to <desired abbreviation>.lua.

  2. Enter your desired abbreviation in Locales['here'].

  3. Now make all your desired changes.

['help_notification'] = 'ONLY EDIT THIS',

Additionally, the locales for the NUI

  1. Copy one of the existing translation files in the html/locales folder and rename it to <desired abbreviation>.json.

  2. Now make all your desired changes.

The last translation in parentheses must not have a comma at the end!

Update the locale in the configuration file.

Last updated