Skip to content

Commit

Permalink
not supported lanuage message
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtuan committed Sep 12, 2018
1 parent 9e08608 commit 42cd039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl-universal",
"version": "1.13.0",
"version": "1.13.1",
"description": "Internationalize React apps. Not only for React.Component but also for Vanilla JS.",
"keywords": [
"intl",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class ReactIntlUniversal {
}
});
} else {
this.options.warningHandler(`lang "${lang}" is not supported.`);
this.options.warningHandler(`Language "${lang}" is not supported. Check https://github.com/alibaba/react-intl-universal/releases/tag/1.12.0`);
resolve();
}
} else {
Expand Down

0 comments on commit 42cd039

Please sign in to comment.