Closed timdream closed 7 years ago
The uppercase issue is only workaround-able from l10n.js; I also add a minor fix that will stop alert() in browsers without console.log().
l10n.js
alert()
console.log()
Fixes #35
The uppercase issue is only workaround-able from
l10n.js
; I also add a minor fix that will stopalert()
in browsers withoutconsole.log()
.