diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-10 23:06:20 -0500 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-11 09:53:51 +0200 |
commit | eaffdc27f813a48911088994358640a069b30b7e (patch) | |
tree | 05601b77164de9188ca395f3c785565f87a3a9c3 /.tx | |
parent | c996368024e0a5f6ae52038b504bc02f1b0ad6d2 (diff) | |
download | aurweb-eaffdc27f813a48911088994358640a069b30b7e.tar.xz |
Add base transifex config
This simplifies instructions for translators and allows them to have an
out of the box working configuration.
Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..1adc03d --- /dev/null +++ b/.tx/config @@ -0,0 +1,8 @@ +[main] +host = https://www.transifex.net + +[aur.aurpot] +file_filter = po/<lang>.po +source_file = po/aur.pot +source_lang = en + |