wp-vue-i18n

Internationalize WordPress themes and plugins built with Vue.js


Keywords
wordpress, i18n, translation, vue, wp
License
MIT
Install
npm install wp-vue-i18n@1.1.4

Documentation

wp-vue-i18n

Internationalize WordPress themes and plugins built with Vue.js

Install

npm install wp-vue-i18n --save-dev

Add npm scripts command

...
"scripts": {
  ...
  "makepot": "wpvuei18n makepot"
},
...

Generate pot file

npm run makepot

** Forked from cedaro/node-wp-i18n **