From 3c02fc7c779b9ea5d74c0cfdecf23759e8d752fb Mon Sep 17 00:00:00 2001 From: JonarSonaer Date: Sun, 6 Mar 2022 20:03:19 +0100 Subject: [PATCH] Updated Swedish Translations --- [esx_addons]/esx_voice/locales/sv.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/[esx_addons]/esx_voice/locales/sv.lua b/[esx_addons]/esx_voice/locales/sv.lua index c5c716e9..67a85af5 100644 --- a/[esx_addons]/esx_voice/locales/sv.lua +++ b/[esx_addons]/esx_voice/locales/sv.lua @@ -1,6 +1,6 @@ Locales ['sv'] = { ['voice'] = '~y~Röst: ~s~%s', - ['normal'] = 'prata', - ['shout'] = 'skrik', - ['whisper'] = 'viska', + ['normal'] = 'Prata', + ['shout'] = 'Skrik', + ['whisper'] = 'Viska', }