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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user