https://github.com/apple502j/why-is-it-private
Unofficial: GitHub repo of scratch-translate-extension-languages.
https://github.com/apple502j/why-is-it-private
Last synced: about 2 months ago
JSON representation
Unofficial: GitHub repo of scratch-translate-extension-languages.
- Host: GitHub
- URL: https://github.com/apple502j/why-is-it-private
- Owner: apple502j
- License: bsd-3-clause
- Created: 2019-05-07T12:35:19.000Z (about 6 years ago)
- Default Branch: 0.0.20191118205314
- Last Pushed: 2020-02-23T08:18:43.000Z (about 5 years ago)
- Last Synced: 2025-02-13T07:15:26.534Z (3 months ago)
- Language: JavaScript
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scratch-translate-extension-languages
#### Languages used by the Scratch 3.0 Translate Extension[](https://travis-ci.com/LLK/scratch-translate-extension-languages)
## Configuration
| Variable | Default | Required | Description |
| --------------------- | ----------- | -------- | --------------------------- |
| `GOOGLE_CLIENT_EMAIL` | `null` | Yes | Google authentication email |
| `GOOGLE_PRIVATE_KEY` | `null` | Yes | Google authentication key |_Note that to properly format `GOOGLE_PRIVATE_KEY` in an environment variable,
newlines should be escaped properly:_```bash
export GOOGLE_PRIVATE_KEY=$'-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----'
```