claudetech / node-static-i18n

HTML static pages i18n tool
https://www.npmjs.com/package/static-i18n
MIT License
104 stars 21 forks source link

Breaks if running -i flag only once #26

Closed osdiab closed 6 years ago

osdiab commented 6 years ago

Not a big deal, but if I run

static-i18n -l en -i en -o build/ src

It tells me

Error: ENOENT: no such file or directory, open 'locales/e.json'

That's not expected!

danhper commented 6 years ago

It should be fixed in the latest version, thanks for reporting.