From dbbc00e4590fd1d1b11deea08bd5afef666a4a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Garagnani?= Date: Tue, 25 Sep 2018 18:59:41 +0700 Subject: [PATCH] Export Locales --- strftime.js | 1 + 1 file changed, 1 insertion(+) diff --git a/strftime.js b/strftime.js index 34c058f..de270bb 100644 --- a/strftime.js +++ b/strftime.js @@ -277,6 +277,7 @@ // CommonJS / Node module if (isCommonJS) { namespace = module.exports = defaultStrftime; + module.exports.locales = Locales; } // Browsers and other environments else {