I have 60 expressions and single words that i need to translate into English.
How can I design a simple (pure) JavaScript function to translate those 60 items? I need just an idea (design) not full code.
I wrote the 60 items to translate in English too. I just do not know how to link an item from one language to an other.
P.S. I do not want jQuery, Google Translate API and so on ... Just pure JavaScript.