Skip to content

Releases: signavio/i18n

1.4.0

15 Oct 08:00
Compare
Choose a tag to compare

Bugfixes

  • correctly extract translator comments

1.3.5

15 Oct 07:59
Compare
Choose a tag to compare

Improvements

  • react@16 compatibility

Chore

  • added status badges

1.3.4

15 Oct 07:58
Compare
Choose a tag to compare

Improvements

  • added ES6 build

Chore

  • Fixed ReactTestUtils warning in tests

1.3.3

15 Oct 07:57
7ace0c6
Compare
Choose a tag to compare

Chore

  • Added nicer status rendering
  • Added more specs for custom babel configs

1.3.2

15 Oct 07:56
Compare
Choose a tag to compare

Bugfixes

  • fixed a bug with pluralization #18

Chore

  • Added circle ci setup

1.3.1

15 Oct 07:55
Compare
Choose a tag to compare

Bugfixes

  • message context was not extracted correctly

1.3.0

06 Apr 08:57
a1121c2
Compare
Choose a tag to compare

Non Breaking Changes

Added the following config options:

addLocation: Specify how the source file line should mentioned in .pot file. Options are full (Full path and line number), file (File name and line number) and never.
noLocation: Shorthand for addLocation: 'never'