loco-translate
Last commit date
languages
1 month ago
lib
1 month ago
pub
1 month ago
src
1 month ago
tpl
1 month ago
loco.php
1 month ago
loco.xml
1 month ago
readme.txt
1 month ago
loco.xml
25 lines
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <bundle name="Loco Translate" min-version="2.0.14"> |
| 3 | <domain name="loco-translate"> |
| 4 | <project name="Loco Translate" slug="loco-translate"> |
| 5 | <source> |
| 6 | <directory>src</directory> |
| 7 | <directory>tpl</directory> |
| 8 | <file>loco.php</file> |
| 9 | </source> |
| 10 | <target> |
| 11 | <directory>languages</directory> |
| 12 | </target> |
| 13 | <template> |
| 14 | <file>languages/loco-translate.pot</file> |
| 15 | </template> |
| 16 | </project> |
| 17 | </domain> |
| 18 | <exclude> |
| 19 | <directory>tmp</directory> |
| 20 | <directory>lib</directory> |
| 21 | <directory>pub</directory> |
| 22 | <directory>test</directory> |
| 23 | </exclude> |
| 24 | </bundle> |
| 25 |