Skip to content

Releases: scratchfoundation/scratch-l10n

v3.18.2

28 Jan 18:18
Compare
Choose a tag to compare

3.18.2 (2024-01-28)

Bug Fixes

  • pull new editor translations from Transifex (e75188b)

v3.18.1

25 Jan 13:02
Compare
Choose a tag to compare

3.18.1 (2024-01-25)

Bug Fixes

  • pull new editor translations from Transifex (f1f0b25)
  • pull new editor translations from Transifex (1dd13a1)
  • pull new editor translations from Transifex (12fe563)

v3.18.0

16 Jan 20:45
Compare
Choose a tag to compare

3.18.0 (2024-01-16)

Features

  • realign version numbers (c4f9f06)

v3.17.0

16 Jan 18:36
Compare
Choose a tag to compare

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

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.