mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +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
|
||||
if (isCommonJS) {
|
||||
namespace = module.exports = defaultStrftime;
|
||||
module.exports.locales = Locales;
|
||||
}
|
||||
// Browsers and other environments
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue