🏳️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.
List of avaliable abbreviation: de, en, fr, es, it, nl, pl, pt, ru, tr, cs, sk, hu, ro, bg, hr, sl, lv, lt, et, fi, sv, da, no, is
Update the locale in the configuration file.
Last updated