include zh_hans in tox tests

This commit is contained in:
Marco Bonetti 2022-01-06 16:59:49 +01:00
parent 6e9d08eb8c
commit 5a1c36f1b2
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Version History
Version 0.9.9 (unreleased)
--------------------------
* Test test_47_azure_ajax_translation: avoid DNS lookup for better isolation. Should fix #233
* Adds Chinese (Simplified) translation. (#266 thanks @chenluyong)
Version 0.9.8

View file

@ -66,6 +66,8 @@ commands =
msgfmt -c -o ru/LC_MESSAGES/django.mo ru/LC_MESSAGES/django.po
msgfmt -c -o tr/LC_MESSAGES/django.mo tr/LC_MESSAGES/django.po
msgfmt -c -o uk/LC_MESSAGES/django.mo uk/LC_MESSAGES/django.po
msgfmt -c -o zh_hans/LC_MESSAGES/django.mo zh_hans/LC_MESSAGES/django.po
[testenv:docs]
deps = sphinx