Releases: scratchfoundation/scratch-l10n
v3.18.2
v3.18.1
v3.18.0
v3.17.0
3.17.0 (2024-01-16)
Note: this version was originally tagged as v1.0.0
due to a semantic versioning error.
Bug Fixes
-
add missing stdout (113c0c0)
-
deps: update babel monorepo (0ec47c2)
-
deps: update babel monorepo to v7.23.7 (172691f)
-
deps: update dependency @transifex/api to v4.3.0 (8787503)
-
fetch languages and correctly get language code in txAvailableLanguages (a3eed89)
-
fix some errors with validation and error output (bc151d5)
-
remove unnecessary if statement (34fcab3)
-
scripts: add retries, correct formatting for editor (137b6e3)
-
use correct name for Filipino (2634e78)
-
use correct return type for async functions (beda44e)
-
use es6 in eslint to avoid disabling linting on some lines (b67ea68)
-
use stdout instead of console (f298a58)
-
use tidier import for transifex imports (d6f1224)
-
Add scratch-paint (0cb13cb)
Features
- add asturian language (01e29ea)
- add esperanto language (af35fe0)
- add filipino translations (ccae0fc)
- add hausa language (b6f145b)
- add hindi (74f5560)
- add occitan language (8b1d255)
- mark automated Transifex updates as fixes (94c3353)
- migrate help utils to v3 api (db7a2a4)
- migrate push help script (2907601)
BREAKING CHANGES
-
- bumped major version to 2.
Restructured to support multiple components. Package default is just localeData for currently supported locales including the name for each language.
messages for each component are exported as separate files in locales. Clients of l10n will need to import messages for each of the compents used and combine them.