]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Sample PO inventory in XML.
authorBruno Haible <bruno@clisp.org>
Wed, 16 May 2001 22:51:10 +0000 (22:51 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 16 May 2001 22:51:10 +0000 (22:51 +0000)
Admin/PoInventory.xml [new file with mode: 0644]

diff --git a/Admin/PoInventory.xml b/Admin/PoInventory.xml
new file mode 100644 (file)
index 0000000..bc20e4a
--- /dev/null
@@ -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>