forked from zanata/zanata-python-client
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathzanata_example.xml
More file actions
20 lines (19 loc) · 768 Bytes
/
zanata_example.xml
File metadata and controls
20 lines (19 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config xmlns="http://zanata.org/namespace/config/">
<url>@ZANATA_SERVER@</url>
<project>@PROJECT_NAME@</project>
<project-version>@PROJECT_VERSION@</project-version>
<locales>
<locale>pt-BR</locale>
<locale map-from="de-DE">de</locale>
<locale map-from="es-ES">es</locale>
<locale map-from="fr-FR">fr</locale>
<locale map-from="ja-JP">ja</locale>
<locale map-from="ko-KR">ko</locale>
<locale map-from="zh-CN">zh-Hans</locale>
<locale map-from="zh-TW">zh-Hant</locale>
</locales>
<python-client>
<dir>@SOURCE_DIR@</dir>
</python-client>
</config>