claudetech / node-static-i18n

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

Command params not explained #10

Closed alvarotrigo closed 6 years ago

alvarotrigo commented 6 years ago

The docs tell us to execute the following to run the module:

$ static-i18n -l en -i en -i fr www

But nowhere in the docs is detailed what -l or -i means.

I assume -l determines the default language and -i should list all the possible languages. But nevertheless it would be nice to document that too.