mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
include zh_hans in tox tests
This commit is contained in:
parent
6e9d08eb8c
commit
5a1c36f1b2
2 changed files with 3 additions and 0 deletions
1
CHANGES
1
CHANGES
|
|
@ -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
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue