I am working a backend project written in python to provider multilingual strings to my frontend handset. Some how I got some text translation that will change the position. I want to know how to do that?
Example:
Cathy invited Thomas.
translated to
Thomas 被 Cathy 邀請了.
I am working a backend project written in python to provider multilingual strings to
Share
Use dict interpolation instead.