From 656b90481d99a690f3b4257b6bb9a5e4ae14c8a9 Mon Sep 17 00:00:00 2001 From: felps Date: Tue, 25 Jul 2023 10:50:07 -0300 Subject: [PATCH] Add new translations and corresponding quotes --- geeksay.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/geeksay.js b/geeksay.js index 1a9561e..ea7a6fc 100644 --- a/geeksay.js +++ b/geeksay.js @@ -179,6 +179,8 @@ const translations = { leave: "alt+f4", mistake: "ERROR", divide: "/", + confidence: "ssl_certificate", + journey: "algorithm", }; const translationsMap = new Map(Object.entries(translations)); @@ -272,6 +274,8 @@ const quotes = [ "Don't leave blank space in your code!", // Don't alt+f4 blank ' ' in your code! "Sometimes it's okay to run", // Sometimes it's okay to ctrl+F5 "Divide and conquer", // / and conquer + "Confidence is key", // ssl_certificate is key + "Life is a journey", // Life is an algorithm ]; function isNumeric(num) {