Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Schissler committed Jul 3, 2015
1 parent 0c0fc13 commit 8bcee46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ loaders: [
var messages = require("./locale/en_US/LC_MESSAGES/messages.po");
```

See [po2json](https://github.com/mikeedwards/po2json) for a list of possible options. Use the `format` option to change the output format, e.g. `json!po?format=jed`.
See [po2json](https://github.com/mikeedwards/po2json) for a list of possible options. Use the `format` option to change the output format, e.g. `json!po?format=jed` or `json!po?format=jed1.x` for the latest Jed format.

Locale module code:

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "po-loader",
"version": "0.2.1",
"version": "0.2.2",
"author": {
"name": "David Schissler @dschissler"
},
Expand All @@ -23,8 +23,8 @@
"bugs": {
"url": "https://github.com/perchlayer/po-loader/issues"
},
"_id": "po-loader@0.2.1",
"_from": "po-loader@~0.2.1",
"_id": "po-loader@0.2.2",
"_from": "po-loader@~0.2.2",
"dependencies": {
"loader-utils": "^0.2.5"
}
Expand Down

0 comments on commit 8bcee46

Please sign in to comment.