From 32c4e12d4b9ea26e60cc42a007b1fdb26d92d3f0 Mon Sep 17 00:00:00 2001 From: earthy <69638603+AgentofDeath@users.noreply.github.com> Date: Wed, 28 Jun 2023 15:56:02 -0500 Subject: [PATCH] Fix Dutch locales for keybinds --- cd_garage/locales.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cd_garage/locales.lua b/cd_garage/locales.lua index 2ce03d9..35b545c 100644 --- a/cd_garage/locales.lua +++ b/cd_garage/locales.lua @@ -1178,10 +1178,10 @@ Locales = { ['harbor'] = 'Haven', ['hangar'] = 'Hangaar', ['open_garage_1'] = '[E] Voertuig snelkiezen', - ['open_garage_2'] = '[G] Ga garage binnen', + ['open_garage_2'] = '[H] Ga garage binnen', ['open_garage_3'] = '[E] Ga haven binnen', ['open_garage_4'] = '[E] Ga hangaar binnen', - ['notif_storevehicle'] = '[F] Zet voertuig in garage', + ['notif_storevehicle'] = '[G] Zet voertuig in garage', ['vehicle_toolarge'] = 'Dit voertuig is te groot voor deze garage : ', ['car_city_impound'] = 'Voertuig inbeslagneming (stad)', ['car_sandy_impound'] = 'Voertuig inbeslagneming (sandy)',