-
Notifications
You must be signed in to change notification settings - Fork 20
/
loco.xml
51 lines (51 loc) · 1.6 KB
/
loco.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<bundle>
<domain name="planet4-blocks">
<project name="Planet4 blocks plugin frontend">
<source>
</source>
<target>
<directory>languages</directory>
</target>
<template>
<file>languages/planet4-blocks.pot</file>
</template>
</project>
</domain>
<domain name="planet4-blocks-backend">
<project name="Planet4 blocks plugin backend">
<source>
</source>
<target>
<directory>languages</directory>
</target>
<template>
<file>languages/planet4-blocks-backend.pot</file>
</template>
</project>
</domain>
<domain name="planet4-engagingnetworks">
<project name="Planet4 Engaging Networks plugin frontend">
<source>
</source>
<target>
<directory>languages/enform</directory>
</target>
<template>
<file>languages/enform/planet4-engagingnetworks.pot</file>
</template>
</project>
</domain>
<domain name="planet4-engagingnetworks-backend">
<project name="Planet4 Engaging Networks plugin backend">
<source>
</source>
<target>
<directory>languages/enform</directory>
</target>
<template>
<file>languages/enform/planet4-engagingnetworks-backend.pot</file>
</template>
</project>
</domain>
</bundle>