diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-03-08 10:08:08 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-03-09 14:14:35 -0500 |
commit | 8d2336303ff09404fc4c2de600f10f10a3259eb2 (patch) | |
tree | 39ed57083977364b1ef8fe2ec203d7e43eac2046 /.tx | |
parent | 6a39087fc54c7fd53b834cf5a973c4d36cf9bd30 (diff) | |
download | sssd_unused-8d2336303ff09404fc4c2de600f10f10a3259eb2.tar.gz sssd_unused-8d2336303ff09404fc4c2de600f10f10a3259eb2.tar.xz sssd_unused-8d2336303ff09404fc4c2de600f10f10a3259eb2.zip |
Add transifex_client configuration
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..9ea2359f --- /dev/null +++ b/.tx/config @@ -0,0 +1,13 @@ +[main] +host = https://www.transifex.net + +[sssd.master-po-sssd-pot] +file_filter = po/<lang>.po +source_file = po/sssd.pot +source_lang = en + +[sssd.sssd-docspot_1] +file_filter = src/man/po/<lang>.po +source_file = src/man/po/sssd-docs.pot +source_lang = en + |