In DrRacket, if I set interface language to Chinese, I can get

> (check-satisfied 1 odd?)
测试通过!

That is, the output of check-satisfied is also in Chinese. But with 
scribble/eval (https://docs.racket-lang.org/scribble/eval.html), in the 
.html generated by scribble, I always get

> (check-satisfied 1 odd?)
The only test passed!

How could I get the same Chinese output in the html output? Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/c608fcea-a770-4c57-ab2a-90da49c0508a%40googlegroups.com.

Reply via email to