From 76f24ff53166fbb9eb978cc22bae9d97def383ee Mon Sep 17 00:00:00 2001 From: nearbyplayer Date: Sat, 19 Aug 2017 00:34:50 -0400 Subject: [PATCH] Update multi-language support --- locales/br.lua | 5 ++++- locales/en.lua | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/locales/br.lua b/locales/br.lua index b90a21b8..a56396c1 100644 --- a/locales/br.lua +++ b/locales/br.lua @@ -32,4 +32,7 @@ Locales['br'] = { ['ems_menu_putincar'] = 'Colocar no veículo', -- Phone ['alert_ambulance'] = 'ambulância de alerta', -} \ No newline at end of file + -- Death + ['respawn_at_hospital'] = 'você quer ser transportado para o hospital?', + ['yes'] = 'sim', +} diff --git a/locales/en.lua b/locales/en.lua index 73d76553..fa8ddfce 100644 --- a/locales/en.lua +++ b/locales/en.lua @@ -33,6 +33,6 @@ Locales['en'] = { -- Phone ['alert_ambulance'] = 'alert Ambulance', -- Death - ['respawn_at_hospital'] = 'do you want to be tranported to the hospital?', + ['respawn_at_hospital'] = 'do you want to be transported to the hospital?', ['yes'] = 'yes', }