summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-02-19 03:40:24 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-02-19 03:40:24 +0000
commit99b200dac7e416d3a05c332cd8a03da54a7a7285 (patch)
tree93789fd1fbe8d89b6c526fc1301260e7d87bc034 /django
parent68e43660d837938fcd8fb86c3b9b9d324eaa86a5 (diff)
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
Diffstat (limited to 'django')
-rw-r--r--django/conf/global_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py
index d9c5538040..4c25da9942 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')),