Hi,

I am currently working on migrating SSSD translations to Zanata and am
submitting the attached patch per the instructions on the project's wiki.

The patch includes the addition of a Zanata client configuration file so
translations can be pushed / pulled from the Zanata server. the project
has already been created in Zanata
(https://fedora.zanata.org/project/view/sssd)

Let me know if you have any questions.

Regards,

-- 
Carlos A. Munoz
Software Engineering Supervisor
Engineering - Internationalization
Red Hat
>From 9e35271f014ad4bbeeb39750c4fb2206947a2f74 Mon Sep 17 00:00:00 2001
From: "Carlos A. Munoz" <camu...@redhat.com>
Date: Mon, 15 Dec 2014 15:25:33 +1000
Subject: [PATCH] Add zanata.xml file for integration with Zanata command line
 client

---
 zanata.xml | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 106 insertions(+)
 create mode 100644 zanata.xml

diff --git a/zanata.xml b/zanata.xml
new file mode 100644
index 0000000000000000000000000000000000000000..403b2aaf69a258b72d1c07f1783bbcbcd2449035
--- /dev/null
+++ b/zanata.xml
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<config xmlns="http://zanata.org/namespace/config/";>
+    <url>https://fedora.zanata.org/</url>
+    <project>sssd</project>
+    <project-version>master</project-version>
+    <project-type>gettext</project-type>
+    <src-dir>.</src-dir>
+    <trans-dir>.</trans-dir>
+    <includes>po/*.pot,src/man/po/*.pot</includes>
+    <locales>
+        <locale>af</locale>
+        <locale>sq</locale>
+        <locale>am</locale>
+        <locale>ar</locale>
+        <locale>as</locale>
+        <locale>ast</locale>
+        <locale>bal</locale>
+        <locale>eu</locale>
+        <locale>be</locale>
+        <locale>bn</locale>
+        <locale>bn-IN</locale>
+        <locale>brx</locale>
+        <locale>bs</locale>
+        <locale>br</locale>
+        <locale>bg</locale>
+        <locale>ca</locale>
+        <locale>zh-CN</locale>
+        <locale>zh-HK</locale>
+        <locale>zh-TW</locale>
+        <locale>kw</locale>
+        <locale>kw@kkcor</locale>
+        <locale>kw@uccor</locale>
+        <locale>kw-GB</locale>
+        <locale>hr</locale>
+        <locale>cs</locale>
+        <locale>da</locale>
+        <locale>nl</locale>
+        <locale>en-GB</locale>
+        <locale>eo</locale>
+        <locale>et</locale>
+        <locale>fi</locale>
+        <locale>fr</locale>
+        <locale>gl</locale>
+        <locale>ka</locale>
+        <locale>de</locale>
+        <locale>de-CH</locale>
+        <locale>el</locale>
+        <locale>gu</locale>
+        <locale>he</locale>
+        <locale>hi</locale>
+        <locale>hu</locale>
+        <locale>is</locale>
+        <locale>ilo</locale>
+        <locale>id</locale>
+        <locale>ia</locale>
+        <locale>it</locale>
+        <locale>ja</locale>
+        <locale>kn</locale>
+        <locale>kk</locale>
+        <locale>km</locale>
+        <locale>ky</locale>
+        <locale>ko</locale>
+        <locale>lv</locale>
+        <locale>lt</locale>
+        <locale>nds</locale>
+        <locale>mk</locale>
+        <locale>mai</locale>
+        <locale>ms</locale>
+        <locale>ml</locale>
+        <locale>mr</locale>
+        <locale>mn</locale>
+        <locale>ne</locale>
+        <locale>nso</locale>
+        <locale>nb</locale>
+        <locale>nn</locale>
+        <locale>or</locale>
+        <locale>fa</locale>
+        <locale>pl</locale>
+        <locale>pt</locale>
+        <locale>pt-BR</locale>
+        <locale>pa</locale>
+        <locale>ro</locale>
+        <locale>ru</locale>
+        <locale>sr</locale>
+        <locale>sr@latin</locale>
+        <locale>si</locale>
+        <locale>sk</locale>
+        <locale>sl</locale>
+        <locale>es</locale>
+        <locale>sv</locale>
+        <locale>tg</locale>
+        <locale>ta</locale>
+        <locale>te</locale>
+        <locale>th</locale>
+        <locale>bo</locale>
+        <locale>tr</locale>
+        <locale>tw</locale>
+        <locale>uk</locale>
+        <locale>ur</locale>
+        <locale>vi</locale>
+        <locale>cy</locale>
+        <locale>zu</locale>
+        <locale>wba</locale>
+    </locales>
+    <rules/>
+</config>
-- 
1.9.3

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to