Skip to content

v0.18.0

Compare
Choose a tag to compare
@ahukkanen ahukkanen released this 28 Aug 21:03

Release for Decidim 0.18.x series.

Added:

  • Translation set duplication.
  • Implemented translation context classes which are used to detect the translation contexts for controllers and jobs. These are now also configurable in case developers want to change their behavior.

Fixed:

  • Fixed a bug with rendering translations containing HTML in the bulk adding view. Previously the HTML wasn't escaped which could lead to parts of the translation to be visually cut out in the view.

Changed:

  • When any plural form translation is added or deleted, its counterparts are now also added or deleted at the same time. E.g. when adding "pizza.one", it will also add "pizza.zero" and "pizza.other" in case those forms exist. This prevents translation errors and exceptions to be shown because of admin user errors.
  • Improved the translation context detection for the jobs context.