Closed pavel-ilin closed 4 years ago
All changes need to be discusssed before proceeding. Failure to do so may result in the pull request being rejected.
Please be sure to review our Code of Conduct, Contributing Guidelines, and Support documentation before submitting a pull request.
Fixes #665
Attempt to process json from Google docs API into languages master json file.
process_json.py
/src/python
Goal is to create json structured as appText.json created by @BrianHHough. It can be found here: Translations/appText.json.
appText.json
Translations/appText.json
package.json
1.0.9
1.0.10
yarn
npm
yarn lint
⚠️ IMPORTANT: Please do not create a Pull Request without creating an issue first.
All changes need to be discusssed before proceeding. Failure to do so may result in the pull request being rejected.
Please be sure to review our Code of Conduct, Contributing Guidelines, and Support documentation before submitting a pull request.
Please include the issue number the pull request fixes by replacing YOUR-ISSUE-HERE in the text below.
Fixes #665
Summary
Attempt to process json from Google docs API into languages master json file.
Details
process_json.py
in/src/python
.Goal is to create json structured as
appText.json
created by @BrianHHough. It can be found here:Translations/appText.json
.Test Plan (required)
Final Checklist
package.json
?1.0.9
=>1.0.10
yarn
notnpm
? (important!)yarn lint
on the code?