From 8afb6416beee527489061dc36ecb9da6ce753527 Mon Sep 17 00:00:00 2001 From: Quillot Mathias Date: Wed, 5 May 2021 15:25:35 +0200 Subject: [PATCH] Just converting some french sentences into english --- volia/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/volia/utils.py b/volia/utils.py index 9f6edea..f4148fd 100644 --- a/volia/utils.py +++ b/volia/utils.py @@ -56,16 +56,16 @@ if __name__ == "__main__": }) dumb2_args = { - "param1": "Le paramètre 1" + "param1": "Parameter 1" } dumb2_args_which = { - "param1": "Le paramètre 1 une seconde fois", + "param1": "Parameter one a second time", "which": "which value usally defined and need to be removed" } dumb2_args_which_array = { - "param1": "Le paramètre 1 une troisième fois", + "param1": "Parameter one a third time", "which": "which value usally defined and need to be removed", "param2": "Imagine you want to remove multiple values" } -- 1.8.2.3