Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ediamin/wp-vue-i18n

Internationalize WordPress themes and plugins built with Vue.js
https://github.com/ediamin/wp-vue-i18n

i18n translation vue wordpress wp

Last synced: 3 months ago
JSON representation

Internationalize WordPress themes and plugins built with Vue.js

Awesome Lists containing this project

README

        

# wp-vue-i18n

> Internationalize WordPress themes and plugins built with Vue.js

## Install

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

## Add npm scripts command

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

## Generate pot file
```sh
npm run makepot
```

** Forked from [cedaro/node-wp-i18n](https://github.com/cedaro/node-wp-i18n/tree/v1.1.1) **