Releases: Polyconseil/vue-gettext
Releases · Polyconseil/vue-gettext
v2.1.11
Allow usage of gettextInterpolate()
without Vue - See #120 Thanx @neSpecc
v2.1.10
Bugfix: do not use this
in translate.js - See #115 Thanx @janlazo
v2.1.9
Allow usage of translate
without Vue - See #113 Thanx @janlazo
v2.1.8
Treat Infinity as plural in getTranslationIndex()
- See #108 Thanx @nterray
v2.1.7
Fix an issue where every re-render triggered by reactive changes causes innerHTML re-rendering - See #105 and #106 Thanx @majesticcpan
v2.1.6
Third-party deps security release
v2.1.5
Use an optional parameter in gettextInterpolate
signature - See #95
v2.1.4
Add missing disableHtmlEscaping
param in gettextInterpolate
signature - See #95
v2.1.3
Fix an issue with plural translations that have multiple contexts - See #94 Thanx @lukasgeiter