diff options
author | Bruno Haible <bruno@clisp.org> | 2003-02-19 20:11:58 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:13 +0200 |
commit | 376681a11005aff81046bf6a9250d900bba6d0af (patch) | |
tree | 3a37519eaf4722417dfc3160e3d9f9c003f42aac /gettext-runtime/doc/Admin | |
parent | 0305b8904a8556ce26c8148cacd36c23287f9550 (diff) | |
download | external_gettext-376681a11005aff81046bf6a9250d900bba6d0af.zip external_gettext-376681a11005aff81046bf6a9250d900bba6d0af.tar.gz external_gettext-376681a11005aff81046bf6a9250d900bba6d0af.tar.bz2 |
Move gettext-tools/doc/Admin/PoInventory.xml to gettext-runtime/doc/Admin/PoInventory.xml.
Diffstat (limited to 'gettext-runtime/doc/Admin')
-rw-r--r-- | gettext-runtime/doc/Admin/PoInventory.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gettext-runtime/doc/Admin/PoInventory.xml b/gettext-runtime/doc/Admin/PoInventory.xml new file mode 100644 index 0000000..bc20e4a --- /dev/null +++ b/gettext-runtime/doc/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> |