Skip to content

Releases: Polyconseil/vue-gettext

v2.0.14

22 May 20:02
Compare
Choose a tag to compare

New:

  • New v-translate directive - See #22 Thanx @kennyki
  • Bug Fix: allow evaluation of nested objects in expressions inside nested components - Fix #24 Thanx @lattam

v2.0.13

20 May 17:29
Compare
Choose a tag to compare

Bug Fix: allow evaluation of expressions inside nested components - Fix #23 Thanx @lattam

v2.0.12

03 May 19:22
Compare
Choose a tag to compare

Bug fix: wrong counting for Slovenian language

This release fixes the previous one (v2.0.11) which do not contain the bug fix because code in PR #20 was modified in the dist/ file.

v2.0.11

03 May 18:42
Compare
Choose a tag to compare

Bug fix: wrong counting for Slovenian language - See #20 Thanx @harrallo

Use release v2.0.12

v2.0.10

23 Mar 20:58
Compare
Choose a tag to compare

Display the default plural form when appropriate if no translation exists - See #16

v2.0.9

20 Mar 20:32
Compare
Choose a tag to compare

Make newlines work in translation tags. See #15

v2.0.8

27 Feb 12:13
Compare
Choose a tag to compare

Allow to enable or disable warnings for missing translations. See #11

v2.0.7

21 Feb 18:54
Compare
Choose a tag to compare

New:

  • Support interpolation for computed properties - #7
  • Support for rendering translations inside a custom HTML tag - #8

Thanks @Hagith :)

v2.0.6

30 Dec 20:02
Compare
Choose a tag to compare

Better interpolation. This follows #5 thank @lauritzen.

See this for more information: 1f751e6. I'm using eval with a custom context. This might change for a Function constructor in the future, see Avoiding eval.

v2.0.5

15 Dec 17:20
Compare
Choose a tag to compare

Fix a bug which did not exists with Vue 2.0.5, but exists in recent versions.

Thanx @EenvoudJasper