-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1001 from publishpress/develop
Develop
- Loading branch information
Showing
42 changed files
with
14,762 additions
and
14,821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ node_modules/ | |
src/assets/blocks/*.js.map | ||
.DS_Store* | ||
report.csv | ||
*.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 1. Duplicate this file | ||
# 2. Change filename to: json_translations.sh | ||
# 3. Add permissions to the file: chmod +x ./json_translations.sh | ||
|
||
# JSON files | ||
npx po2json ./src/languages/advanced-gutenberg-es_MX.po ./src/languages/advanced-gutenberg-es_MX-editor.json -f jed1.x | ||
npx po2json ./src/languages/advanced-gutenberg-es_ES.po ./src/languages/advanced-gutenberg-es_ES-editor.json -f jed1.x | ||
npx po2json ./src/languages/advanced-gutenberg-it_IT.po ./src/languages/advanced-gutenberg-it_IT-editor.json -f jed1.x | ||
npx po2json ./src/languages/advanced-gutenberg-fr_FR.po ./src/languages/advanced-gutenberg-fr_FR-editor.json -f jed1.x | ||
npx po2json ./src/languages/advanced-gutenberg-nb_NO.po ./src/languages/advanced-gutenberg-nb_NO-editor.json -f jed1.x | ||
npx po2json ./src/languages/advanced-gutenberg-da_DK.po ./src/languages/advanced-gutenberg-da_DK-editor.json -f jed1.x | ||
|
||
# These JSON files have almost none or zero translations both Free and Pro | ||
npx po2json ./src/languages/advanced-gutenberg-de_DE.po ./src/languages/advanced-gutenberg-de_DE-editor.json -f jed1.x | ||
npx po2json ./src/languages/advanced-gutenberg-ja.po ./src/languages/advanced-gutenberg-ja-editor.json -f jed1.x | ||
npx po2json ./src/languages/advanced-gutenberg-pl_PL.po ./src/languages/advanced-gutenberg-pl_PL-editor.json -f jed1.x | ||
npx po2json ./src/languages/advanced-gutenberg-ro_RO.po ./src/languages/advanced-gutenberg-ro_RO-editor.json -f jed1.x | ||
npx po2json ./src/languages/advanced-gutenberg-zh_CN.po ./src/languages/advanced-gutenberg-zh_CN-editor.json -f jed1.x |
Oops, something went wrong.