summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-01-28 02:17:30 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-01-28 02:17:30 +0000
commitdcd58497da04f653a3ed0c5c2ca44bc757d77113 (patch)
tree7b01486640c7b8443c40ee339ec3031b637858ad
parent39439790954435a135b0c1c8e25a84df5c129c1a (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.py2
-rw-r--r--django/conf/locale/fy_NL/LC_MESSAGES/django.mobin0 -> 4885 bytes
-rw-r--r--django/conf/locale/fy_NL/LC_MESSAGES/djangojs.mobin0 -> 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
new file mode 100644
index 0000000000..7b518a8009
--- /dev/null
+++ b/django/conf/locale/fy_NL/LC_MESSAGES/django.mo
Binary files differ
diff --git a/django/conf/locale/fy_NL/LC_MESSAGES/djangojs.mo b/django/conf/locale/fy_NL/LC_MESSAGES/djangojs.mo
new file mode 100644
index 0000000000..28a97655b5
--- /dev/null
+++ b/django/conf/locale/fy_NL/LC_MESSAGES/djangojs.mo
Binary files differ