* Fix problems in LocalizeJS Library typings
This resolves the `off` method incorrectly being named `on` and also fixes all instances of callbacks which lacked the parameters used.
* Fix incorrect comment
* Fix input for translate to allow HTML elements
* Add typing for LocalizeJS
This adds the library typings for LocalizeJS
* Add private to `package.json` for Travis testing
* Remove conflicting files from typing
* Fix all lint errors
* Rename `LocalizeJS` to `LocalizeJS Library`