Commit 8afb6416beee527489061dc36ecb9da6ce753527

Authored by Quillot Mathias
1 parent 6b32d8c5b6
Exists in master

Just converting some french sentences into english

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

... ... @@ -56,16 +56,16 @@
56 56 })
57 57  
58 58 dumb2_args = {
59   - "param1": "Le paramètre 1"
  59 + "param1": "Parameter 1"
60 60 }
61 61  
62 62 dumb2_args_which = {
63   - "param1": "Le paramètre 1 une seconde fois",
  63 + "param1": "Parameter one a second time",
64 64 "which": "which value usally defined and need to be removed"
65 65 }
66 66  
67 67 dumb2_args_which_array = {
68   - "param1": "Le paramètre 1 une troisième fois",
  68 + "param1": "Parameter one a third time",
69 69 "which": "which value usally defined and need to be removed",
70 70 "param2": "Imagine you want to remove multiple values"
71 71 }