react-intl-universal
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "react-intl-universal", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Internationalize React apps. Not only for React.Component but also for Vanilla JS.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -288,2 +288,8 @@ # react-intl-universal | ||
determineLocale(options) | ||
/** | ||
* Get the inital options | ||
* @returns {Object} options includes currentLocale and locales | ||
*/ | ||
getInitOptions() | ||
``` | ||
@@ -315,3 +321,3 @@ | ||
*/ | ||
formatHTMLMessage(options, variables) | ||
formatHTMLMessage(options, variables) | ||
``` | ||
@@ -318,0 +324,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
475917
395