products-compare-for-woocommerce
Last commit date
berocket
4 years ago
css
4 years ago
includes
4 years ago
js
4 years ago
languages
4 years ago
style_templates
4 years ago
templates
4 years ago
loco.xml
4 years ago
main.php
4 years ago
products-compare.php
4 years ago
readme.txt
4 years ago
wpml-config.xml
4 years ago
loco.xml
30 lines
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <bundle> |
| 3 | <domain name="products-compare-for-woocommerce"> |
| 4 | <project> |
| 5 | <source> |
| 6 | <exclude> |
| 7 | <directory>berocket</directory> |
| 8 | </exclude> |
| 9 | </source> |
| 10 | <target> |
| 11 | <directory>languages</directory> |
| 12 | </target> |
| 13 | <template> |
| 14 | </template> |
| 15 | </project> |
| 16 | </domain> |
| 17 | <domain name="BeRocket_domain"> |
| 18 | <project name="BeRocket framework"> |
| 19 | <source> |
| 20 | <directory>berocket</directory> |
| 21 | </source> |
| 22 | <target> |
| 23 | <directory>berocket/languages</directory> |
| 24 | </target> |
| 25 | <template> |
| 26 | </template> |
| 27 | </project> |
| 28 | </domain> |
| 29 | </bundle> |
| 30 |