mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-10 05:24:58 +00:00
Test changing to Chinese locale (#1051)
This commit is contained in:
@@ -13,6 +13,7 @@ from conftest import STATUS_SUCCESS
|
|||||||
("fr", "Langue de l’interface web changée pour français"),
|
("fr", "Langue de l’interface web changée pour français"),
|
||||||
("sv", "Bytte webbgränssnittets språk till svenska"),
|
("sv", "Bytte webbgränssnittets språk till svenska"),
|
||||||
("en", "Changed Web Interface language to English"),
|
("en", "Changed Web Interface language to English"),
|
||||||
|
("zh", "Web 界面语言已更改为 中文"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
def test_set_language(http_client, locale, confirm_message):
|
def test_set_language(http_client, locale, confirm_message):
|
||||||
|
Reference in New Issue
Block a user