From 2d3a34d9908f368b02917da616656e5b6cac8326 Mon Sep 17 00:00:00 2001 From: MajorMarcin Date: Fri, 27 Jul 2018 20:56:14 +0200 Subject: [PATCH] fix fr translations change to lowercase --- locales/fr.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/fr.lua b/locales/fr.lua index e97ad36f..ba5c0f39 100644 --- a/locales/fr.lua +++ b/locales/fr.lua @@ -1,6 +1,6 @@ Locales ['fr'] = { ['voice'] = '~y~Voix: ~s~%s', - ['normal'] = 'Normal', - ['shout'] = 'Crier', - ['whisper'] = 'Chuchoter', + ['normal'] = 'normal', + ['shout'] = 'crier', + ['whisper'] = 'chuchoter', }