Adding translation to custom weapons

In order to create such translation you need to do that manually in /shared/translations/weapons.lua

We suggest to start translation before the last line. Example:

    ['weapon_glock'] = 'Glock 18', -- weapon label
} -- Last line that  closes the object

Make sure to always add comma!

Last updated