diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-01-28 02:17:30 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-01-28 02:17:30 +0000 |
| commit | dcd58497da04f653a3ed0c5c2ca44bc757d77113 (patch) | |
| tree | 7b01486640c7b8443c40ee339ec3031b637858ad | |
| parent | 39439790954435a135b0c1c8e25a84df5c129c1a (diff) | |
[1.1.X] Fixed some problems with the Frisian translation added in r12324.
Backport of r12333 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12334 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 12ca8d26e3..bc9781ac9b 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 |
