mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
change unicode characters in comment text that error'd python 2.7 tests
This commit is contained in:
parent
69f2b62adf
commit
8c7efe32df
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ def translate_text(request):
|
|||
# [
|
||||
# {
|
||||
# "translations":[
|
||||
# {"text": "你好, 你叫什么名字?", "to": "zh-Hans"}
|
||||
# {"text": "some chinese text that gave a build error on travis ci", "to": "zh-Hans"}
|
||||
# ]
|
||||
# }
|
||||
# ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue