Releases: avast/vuei18n-po
Releases · avast/vuei18n-po
whiteList option supports files without msgctxt
v1.4.0 1.4.0
--watch and --es6 options
v1.3.0 1.3.0
support entries without msgctxt
v1.2.0 1.2.0
message whitelisting
filter out messages that are present in your translation files, but your project does not use them
supported whitelist message recognition:
'foo'
"foo.bar"
"foo." + x + ".baz"
`foo.${x}.baz`
false positives:
'foo.' + x + '.baz'
// will let anything starting with 'foo.' through
false negatives:
foo + '.bar'
// does not recognize suffixes
'foo' + '.' + 'bar'
// the dot needs to be a part of the string
error checks
v1.0.5 1.0.5
.bin fix for linux and mac
v1.0.4 1.0.4
v1.0.3
1.0.3
allow dashes in language codes
v1.0.2 allow dashes and other non-symbol characters in language codes
cli fix
v1.0.1 1.0.1
parse po files and turn them into json and js
v1.0.0 command line interface