summaryrefslogtreecommitdiff
path: root/src/static/js/html10n.js
AgeCommit message (Collapse)Author
2017-09-21Allow 'placeholder' to be a localizable attribute on HTML elements (#3257)Luiza Pagliari
2017-08-15Revert "[feat] Update l10n lib (#3248)" (#3249)Luiza Pagliari
This reverts commit 6bcaa00a4ba70320a390457c90dbf699d0e4a4b9.
2017-08-15[feat] Update l10n lib (#3248)Luiza Pagliari
Last update was from 2014. Fix #3244.
2015-06-28aria-labels for everythingJohn McLear
2015-05-25Allowing 'value' to be a localizable attribute on HTML elements.Luiza Pagliari
2015-04-13add some semicoolons to prevent chrome warningJohn McLear
2014-11-15Nooping console.foo in html10n.js when the method is not defined.Simon Gaeremynck
2013-12-30Try to find related languages as a fallbackMarcel Klehr
fixes #2029
2013-12-05Replace tabs indentation with spaces indentationLuc Didry
Some files are obviously external libraries, I didn't touch them
2013-07-23Update html10n.jsMarcel Klehr
2013-04-17fixed spacinggoldquest
2013-04-17IE8 don't knows the Array.forEach function (simple version fix)goldquest
2013-04-11html10n.js: Don't break in getDirection if language hasn't been setMarcel Klehr
fixes #1724
2013-04-10Update html10n.js to correctly use the console.log shimMarcel Klehr
fixes #1724
2013-04-05html10n.js: Finally fix two-part locale specsMarcel Klehr
fixes #1706
2013-03-18Update html10n.jsMarcel Klehr
2013-02-01Update src/static/js/html10n.jsManuel Knitza
Added missing semicolons (#1440)
2013-01-23Fix Array.prototype.indexOf for IE8! <3Marcel Klehr
2013-01-16[html10n] Fix onload event listener (must be attached to window!)Marcel Klehr
2013-01-07Moved console existence check before the variable is used. This was causing ↵Oscar Perez
a crash in Internet Explorer when the console was not enabled (console is off by default).
2012-12-30Fix #1307: Chrome needs console.log to be called on console objMarcel Klehr
2012-12-23Add direction infoMarcel Klehr
2012-12-23Fix html attr translationMarcel Klehr
2012-12-23Add support for three-letter lang codesMarcel Klehr
2012-12-23[html10n] Don't expose lang code, if the language is not availableMarcel Klehr
2012-12-23Allow html10n to handle import paths relative to the importing fileMarcel Klehr
2012-12-23Fix html10n cache and lang fallbackMarcel Klehr
2012-12-23Fix html10n (finally)Marcel Klehr
2012-12-23Fix html10n and the locale resource <link>sMarcel Klehr
2012-12-23Add kick-off code for client-side l10nMarcel Klehr
2012-12-23Update html10n.jsMarcel Klehr
2012-12-23Replace webL10n with html10n.jsMarcel Klehr