0.0.6 • Published 11 years ago

errortoenglish v0.0.6

Weekly downloads
3
License
Apache 2
Repository
github
Last release
11 years ago

errortoenglish

Translate IE JavaScript error messages to english

npm install errortoenglish

Build Status

NPM version

Dependency Status

usage

errorToEnglish = require("errortoenglish");
errorToEnglish("オーバーフローしました。", function(err, translation){
   translation === "Overflow";
}

I use this in Muscula, to translate errors logged.