mirror of https://github.com/django/django.git
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
This commit is contained in:
parent
68e43660d8
commit
99b200dac7
|
@ -52,7 +52,7 @@ LANGUAGES = (
|
||||||
('fa', gettext_noop('Persian')),
|
('fa', gettext_noop('Persian')),
|
||||||
('fi', gettext_noop('Finnish')),
|
('fi', gettext_noop('Finnish')),
|
||||||
('fr', gettext_noop('French')),
|
('fr', gettext_noop('French')),
|
||||||
('ga', gettext_noop('Gaeilge')),
|
('ga', gettext_noop('Irish')),
|
||||||
('gl', gettext_noop('Galician')),
|
('gl', gettext_noop('Galician')),
|
||||||
('hu', gettext_noop('Hungarian')),
|
('hu', gettext_noop('Hungarian')),
|
||||||
('he', gettext_noop('Hebrew')),
|
('he', gettext_noop('Hebrew')),
|
||||||
|
|
Loading…
Reference in New Issue