Skip to content

Releases: diamirio/gradle-localize-plugin

v0.3.4

15 Nov 09:42
Compare
Choose a tag to compare

Changelog:

  • Adds an overload method for kotlin buildscript usages (#18, @stefangeyer)

v0.3.2

04 Oct 08:53
Compare
Choose a tag to compare

Fix that the plugin could not be applied / included on some machines using a different java version.

v0.3.2

27 Aug 16:17
Compare
Choose a tag to compare
  • Fix a possible error case when string array elements contained line breaks
  • Change strings.xml geeration so that line breaks are shown as \n instead of actual line breaks

see #16

Repository changed
Starting with this release, artifacts will be published to maven.tailored-apps.com. Check out the readme for the repository setup.

v0.3.1

16 Sep 13:06
Compare
Choose a tag to compare

Changelog:

  • Fix Exception being thrown if trailing languages do not have a translation for any entry (PR: #11). Thanks to @migos!

v0.3.0

23 Jul 16:14
Compare
Choose a tag to compare

Changelog:

  • Enable multiple configurations (Issue: #3, PR: #4)
  • Enable possibility to filter worksheets (Issue: #5, PR: #8)
  • Improve output of check task (Issue: #7, PR: #9)

This release has a breaking change i the gradle extensions, so the configuration in the gradle file needs to be adopted.
You need to split your configuration into a product specific configuration (and a base configuration).

v0.2.0

06 Jul 11:38
Compare
Choose a tag to compare

Changelog:

  • Fix #1 (Insufficient plural matching when one was not present as a plural option) - Thanks to @stefangeyer!