1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Added contrib.postgres translation catalog

Forward port of 8c8a1a084 from stable/1.8.x.
This commit is contained in:
Claude Paroz
2015-01-18 20:58:16 +01:00
parent 0f169098ef
commit 40f122c8f5
4 changed files with 104 additions and 81 deletions

View File

@@ -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