๐Ÿ“šTranslating

All the notifications translations can be found in locale.lua

Locale = {
    ['en'] = {
        ['rob_house'] = 'Press ~INPUT_CONTEXT~ to rob the house.',
        ['leave_house'] = 'Press ~INPUT_CONTEXT~ to leave the house.',
        ['open_shop'] = 'Press ~INPUT_CONTEXT~ to open the shop.',
        ['not_enough_lockpicks'] = 'You don\'t have enough lockpicks.',
        ['somebody_lockpicking'] = 'Someone is already lockpicking.',
        ['allready_opened'] = 'The container is already opened.',
        ['not_enough_space'] = 'You don\'t have enough space.',
        ['not_enough_police'] = 'There are not enough police in the area.',
        ['house_blip'] = 'Robbable house',
    }
}

Last updated