Releases: Polyconseil/vue-gettext
Releases · Polyconseil/vue-gettext
v2.0.14
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
Bug Fix: allow evaluation of expressions inside nested components - Fix #23 Thanx @lattam
v2.0.12
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
Bug fix: wrong counting for Slovenian language - See #20 Thanx @harrallo
Use release v2.0.12
v2.0.10
Display the default plural form when appropriate if no translation exists - See #16
v2.0.9
Make newlines work in translation tags. See #15
v2.0.8
Allow to enable or disable warnings for missing translations. See #11
v2.0.7
New:
- Support interpolation for computed properties - #7
- Support for rendering translations inside a custom HTML tag - #8
Thanks @Hagith :)
v2.0.6
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
Fix a bug which did not exists with Vue 2.0.5, but exists in recent versions.
Thanx @EenvoudJasper