diff options
author | Bruno Haible <bruno@clisp.org> | 2001-05-16 22:51:10 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-05-16 22:51:10 +0000 |
commit | 3229d28fa4a5dd6662dc0f9435c37f6ae7bcec36 (patch) | |
tree | baf77181bd69f000a5e531d5bb81e09f793f6d75 | |
parent | 07b81ac15950d0f795e459dd7bca29d2510ba200 (diff) | |
download | external_gettext-3229d28fa4a5dd6662dc0f9435c37f6ae7bcec36.zip external_gettext-3229d28fa4a5dd6662dc0f9435c37f6ae7bcec36.tar.gz external_gettext-3229d28fa4a5dd6662dc0f9435c37f6ae7bcec36.tar.bz2 |
Sample PO inventory in XML.
-rw-r--r-- | Admin/PoInventory.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Admin/PoInventory.xml b/Admin/PoInventory.xml new file mode 100644 index 0000000..bc20e4a --- /dev/null +++ b/Admin/PoInventory.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<PoInventory xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" xsi:noNamespaceSchemaLocation="gnu/schema/PoInventory.xsd"> + <domains> + <domain name="fileutils"/> + <domain name="sh-utils"/> + </domains> + <teams> + <team name="de"/> + <team name="pt_BR"/> + </teams> + <PoFiles> + <po domain="fileutils" team="pt_BR">82</po> + <po domain="sh-utils" team="de">99</po> + </PoFiles> +</PoInventory> |