We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49861d commit d49321dCopy full SHA for d49321d
Makefile
@@ -19,7 +19,7 @@ benchmark: all
19
@node test/geo/benchmark.js
20
21
src/format/format-localized.js: bin/locale src/format/format-locale.js
22
- LC_NUMERIC=$(LOCALE) locale -ck LC_NUMERIC LC_MONETARY | bin/locale src/format/format-locale.js > $@
+ LC_NUMERIC=$(LOCALE) LC_MONETARY=$(LOCALE) locale -ck LC_NUMERIC LC_MONETARY | bin/locale src/format/format-locale.js > $@
23
24
src/time/format-localized.js: bin/locale src/time/format-locale.js
25
LC_TIME=$(LOCALE) locale -ck LC_TIME | bin/locale src/time/format-locale.js > $@
0 commit comments