Skip to content

Commit

Permalink
fixed #2617: added finnish translation
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3745 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
Georg Bauer committed Sep 11, 2006
1 parent 45ce6c3 commit 2535c91
Show file tree
Hide file tree
Showing 5 changed files with 2,142 additions and 0 deletions.
1 change: 1 addition & 0 deletions django/conf/global_settings.py
Expand Up @@ -46,6 +46,7 @@
('en', gettext_noop('English')), ('en', gettext_noop('English')),
('es', gettext_noop('Spanish')), ('es', gettext_noop('Spanish')),
('es_AR', gettext_noop('Argentinean Spanish')), ('es_AR', gettext_noop('Argentinean Spanish')),
('fi', gettext_noop('Finnish')),
('fr', gettext_noop('French')), ('fr', gettext_noop('French')),
('gl', gettext_noop('Galician')), ('gl', gettext_noop('Galician')),
('hu', gettext_noop('Hungarian')), ('hu', gettext_noop('Hungarian')),
Expand Down
Binary file added django/conf/locale/fi/LC_MESSAGES/django.mo
Binary file not shown.

0 comments on commit 2535c91

Please sign in to comment.