Releases: Polyconseil/vue-gettext
Releases · Polyconseil/vue-gettext
v2.0.24
Add support for Object.assign
in IE < Edge - See #52 Thanx @tokyoincode and @tabe1hands
v2.0.23
Bug Fix: Don't use window
which causes errors with server side rendering - See #44 and #45 Thanx @karudo
v2.0.22
Bug Fix: Fix Number.isNaN not supported in IE 11 - See #41 Thanx @trainiac
v2.0.20
Support custom params in both component and directive. Add a workaround for v-for
as well.
Thanx @hworld for the suggestion, see #17
Thanx @kennyki for the implementation, see #36
v2.0.19
Ensure that pluralization is right in English when there are no English translations - See #33 Thanx @trainiac
v2.0.18
Bug Fix: avoid a crash when a msgid exists with and without a context - See #32 Thanx @narrowtux
v2.0.17
Display a warning in the console when the mustache syntax is used with vue-gettext - See #31 Thanx @kennyki