This repository was archived by the owner on Jul 16, 2020. It is now read-only.
0.1.19: Implement support for vuex-i18n library (#31)
* Implement support for vuex-i18n library The package is nearly ready to support vuex-i18n out of the box. One significally difference between vue-i18n and vuex-i18n is the way the handle plural forms. While vue-i18n using the pipe `|`, vuex-i18n uses three colons `:::`. The patch introduces a new flag to specify which i18n lib are used. The generator replaces than the pipe by three colons. * Update note about pluralization