Add Russian language to tests.
parent
5707ebfe09
commit
d269de0b63
|
|
@ -105,6 +105,7 @@ LANGUAGES = (
|
|||
("it", "Italiano"),
|
||||
("pl", "Polski"),
|
||||
("pt-BR", "Português"),
|
||||
("ru", "Русский"),
|
||||
("tr", "Türk"),
|
||||
)
|
||||
LANGUAGE_CODE = "en"
|
||||
|
|
|
|||
|
|
@ -82,6 +82,13 @@ class AdminInterfaceTemplateTagsTestCase(TestCase):
|
|||
"active": False,
|
||||
"activation_url": "/i18n/setlang/?next=/pt-br/admin/",
|
||||
},
|
||||
{
|
||||
"code": "ru",
|
||||
"name": "Русский",
|
||||
"default": False,
|
||||
"active": False,
|
||||
"activation_url": "/i18n/setlang/?next=/ru/admin/",
|
||||
},
|
||||
{
|
||||
"code": "tr",
|
||||
"name": "Türk",
|
||||
|
|
|
|||
Loading…
Reference in New Issue