Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

v2.12.0

Compare
Choose a tag to compare
@MichaelKohler MichaelKohler released this 31 Oct 19:56
· 179 commits to main since this release

2.12.0 (2021-10-31)

Bug Fixes

  • always link to localized URL (fixes #504) (#512) (6e66528)
  • do not use locale prefixed URLs for login/logout (#506) (02053a4)
  • fix empty page after reviewing last sentence (fixes #498) (728f429)
  • fix typo in sc-lang-info-left-for-you (#515) (313273f)
  • fix upperkey keys not working in Review (fixes #487) (#508) (6c3a073)
  • make duplicate sentences use plural rules (#511) (ab2c696)
  • move LocalizationProvider outwards to not request language on every page navigation (6a5967e)
  • only expose error codes (2114b38)
  • show 'Add more sentences' link in stats when no more to review for user (#516) (ae9f1cf)
  • show native language name only in stats (issue #492) (#514) (0086c64)
  • slight font adjustments (#505) (25ca2e0)

Features

  • localization: extract English strings into FTL file (#507) (6d64afb), closes #501