From bb33879e3b15ef4fe2147f13a808b34ce0bc2cb7 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Tue, 9 Jul 2013 11:27:14 +0200 Subject: [PATCH] Added transifex-client configfile --- .tx/config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..c7fbae0 --- /dev/null +++ b/.tx/config @@ -0,0 +1,21 @@ +[main] +host = https://www.transifex.com +lang_map = sr@latin:sr_Latn + +[django-admin2.djadmin2po] +file_filter = djadmin2/locale//LC_MESSAGES/django.po +source_filter = djadmin2/locale/en/LC_MESSAGES/django.po +source_lang = en_US +minimum_perc = 80 + +[django-admin2.example-app] +file_filter = example/blog/locale//LC_MESSAGES/django.po +source_filter = example/blog/locale/en/LC_MESSAGES/django.po +source_lang = en_US +minimum_perc = 50 + +[django-admin2.example2-app] +file_filter = example2/polls/locale//LC_MESSAGES/django.po +source_filter = example2/polls/locale/en/LC_MESSAGES/django.po +source_lang = en_US +minimum_perc = 50