Translating Scene gets error whenever a letter/word changed #2087
demirbaris
started this conversation in
General
Replies: 1 comment
-
I have solved the issue. The length of the sentence matters. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm at the beginning of Manim. I have tried to use translate option in voiceover with the following part of my code:
with self.voiceover(text=_("This circle is drawn as I speak.")) as tracker:
I got no error. But when I changed any letter, for instance deleting "I" like the following:
with self.voiceover(text=_("This circle is drawn as speak.")) as tracker:
I got the following error:
Could you help me please?
Beta Was this translation helpful? Give feedback.
All reactions