From 8c7efe32dfaef2a988cb8deb28ecfcaac9d0ed84 Mon Sep 17 00:00:00 2001 From: Sam Van den Vonder Date: Mon, 6 Aug 2018 22:14:24 +0200 Subject: [PATCH] change unicode characters in comment text that error'd python 2.7 tests --- rosetta/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rosetta/views.py b/rosetta/views.py index 880ff76..25183d2 100644 --- a/rosetta/views.py +++ b/rosetta/views.py @@ -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"} # ] # } # ]