mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Fixed #11123 - Added Irish (ie) localflavor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
82b33b1d80
commit
6eb205c914
6 changed files with 76 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ from localflavor.es import tests as localflavor_es_tests
|
|||
from localflavor.fi import tests as localflavor_fi_tests
|
||||
from localflavor.fr import tests as localflavor_fr_tests
|
||||
from localflavor.generic import tests as localflavor_generic_tests
|
||||
from localflavor.ie import tests as localflavor_ie_tests
|
||||
from localflavor.is_ import tests as localflavor_is_tests
|
||||
from localflavor.it import tests as localflavor_it_tests
|
||||
from localflavor.jp import tests as localflavor_jp_tests
|
||||
|
|
@ -53,6 +54,7 @@ __test__ = {
|
|||
'localflavor_fi_tests': localflavor_fi_tests,
|
||||
'localflavor_fr_tests': localflavor_fr_tests,
|
||||
'localflavor_generic_tests': localflavor_generic_tests,
|
||||
'localflavor_ie_tests': localflavor_ie_tests,
|
||||
'localflavor_is_tests': localflavor_is_tests,
|
||||
'localflavor_it_tests': localflavor_it_tests,
|
||||
'localflavor_jp_tests': localflavor_jp_tests,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue