From 39dd9e94f6a58c97cdf58ef5edaccf6fea08116c Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Fri, 4 May 2018 18:21:00 +0200 Subject: [PATCH] Added missing formatted strings --- locales/es.lua | 2 +- locales/fr.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/es.lua b/locales/es.lua index ba7f0182..b1fb8d07 100644 --- a/locales/es.lua +++ b/locales/es.lua @@ -29,7 +29,7 @@ Locales['es'] = { ['made_property'] = 'Ha hecho una propiedad', ['not_enough'] = 'n\'No tiene suficiente d\'dinero', ['invalid_quantity'] = 'Cantidad inválida', - ['paid_rent'] = 'Has ~g~pagado~s~ por el alquiler : ~g~€', + ['paid_rent'] = 'Has ~g~pagado~s~ por el alquiler: ~g~€%s~s~', ['not_enough_in_property'] = 'there\'s not enough of ~r~that item~s~ in the property!', ['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!', } diff --git a/locales/fr.lua b/locales/fr.lua index 56f84dc6..ec6f6af3 100644 --- a/locales/fr.lua +++ b/locales/fr.lua @@ -29,7 +29,7 @@ Locales['fr'] = { ['made_property'] = 'vous avez rendu une propriété', ['not_enough'] = 'vous n\'avez pas assez d\'argent', ['invalid_quantity'] = 'quantité invalide', - ['paid_rent'] = 'vous avez ~g~payé~s~ votre loyer : ~g~$', + ['paid_rent'] = 'vous avez ~g~payé~s~ votre loyer: ~g~$%s~s~', ['not_enough_in_property'] = 'there\'s not enough of ~r~that item~s~ in the property!', ['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!', }