Skip to content

Releases: Polyconseil/vue-gettext

v2.1.12

18 Dec 15:40
Compare
Choose a tag to compare

Add language to translate - See #123 Thanx @janlazo

v2.1.11

05 Dec 13:40
Compare
Choose a tag to compare

Allow usage of gettextInterpolate() without Vue - See #120 Thanx @neSpecc

v2.1.10

07 Jul 18:32
Compare
Choose a tag to compare

Bugfix: do not use this in translate.js - See #115 Thanx @janlazo

v2.1.9

03 Jul 17:54
Compare
Choose a tag to compare

Allow usage of translate without Vue - See #113 Thanx @janlazo

v2.1.8

21 Jan 20:09
Compare
Choose a tag to compare

Treat Infinity as plural in getTranslationIndex() - See #108 Thanx @nterray

v2.1.7

08 Jan 09:40
Compare
Choose a tag to compare

Fix an issue where every re-render triggered by reactive changes causes innerHTML re-rendering - See #105 and #106 Thanx @majesticcpan

v2.1.6

03 Nov 17:00
Compare
Choose a tag to compare

Third-party deps security release

v2.1.5

15 May 06:33
Compare
Choose a tag to compare

Use an optional parameter in gettextInterpolate signature - See #95

v2.1.4

23 Apr 13:25
Compare
Choose a tag to compare

Add missing disableHtmlEscaping param in gettextInterpolate signature - See #95

v2.1.3

03 Apr 09:06
Compare
Choose a tag to compare

Fix an issue with plural translations that have multiple contexts - See #94 Thanx @lukasgeiter