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')),