From c81ec80bdd3a59d6cc02ed38fa04454e2db07786 Mon Sep 17 00:00:00 2001 From: Mgil10 Date: Mon, 20 Jun 2022 20:49:00 +0200 Subject: [PATCH] fix(spanish locales) esx_clotheshop translation file A missing line has been translated --- [esx_addons]/esx_clotheshop/locales/es.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/[esx_addons]/esx_clotheshop/locales/es.lua b/[esx_addons]/esx_clotheshop/locales/es.lua index 0ddee1e2..6705e5d8 100644 --- a/[esx_addons]/esx_clotheshop/locales/es.lua +++ b/[esx_addons]/esx_clotheshop/locales/es.lua @@ -8,5 +8,5 @@ Locales['es'] = { ['you_paid'] = 'Has pagado €%s', ['save_in_dressing'] = '¿Quieres darle un nombre a tu vestuario?', ['name_outfit'] = 'nombre del traje?', - ['saved_outfit'] = 'the outfit has been saved!', -} \ No newline at end of file + ['saved_outfit'] = '¡El atuendo se ha guardado!', +}