Commit 47f0ac0b authored by Claude Paroz's avatar Claude Paroz
Browse files

[1.9.x] Added Scottish Gaelic as new available language

Refs #25815. Thanks gunchleoc <fios@foramnagaidhlog.net> for the Scottish Gaelic
formats.py.
Backport of 8bc0266b from master.
parent aca3e105
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ LANGUAGES = [
    ('fr', gettext_noop('French')),
    ('fy', gettext_noop('Frisian')),
    ('ga', gettext_noop('Irish')),
    ('gd', gettext_noop('Scottish Gaelic')),
    ('gl', gettext_noop('Galician')),
    ('he', gettext_noop('Hebrew')),
    ('hi', gettext_noop('Hindi')),
+6 −0
Original line number Diff line number Diff line
@@ -203,6 +203,12 @@ LANG_INFO = {
        'name': 'Irish',
        'name_local': 'Gaeilge',
    },
    'gd': {
        'bidi': False,
        'code': 'gd',
        'name': 'Scottish Gaelic',
        'name_local': 'Gàidhlig',
    },
    'gl': {
        'bidi': False,
        'code': 'gl',
+4 −0
Original line number Diff line number Diff line
@@ -141,6 +141,10 @@ msgstr ""
msgid "Irish"
msgstr ""

#: conf/global_settings.py:83
msgid "Scottish Gaelic"
msgstr ""

#: conf/global_settings.py:82
msgid "Galician"
msgstr ""
+26.3 KiB

File added.

No diff preview for this file type.

+1259 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading