mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-07 14:35:20 +08:00
24 lines
657 B
XML
24 lines
657 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<bundle name="Loco Translate" min-version="2.0.14">
|
|
<domain name="loco-translate">
|
|
<project name="Loco Translate" slug="loco-translate">
|
|
<source>
|
|
<directory>src</directory>
|
|
<directory>tpl</directory>
|
|
<file>loco.php</file>
|
|
</source>
|
|
<target>
|
|
<directory>languages</directory>
|
|
</target>
|
|
<template>
|
|
<file>languages/loco-translate.pot</file>
|
|
</template>
|
|
</project>
|
|
</domain>
|
|
<exclude>
|
|
<directory>tmp</directory>
|
|
<directory>lib</directory>
|
|
<directory>pub</directory>
|
|
<directory>test</directory>
|
|
</exclude>
|
|
</bundle>
|