-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reasults match failed due to some special characters #637
Comments
Try |
Thank you for your reply. |
Seems unsolvable, use |
Gotta fix this AND disable parsing for regex which is unnecessary torture. I also had a bug which deletes all comments and empty lines from translation files, idk whether it's related. |
Thank you for the explanation.
But translator doesn't understand this, and it still translates |
It won't find anything because $ means end of the string in regex |
I noticed that when the sentence to be translated contains some special characters, the translator is not able to match the sentence with the results saved in
_AutoGeneratedTranslations.txt
correctly.Here is an example:
The sentense is
「え、えっと…その…お兄さんと一緒に帰りたかったからです///」
When it is first translated, the following result is written to
_AutoGeneratedTranslations.txt
:「え、えっと…その…お兄さんと一緒に帰りたかったからです\/\//」="嗯,嗯……那个……是因为想和哥哥一起回去。"
.When the sentence reappears (use Alt+R or restart the game), the translator could not match the result and executed the translation again.
So the
_AutoGeneratedTranslations.txt
becomesI also tried to add
but it doesn't work.
So this may be a bug in matching results?
My autoTranslator version is
5.3.1
and myconfig.ini
isThe text was updated successfully, but these errors were encountered: