From 6947a7f32c8b796fbea4b6295cfc7a01365819a5 Mon Sep 17 00:00:00 2001 From: Mycroft Date: Tue, 31 May 2022 16:23:37 +0100 Subject: [PATCH] fix(esx_cruisecontrol): broken translation --- [esx_addons]/esx_cruisecontrol/locales/si.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[esx_addons]/esx_cruisecontrol/locales/si.lua b/[esx_addons]/esx_cruisecontrol/locales/si.lua index 6f889a46..ddfd5db7 100644 --- a/[esx_addons]/esx_cruisecontrol/locales/si.lua +++ b/[esx_addons]/esx_cruisecontrol/locales/si.lua @@ -1,4 +1,4 @@ -Locales['en'] = { +Locales['si'] = { ['activated'] = 'Aktivirano', ['deactivated'] = 'Deaktivirano', }