summaryrefslogtreecommitdiff
path: root/.tx
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-01-18 20:58:16 +0100
committerClaude Paroz <claude@2xlibre.net>2015-01-18 21:02:54 +0100
commit40f122c8f5195352c280440e350eb64770886282 (patch)
tree59513fd0890d0c26824c7d9448c75b39d107f215 /.tx
parent0f169098efd099fd7ae13bd8e14b798530d74da7 (diff)
downloaddjango-40f122c8f5195352c280440e350eb64770886282.tar.gz
Added contrib.postgres translation catalog
Forward port of 8c8a1a084 from stable/1.8.x.
Diffstat (limited to '.tx')
-rw-r--r--.tx/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config
index eda0092a4f..44f8a7ebe6 100644
--- a/.tx/config
+++ b/.tx/config
@@ -52,6 +52,11 @@ file_filter = django/contrib/messages/locale/<lang>/LC_MESSAGES/django.po
source_file = django/contrib/messages/locale/en/LC_MESSAGES/django.po
source_lang = en
+[django.contrib-postgres]
+file_filter = django/contrib/postgres/locale/<lang>/LC_MESSAGES/django.po
+source_file = django/contrib/postgres/locale/en/LC_MESSAGES/django.po
+source_lang = en
+
[django.contrib-redirects]
file_filter = django/contrib/redirects/locale/<lang>/LC_MESSAGES/django.po
source_file = django/contrib/redirects/locale/en/LC_MESSAGES/django.po