Added Armenian language

This commit is contained in:
Claude Paroz 2019-01-10 09:27:30 +01:00
parent db1b10ef0d
commit 31ebb1d564
3 changed files with 8 additions and 1 deletions

View File

@ -89,6 +89,7 @@ LANGUAGES = [
('hr', gettext_noop('Croatian')),
('hsb', gettext_noop('Upper Sorbian')),
('hu', gettext_noop('Hungarian')),
('hy', gettext_noop('Armenian')),
('ia', gettext_noop('Interlingua')),
('id', gettext_noop('Indonesian')),
('io', gettext_noop('Ido')),

View File

@ -248,6 +248,12 @@ LANG_INFO = {
'name': 'Hungarian',
'name_local': 'Magyar',
},
'hy': {
'bidi': False,
'code': 'hy',
'name': 'Armenian',
'name_local': 'հայերեն',
},
'ia': {
'bidi': False,
'code': 'ia',

View File

@ -175,7 +175,7 @@ Generic Views
Internationalization
~~~~~~~~~~~~~~~~~~~~
* ...
* Added support and translations for the Armenian language.
Management Commands
~~~~~~~~~~~~~~~~~~~