From 2f34d70bf211d91ba3e22b93da88b323cf21cb23 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 21 Jan 2011 19:36:57 +0000 Subject: [PATCH] Added the configuration file for Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15274 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- .tx/config | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 .tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000000..f5a9265cb5 --- /dev/null +++ b/.tx/config @@ -0,0 +1,82 @@ +[main] +host = https://www.transifex.net + +[django.core] +file_filter = django/conf/locale//LC_MESSAGES/django.po +source_file = django/conf/locale/en/LC_MESSAGES/django.po +source_lang = en + +[django.contrib-admin] +file_filter = django/contrib/admin/locale//LC_MESSAGES/django.po +source_file = django/contrib/admin/locale/en/LC_MESSAGES/django.po +source_lang = en + +[django.contrib-admin-js] +file_filter = django/contrib/admin/locale//LC_MESSAGES/djangojs.po +source_file = django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po +source_lang = en + +[django.contrib-admindocs] +file_filter = django/contrib/admindocs/locale//LC_MESSAGES/django.po +source_file = django/contrib/admindocs/locale/en/LC_MESSAGES/django.po +source_lang = en + +[django.contrib-auth] +file_filter = django/contrib/auth/locale//LC_MESSAGES/django.po +source_file = django/contrib/auth/locale/en/LC_MESSAGES/django.po +source_lang = en + +[django.contrib-comments] +file_filter = django/contrib/comments/locale//LC_MESSAGES/django.po +source_file = django/contrib/comments/locale/en/LC_MESSAGES/django.po +source_lang = en + +[django.contrib-contenttypes] +file_filter = django/contrib/contenttypes/locale//LC_MESSAGES/django.po +source_file = django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po +source_lang = en + +[django.contrib-flatpages] +file_filter = django/contrib/flatpages/locale//LC_MESSAGES/django.po +source_file = django/contrib/flatpages/locale/en/LC_MESSAGES/django.po +source_lang = en + +[django.contrib-formtools] +file_filter = django/contrib/formtools/locale//LC_MESSAGES/django.po +source_file = django/contrib/formtools/locale/en/LC_MESSAGES/django.po +source_lang = en + +[django.contrib-gis] +file_filter = django/contrib/gis/locale//LC_MESSAGES/django.po +source_file = django/contrib/gis/locale/en/LC_MESSAGES/django.po +source_lang = en + +[django.contrib-humanize] +file_filter = django/contrib/humanize/locale//LC_MESSAGES/django.po +source_file = django/contrib/humanize/locale/en/LC_MESSAGES/django.po +source_lang = en + +[django.contrib-localflavor] +file_filter = django/contrib/localflavor/locale//LC_MESSAGES/django.po +source_file = django/contrib/localflavor/locale/en/LC_MESSAGES/django.po +source_lang = en + +[django.contrib-messages] +file_filter = django/contrib/messages/locale//LC_MESSAGES/django.po +source_file = django/contrib/messages/locale/en/LC_MESSAGES/django.po +source_lang = en + +[django.contrib-redirects] +file_filter = django/contrib/redirects/locale//LC_MESSAGES/django.po +source_file = django/contrib/redirects/locale/en/LC_MESSAGES/django.po +source_lang = en + +[django.contrib-sessions] +file_filter = django/contrib/sessions/locale//LC_MESSAGES/django.po +source_file = django/contrib/sessions/locale/en/LC_MESSAGES/django.po +source_lang = en + +[django.contrib-sites] +file_filter = django/contrib/sites/locale//LC_MESSAGES/django.po +source_file = django/contrib/sites/locale/en/LC_MESSAGES/django.po +source_lang = en