diff options
-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..21744a7b --- /dev/null +++ b/.tx/config @@ -0,0 +1,13 @@ +[main] +host = https://www.transifex.net/ + +[libguestfs.libguestfspot] +file_filter = po/<lang>.po +source_file = po/libguestfs.pot +source_lang = en + +[libguestfs.libguestfsdocspot] +file_filter = po-docs/<lang>.po +source_file = po-docs/libguestfs-docs.pot +source_lang = en + |