From 99b200dac7e416d3a05c332cd8a03da54a7a7285 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Tue, 19 Feb 2008 03:40:24 +0000 Subject: [PATCH] Changed the name of the "ga" locale to "Irish" in the settings file. We use the English names for all the langauges in there. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7135 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/global_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index d9c5538040f..4c25da99420 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -52,7 +52,7 @@ LANGUAGES = ( ('fa', gettext_noop('Persian')), ('fi', gettext_noop('Finnish')), ('fr', gettext_noop('French')), - ('ga', gettext_noop('Gaeilge')), + ('ga', gettext_noop('Irish')), ('gl', gettext_noop('Galician')), ('hu', gettext_noop('Hungarian')), ('he', gettext_noop('Hebrew')),