We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cce77 commit b6212d9Copy full SHA for b6212d9
tests/test_translate.py
@@ -79,7 +79,7 @@ def test_translate(self):
79
"ทดสอบระบบ",
80
)
81
82
- self.th_fr_translator = Translate('th', 'ja')
+ self.th_ja_translator = Translate('th', 'ja', engine="small100")
83
self.assertIsNotNone(
84
self.th_fr_translator.translate(
85
0 commit comments