From e5ac0dceacee1f8f918287ffcd78c81e275ac206 Mon Sep 17 00:00:00 2001 From: Wesley Moura <14825927+wesleymoura@users.noreply.github.com> Date: Thu, 17 Aug 2017 13:30:09 -0300 Subject: [PATCH 1/2] Update __resource.lua Changed ptbr to br to standardize with other translations --- __resource.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__resource.lua b/__resource.lua index c2a4388e..43e598eb 100644 --- a/__resource.lua +++ b/__resource.lua @@ -1,6 +1,6 @@ server_scripts { '@es_extended/locale.lua', - 'locales/ptbr.lua', + 'locales/br.lua', 'locales/en.lua', 'locales/fr.lua', 'config.lua', @@ -9,7 +9,7 @@ server_scripts { client_scripts { '@es_extended/locale.lua', - 'locales/ptbr.lua', + 'locales/br.lua', 'locales/en.lua', 'locales/fr.lua', 'config.lua', From 7998a2a9a4d61dec6534a611cac4d10da3d62087 Mon Sep 17 00:00:00 2001 From: Wesley Moura <14825927+wesleymoura@users.noreply.github.com> Date: Thu, 17 Aug 2017 13:30:48 -0300 Subject: [PATCH 2/2] Update and rename ptbr.lua to br.lua Changed ptbr to br to standardize with other translations --- locales/{ptbr.lua => br.lua} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename locales/{ptbr.lua => br.lua} (92%) diff --git a/locales/ptbr.lua b/locales/br.lua similarity index 92% rename from locales/ptbr.lua rename to locales/br.lua index cf9b5e4b..04bd0cb8 100644 --- a/locales/ptbr.lua +++ b/locales/br.lua @@ -1,4 +1,4 @@ -Locales['ptbr'] = { +Locales['br'] = { ['invalid_amount'] = '~r~Quantidade inválida', ['deposit_money'] = 'Você depósitou ~g~$', ['withdraw_money'] = 'Você retirou ~g~$',