Commit ab76467d authored by Claude Paroz's avatar Claude Paroz
Browse files

Added Ossetic language

Thanks to Xwybylty Soslan for the translation work.
parent 65ad1b1f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ LANGUAGES = (
    ('ne', gettext_noop('Nepali')),
    ('nl', gettext_noop('Dutch')),
    ('nn', gettext_noop('Norwegian Nynorsk')),
    ('os', gettext_noop('Ossetic')),
    ('pa', gettext_noop('Punjabi')),
    ('pl', gettext_noop('Polish')),
    ('pt', gettext_noop('Portuguese')),
+6 −0
Original line number Diff line number Diff line
@@ -335,6 +335,12 @@ LANG_INFO = {
        'name': 'Norwegian',
        'name_local': 'norsk',
    },
    'os': {
        'bidi': False,
        'code': 'os',
        'name': 'Ossetic',
        'name_local': 'Ирон',
    },
    'pa': {
        'bidi': False,
        'code': 'pa',
+20.4 KiB

File added.

No diff preview for this file type.

+1243 −0

File added.

Preview size limit exceeded, changes collapsed.

+17.4 KiB

File added.

No diff preview for this file type.

Loading