1
0
mirror of https://github.com/django/django.git synced 2025-10-26 07:06:08 +00:00

fixed #1520 - added new greek translation

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Georg Bauer
2006-03-20 10:38:41 +00:00
parent f21b75a280
commit 732210320a
4 changed files with 1827 additions and 19 deletions

View File

@@ -39,6 +39,7 @@ LANGUAGES = (
('cy', _('Welsh')),
('da', _('Danish')),
('de', _('German')),
('el', _('Greek')),
('en', _('English')),
('es', _('Spanish')),
('fr', _('French')),