Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ediamin/wp-vue-i18n
- Owner: ediamin
- License: mit
- Created: 2018-04-12T11:03:25.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-07T13:02:00.000Z (over 3 years ago)
- Last Synced: 2024-08-30T21:21:26.674Z (5 months ago)
- Topics: i18n, translation, vue, wordpress, wp
- Language: PHP
- Size: 144 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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) **