diff options
| author | Georg Bauer <gb@hugo.westfalen.de> | 2006-05-24 14:30:08 +0000 |
|---|---|---|
| committer | Georg Bauer <gb@hugo.westfalen.de> | 2006-05-24 14:30:08 +0000 |
| commit | 9c9a2d8b0976f210a9f010fcafd83db9b4a4ce06 (patch) | |
| tree | fc8ca7e9c0c3c4d6bb22c330c5c8b12ad946bcd3 | |
| parent | b6b64737fc8ee30585be8ea49614cf0c01b32398 (diff) | |
added missing languages to setup.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,8 +22,10 @@ setup( 'locale/el/LC_MESSAGES/*', 'locale/en/LC_MESSAGES/*', 'locale/es/LC_MESSAGES/*', + 'locale/es_AR/LC_MESSAGES/*', 'locale/fr/LC_MESSAGES/*', 'locale/gl/LC_MESSAGES/*', + 'locale/hu/LC_MESSAGES/*', 'locale/he/LC_MESSAGES/*', 'locale/is/LC_MESSAGES/*', 'locale/it/LC_MESSAGES/*', |
