mirror of
https://github.com/samsonjs/strftime.git
synced 2026-04-27 14:57:37 +00:00
Export Locales
This commit is contained in:
parent
08a9a4b738
commit
dbbc00e459
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@
|
||||||
// CommonJS / Node module
|
// CommonJS / Node module
|
||||||
if (isCommonJS) {
|
if (isCommonJS) {
|
||||||
namespace = module.exports = defaultStrftime;
|
namespace = module.exports = defaultStrftime;
|
||||||
|
module.exports.locales = Locales;
|
||||||
}
|
}
|
||||||
// Browsers and other environments
|
// Browsers and other environments
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue