Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

Commit a0b1e22

Browse files
jbaudanzacletusw
authored andcommitted
Implemenent intlSupport flag
1 parent 600cc3d commit a0b1e22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ module.exports = function(content) {
99
if (query.disablePluralKeyChecks) {
1010
messageFormat.disablePluralKeyChecks();
1111
}
12+
if (query.intlSupport) {
13+
messageFormat.setIntlSupport(true);
14+
}
1215
var messageFunctions = messageFormat.compile(messages);
1316

1417
this.cacheable && this.cacheable();

0 commit comments

Comments
 (0)