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