feat(interface): add locales for progress and radial menu (#509)

This commit is contained in:
ANTOND
2024-03-15 18:41:06 +01:00
committed by GitHub
parent abb2868bae
commit 591fb022f9
30 changed files with 92 additions and 38 deletions

View File

@@ -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')