Skip to content

Commit

Permalink
fix(safari): fixes Intl issue in Safari with PluralRules
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Mar 11, 2019
1 parent ce4a91f commit e278c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2705,7 +2705,7 @@ export const constant: IConstant = {
meta: {
localeDir: "locale-data/jsonp"
},
features: ["internationalization"],
features: ["internationalization", "javascript.builtins.Intl.PluralRules"],
version: environment.NPM_PACKAGE_DEPENDENCIES_INTL,
dependencies: [],
contexts: ALL_CONTEXTS
Expand Down

0 comments on commit e278c75

Please sign in to comment.