Skip to content

Releases: avast/vuei18n-po

whiteList option supports files without msgctxt

22 Jul 10:24
Compare
Choose a tag to compare

--watch and --es6 options

13 May 09:16
fb1405f
Compare
Choose a tag to compare

support entries without msgctxt

02 Jan 11:42
Compare
Choose a tag to compare

message whitelisting

08 Mar 16:19
Compare
Choose a tag to compare

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

07 Mar 14:46
Compare
Choose a tag to compare
v1.0.5

1.0.5

.bin fix for linux and mac

05 Mar 14:47
Compare
Choose a tag to compare

v1.0.3

04 Mar 15:15
Compare
Choose a tag to compare
1.0.3

allow dashes in language codes

04 Mar 15:13
Compare
Choose a tag to compare
v1.0.2

allow dashes and other non-symbol characters in language codes

cli fix

01 Mar 15:41
Compare
Choose a tag to compare
v1.0.1

1.0.1

parse po files and turn them into json and js

01 Mar 15:27
Compare
Choose a tag to compare
v1.0.0

command line interface