# scratch-translate-extension-languages

> Languages used by the Scratch 3.0 Translate extension

Latest version **1.0.7** (published 2024-09-11) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install scratch-translate-extension-languages
pnpm add scratch-translate-extension-languages
yarn add scratch-translate-extension-languages
bun add scratch-translate-extension-languages
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.7 |
| Published | 2024-09-11 |
| First published | 2018-05-16 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 214.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Massachusetts Institute of Technology |
| Maintainers | cwillisf.scratch |

## Links

- npm: https://www.npmjs.com/package/scratch-translate-extension-languages
- Repository: https://github.com/scratchfoundation/scratch-translate-extension-languages
- Homepage: https://github.com/scratchfoundation/scratch-translate-extension-languages#readme
- Issues: https://github.com/scratchfoundation/scratch-translate-extension-languages/issues
- npm.io page: https://npm.io/package/scratch-translate-extension-languages

## Recent versions

- 1.0.7 (latest) — 2024-09-11
- 0.0.0-development (test) — 2022-09-21
- 1.0.6 — 2024-02-24
- 1.0.5 — 2024-02-22
- 1.0.4 — 2024-02-22
- 1.0.3 — 2024-02-22
- 1.0.2 — 2024-02-21
- 1.0.1 — 2024-02-21
- 1.0.0 — 2024-01-09
- 0.0.20191118205314 — 2019-11-18
- 0.0.20190416132834 — 2019-04-16
- 0.0.20181205140428 — 2018-12-05
- 0.0.20181203165724 — 2018-12-03
- 0.0.20180521154850 — 2018-05-21
- 0.0.20180516171705 — 2018-05-16
- … 1 more at https://npm.io/package/scratch-translate-extension-languages/versions

## README

# scratch-translate-extension-languages
#### Languages used by the Scratch 3.0 Translate Extension

[![Build Status](https://travis-ci.com/LLK/scratch-translate-extension-languages.svg?token=Yfq2ryN1BwaxDME69Lnc&branch=master)](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-----'
```

## Committing

This project uses [semantic release](https://github.com/semantic-release/semantic-release) to ensure version bumps
follow semver so that projects depending on it don't break unexpectedly.

In order to automatically determine version updates, semantic release expects commit messages to follow the
[conventional-changelog](https://github.com/bcoe/conventional-changelog-standard/blob/master/convention.md)
specification.

You can use the [commitizen CLI](https://github.com/commitizen/cz-cli) to make commits formatted in this way:

```bash
npm install -g commitizen@latest cz-conventional-changelog@latest
```

Now you're ready to make commits using `git cz`.

---
_Source: https://npm.io/package/scratch-translate-extension-languages · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
