]> granicus.if.org Git - cracklib/commitdiff
Move translations to fedora.zanata.org.
authorJan Dittberner <jan@dittberner.info>
Sat, 18 Jun 2016 17:17:44 +0000 (19:17 +0200)
committerJan Dittberner <jan@dittberner.info>
Sat, 18 Jun 2016 17:17:44 +0000 (19:17 +0200)
The cracklib translation project has been moved from transifex to
fedora.zanata.org. Transifex became too closed and zanata is free (as in
speech) and provides a nice CLI client for updating translations.

.gitignore
README.md
zanata.xml [new file with mode: 0644]

index 47f2477d79db75534e35967be360746926c1987a..963e81d39cf214124d9bd44de09a77b70ccc785c 100644 (file)
@@ -1,3 +1,4 @@
+.zanata-cache/
 words/cracklib-words
+words/cracklib-words*.bz2
 words/cracklib-words*.gz
-words/cracklib-words*.bz2
\ No newline at end of file
index 8786440c048efd3e1d0725e0969dd00cf8b5d998..27b5936e48023c84369b3c73873cb5a8938b4cf6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,12 @@
 # cracklib
+
 CrackLib Library and Dictionaries
 
   * src - Cracklib distribution itself
   * words - scripts and content to build a full size password dictionary
+
+## translations
+
+We use Fedora's Zanata for
+[our translations](https://fedora.zanata.org/project/view/cracklib). Please
+contribute translations for your language there.
diff --git a/zanata.xml b/zanata.xml
new file mode 100644 (file)
index 0000000..2f231a9
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<config xmlns="http://zanata.org/namespace/config/">
+  <url>https://fedora.zanata.org/</url>
+  <project>cracklib</project>
+  <project-version>master</project-version>
+  <project-type>gettext</project-type>
+  <src-dir>src/po</src-dir>
+  <trans-dir>src/po</trans-dir>
+</config>