From 7ca0ddc0bc90576e82c3b99c8db05c611cc0886a Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Mon, 22 Aug 2022 19:06:37 +0200 Subject: [PATCH] Italian language for esx_cruisecontrol --- [esx_addons]/esx_cruisecontrol/locales/it.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 [esx_addons]/esx_cruisecontrol/locales/it.lua diff --git a/[esx_addons]/esx_cruisecontrol/locales/it.lua b/[esx_addons]/esx_cruisecontrol/locales/it.lua new file mode 100644 index 00000000..cb7a3129 --- /dev/null +++ b/[esx_addons]/esx_cruisecontrol/locales/it.lua @@ -0,0 +1,4 @@ +Locales['it'] = { + ['activated'] = 'attivato', + ['deactivated'] = 'disattivato', +}