Translating

UI

To translate UI headover to the /shared/translations/ui.lua.

Target

To translate target headover to the /shared/translations/target.lua.

Blips

To translate blips go to /shared/config.lua and find:

Config.Blips = {
    garages = {
        scale = .5,
        color = 0,
        title = 'Garage', -- change that text
        sprite = 357
    },
    impounds = {
        scale = .5,
        color = 1,
        title = 'Impound', -- change that text
        sprite = 357
    }
}

Make sure to only change the title for the translation.

Last updated