@cranium/i18n
Advanced tools
Comparing version 1.0.40 to 1.0.41
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.41](https://github.com/alexgul4enko/bones/compare/v1.0.40...v1.0.41) (2020-11-20) | ||
**Note:** Version bump only for package @cranium/i18n | ||
## [1.0.40](https://github.com/alexgul4enko/bones/compare/v1.0.39...v1.0.40) (2020-11-17) | ||
@@ -8,0 +16,0 @@ |
@@ -366,3 +366,3 @@ "use strict"; | ||
if (named) { | ||
return message.replace(/%\(\w+\)s/g, function (match) { | ||
return message.replace(/%\(\w+\)/g, function (match) { | ||
return String(obj[match.slice(2, -2)]); | ||
@@ -369,0 +369,0 @@ }); |
{ | ||
"name": "@cranium/i18n", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"description": "React lightweight simple translation module", | ||
@@ -35,3 +35,3 @@ "author": "Sasha <aleksandr.gulchenko@gmail.com>", | ||
}, | ||
"gitHead": "fca16ac195d9306deab6fd2246a0a6dca5c9129b", | ||
"gitHead": "6ee67fc346c1be475adf4bd696d68bbd823f29f2", | ||
"peerDependencies": { | ||
@@ -38,0 +38,0 @@ "prop-types": "^15.7.2", |
Sorry, the diff of this file is not supported yet
36596