Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added Ossetic language
Thanks to Xwybylty Soslan for the translation work.
  • Loading branch information
claudep committed Mar 28, 2013
1 parent 65ad1b1 commit ab76467
Show file tree
Hide file tree
Showing 16 changed files with 3,150 additions and 0 deletions.
1 change: 1 addition & 0 deletions django/conf/global_settings.py
Expand Up @@ -102,6 +102,7 @@
('ne', gettext_noop('Nepali')), ('ne', gettext_noop('Nepali')),
('nl', gettext_noop('Dutch')), ('nl', gettext_noop('Dutch')),
('nn', gettext_noop('Norwegian Nynorsk')), ('nn', gettext_noop('Norwegian Nynorsk')),
('os', gettext_noop('Ossetic')),
('pa', gettext_noop('Punjabi')), ('pa', gettext_noop('Punjabi')),
('pl', gettext_noop('Polish')), ('pl', gettext_noop('Polish')),
('pt', gettext_noop('Portuguese')), ('pt', gettext_noop('Portuguese')),
Expand Down
6 changes: 6 additions & 0 deletions django/conf/locale/__init__.py
Expand Up @@ -335,6 +335,12 @@
'name': 'Norwegian', 'name': 'Norwegian',
'name_local': 'norsk', 'name_local': 'norsk',
}, },
'os': {
'bidi': False,
'code': 'os',
'name': 'Ossetic',
'name_local': 'Ирон',
},
'pa': { 'pa': {
'bidi': False, 'bidi': False,
'code': 'pa', 'code': 'pa',
Expand Down
Binary file added django/conf/locale/os/LC_MESSAGES/django.mo
Binary file not shown.

0 comments on commit ab76467

Please sign in to comment.