From 90729d02564ccf44d3e0b9d8d546409665609e62 Mon Sep 17 00:00:00 2001 From: FlorianSchwingenschloegl <32454349+FlorianSchwingenschloegl@users.noreply.github.com> Date: Mon, 23 Sep 2019 12:24:56 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e06c1f4..1f47077 100644 --- a/README.md +++ b/README.md @@ -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", From 60189c268cedd024f56198bd69c9cb3f4045b2d4 Mon Sep 17 00:00:00 2001 From: FlorianSchwingenschloegl <32454349+FlorianSchwingenschloegl@users.noreply.github.com> Date: Mon, 23 Sep 2019 12:28:18 +0200 Subject: [PATCH 2/2] Update po2json --- bin/po2json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/po2json b/bin/po2json index 6cc9a17..83e4ef1 100755 --- a/bin/po2json +++ b/bin/po2json @@ -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",