mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(interface): add locales for progress and radial menu (#509)
This commit is contained in:
@@ -221,4 +221,4 @@ RegisterCommand('cancelprogress', function()
|
||||
if progress?.canCancel then progress = false end
|
||||
end)
|
||||
|
||||
RegisterKeyMapping('cancelprogress', 'Cancel current progress bar', 'keyboard', 'x')
|
||||
RegisterKeyMapping('cancelprogress', locale('cancel_progress'), 'keyboard', 'x')
|
||||
|
||||
Reference in New Issue
Block a user