1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.7.x] Fixed #22336 -- Added path matching for makemessages ignore option

This fixes a regression introduced by 9012a9e200.
Backport of 8fe406864c from master.
This commit is contained in:
Justin Hamade
2014-08-08 22:47:35 +02:00
committed by Claude Paroz
parent ab883a3477
commit 98d6f128d0
3 changed files with 33 additions and 18 deletions

View File

@@ -0,0 +1,2 @@
{% load i18n %}
{% trans "This subdir should be ignored too." %}