fortnight.js
fortnight.js copied to clipboard
Allow developers to provide their own array of month names
For L10n purposes. Ideally, it wouldn't require a special global, so an external script could provide something like the following:
window.fortnight = {options: {months: ['Janvier', ...]}};
and the fortnight code would just extend the existing object.
This would be exceptionally useful.