Skip to content

Commit

Permalink
Merge pull request #26 from FlorianSchwingenschloegl/master
Browse files Browse the repository at this point in the history
po2json and README.md updated
  • Loading branch information
guillaumepotier authored Sep 23, 2019
2 parents f9145af + 60189c2 commit 28b1706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ You'll find in `/bin` a `po2json.js` converter, based on the excellent
```json
{
"": {
"lang": "en",
"plural_forms": "nplurals=2; plural=(n!=1);"
"language": "en",
"plural-forms": "nplurals=2; plural=(n!=1);"
},
"simple key": "It's tranlation",
"another with %1 parameter": "It's %1 tranlsation",
Expand Down
4 changes: 2 additions & 2 deletions bin/po2json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
{
"": {
"lang": "en",
"plural_forms": "nplurals=2; plural=(n!=1);"
"language": "en",
"plural-forms": "nplurals=2; plural=(n!=1);"
},
"simple key": "It's tranlation",
"another with %1 parameter": "It's %1 tranlsation",
Expand Down

0 comments on commit 28b1706

Please sign in to comment.