format-message
Advanced tools
Comparing version 6.2.0 to 6.2.1
# Changelog | ||
## 6.2.1 | ||
Fix translations not returning from `rich()`. | ||
## 6.2.0 | ||
@@ -4,0 +8,0 @@ |
@@ -98,3 +98,3 @@ // @flow | ||
var format = translated.toParts || ( | ||
translated.toParts = interpret.toParts(parse(pattern, { tagsType: tagsType }), locales || currentLocales, types) | ||
translated.toParts = interpret.toParts(parse(translated.message, { tagsType: tagsType }), locales || currentLocales, types) | ||
) | ||
@@ -101,0 +101,0 @@ return format(args) |
{ | ||
"name": "format-message", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Internationalize text, numbers, and dates using ICU Message Format", | ||
@@ -5,0 +5,0 @@ "author": "Andy VanWagoner <andy@vanwago.net>", |
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
41283