Commit 5ebe28eb authored by lintangsutawika's avatar lintangsutawika
Browse files

fix typo

parent e6939479
......@@ -26,4 +26,4 @@ filter_list:
filter:
- function: "regex"
regex_pattern: "The answer is (\\-?[0-9\\.\\,]+)"
- function: "take_first"
\ No newline at end of file
- function: "take_first"
......@@ -35,7 +35,7 @@ LANGUAGES = {
# "ANSWER": "Réponse étape par étape :"
"ANSWER": "R\u00e9ponse \u00e9tape par \u00e9tape :",
# "DIRECT": "Réponse :",
"DIRECT": "R\u00e9ponse :"
"DIRECT": "R\u00e9ponse :",
# "REGEX": "La réponse est (\\-?[0-9\\.\\,]+)",
"REGEX": "La r\u00e9ponse est (\\-?[0-9\\.\\,]+)",
},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment