woocommerce/plugins/woocommerce-admin/languages/README.md

14 lines
625 B
Markdown
Raw Normal View History

# Languages
## Contributing a Translation
If you'd like to contribute a translation, please follow the Localizing section in [CONTRIBUTING.md](https://github.com/woocommerce/woocommerce-admin/blob/master/CONTRIBUTING.md).
## Generating POT
2018-05-14 21:45:11 +00:00
The generated POT template file is not included in this repository. To create this file locally, follow instructions from [README.md](https://github.com/woocommerce/woocommerce-admin/blob/master/README.md) to install the project, then run the following command:
2018-05-14 21:45:11 +00:00
```
npm run build
```
After the build completes, you'll find a `woocommerce-admin.pot` strings file in this directory.