diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-01-28 02:16:34 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-01-28 02:16:34 +0000 |
| commit | 70aee5b48f3142175fa0fa016510c8484000252e (patch) | |
| tree | 4345bed18dd1baa535a3269eee56c70f86d1e717 | |
| parent | ab638181ae5e5a2de8434ff081324c9f87bb8903 (diff) | |
Fixed some problems with the Frisian translation added in r12324.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12333 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/global_settings.py | 2 | ||||
| -rw-r--r-- | django/conf/locale/fy_NL/LC_MESSAGES/django.mo | bin | 0 -> 4885 bytes | |||
| -rw-r--r-- | django/conf/locale/fy_NL/LC_MESSAGES/djangojs.mo | bin | 0 -> 367 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index 0c5531c63f..43b05748af 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -59,7 +59,7 @@ LANGUAGES = ( ('fa', gettext_noop('Persian')), ('fi', gettext_noop('Finnish')), ('fr', gettext_noop('French')), - ('fy-nl'), gettext_noop('Frisian')), + ('fy-nl', gettext_noop('Frisian')), ('ga', gettext_noop('Irish')), ('gl', gettext_noop('Galician')), ('he', gettext_noop('Hebrew')), diff --git a/django/conf/locale/fy_NL/LC_MESSAGES/django.mo b/django/conf/locale/fy_NL/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000000..7b518a8009 --- /dev/null +++ b/django/conf/locale/fy_NL/LC_MESSAGES/django.mo diff --git a/django/conf/locale/fy_NL/LC_MESSAGES/djangojs.mo b/django/conf/locale/fy_NL/LC_MESSAGES/djangojs.mo Binary files differnew file mode 100644 index 0000000000..28a97655b5 --- /dev/null +++ b/django/conf/locale/fy_NL/LC_MESSAGES/djangojs.mo |
