From 08509350ac36f3538540952f82435ce04f299736 Mon Sep 17 00:00:00 2001 From: Raoul <50175388+HariboInc@users.noreply.github.com> Date: Sun, 6 Nov 2022 23:31:39 +0100 Subject: [PATCH] feat(esx_cruisecontrol): Dutch translations --- [esx_addons]/esx_cruisecontrol/locales/nl.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 [esx_addons]/esx_cruisecontrol/locales/nl.lua diff --git a/[esx_addons]/esx_cruisecontrol/locales/nl.lua b/[esx_addons]/esx_cruisecontrol/locales/nl.lua new file mode 100644 index 00000000..555e377c --- /dev/null +++ b/[esx_addons]/esx_cruisecontrol/locales/nl.lua @@ -0,0 +1,4 @@ +Locales['nl'] = { + ['activated'] = 'geactiveerd', + ['deactivated'] = 'gedeactiveerd', +}