Skip to content
Oussama Essamadi edited this page Dec 25, 2019 · 8 revisions

EO TranslatorJS

Origin

What started as a quirky, fast, and slightly inefficient way to work out a translation solution for a static site I was working on back in the day evolved into a serious attempt of me to polish and publish a fine and dependable tool for browser web content translation. As of the v3.0.0 release, a big influence of what makes EO TranslatorJS what it is was ngx-translate.

Use case

In most cases, all you need is a dictionary object and a function call.

Something that scares people away from using most of the other libraries is their unnecessary complexity, after all, we use libraries to avoid that excessive pain. Translator JS operates on very minimalistic controllers. All you need to do is instantiate a Translator object and set it for work.

Clone this wiki locally