Skip to content

Commit

Permalink
[email protected]; soft fail on broken translations (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Sep 5, 2016
1 parent 9b350a1 commit 7b1c8af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Current versions of each package (requires manual, explicit updates until
the stable release; consider backing up your database before upgrading):

```
meteor add msgfmt:[email protected].21 # 2016-04-13
meteor add msgfmt:[email protected].23 # 2016-09-05
# released packages
meteor add msgfmt:extract # 2016-04-01 (v2.0.0)
Expand Down
8 changes: 8 additions & 0 deletions packages/core/History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## vNEXT

## v2.0.0-preview.23 (2016-09-05)

### Changed

* "Broken" translations (that can't be compiled) are no longer displayed as
`[Object object]`; instead the native string will be shown and an error
logged on the console. Thanks, @sbalmer! (#244)

## v2.0.0-preview.22 (2016-05-31)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "msgfmt:core",
version: "2.0.0-preview.22",
version: "2.0.0-preview.23",
summary: "MessageFormat i18n support, the Meteor way",
git: "https://github.com/gadicc/meteor-messageformat.git",
documentation: 'README.md'
Expand Down

0 comments on commit 7b1c8af

Please sign in to comment.