From 2d25993d2d2c14214bd64bcd28b7cf1ab904c1ff Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 3 Feb 2011 11:47:10 -0600 Subject: Add base transifex client configuration Signed-off-by: Dan McGee --- .tx/config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .tx/config (limited to '.tx') diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..ee50e5a6 --- /dev/null +++ b/.tx/config @@ -0,0 +1,13 @@ +[main] +host = https://www.transifex.net + +[archlinux-pacman.libalpm-pot] +file_filter = lib/libalpm/po/.po +source_file = lib/libalpm/po/libalpm.pot +source_lang = en + +[archlinux-pacman.pacman-pot] +file_filter = po/.po +source_file = po/pacman.pot +source_lang = en + -- cgit v1.2.3-24-g4f1b