diff --git a/geeksay.js b/geeksay.js index 1a9561e..c582cc2 100644 --- a/geeksay.js +++ b/geeksay.js @@ -179,6 +179,7 @@ const translations = { leave: "alt+f4", mistake: "ERROR", divide: "/", + condition: "if()", }; const translationsMap = new Map(Object.entries(translations));