CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Tool Translator++ 4.9.28 Standard Version / Developer Version

5.00 star(s) 1 Vote

awak789123

New Member
Feb 1, 2023
11
0
when I try to translate 「……ッッ!」 the result becomes "...!" . how to prevent the "" sign from changing and make the result like 「...!」
1706581905403.png
 

wsg123

New Member
Mar 4, 2022
7
1
So, we can know now.
In versions below 5.10, deepl not work anymore.
Unless someone crack version 5.10+.
Right now google is still working in 4.8.31,4.9.28 and 5.3.31b.
If one day google changes the pipeline structure as well.
We can give up Translator++ this tool.
The author should also be following this thread at any time.
 
  • Like
Reactions: Xanax1488

Xanax1488

Member
Feb 13, 2021
354
419
So, we can know now.
In versions below 5.10, deepl not work anymore.
Unless someone crack version 5.10+.
Right now google is still working in 4.8.31,4.9.28 and 5.3.31b.
If one day google changes the pipeline structure as well.
We can give up Translator++ this tool.
The author should also be following this thread at any time.
4.7.30
google work
 

Xanax1488

Member
Feb 13, 2021
354
419
The lines are in Chinese! Do I have to do anything special?
If the text you want to translate in the game is also in Chinese, then just translate it.
but translate exactly what you want and nothing else.
otherwise you'll break the game
Sometimes there are scripts in that file.
 

Yuki-x

Member
Jul 22, 2021
226
353
versions can no longer be cracked.
Of course it can and is pretty easy to do it, but...
Yes, no one is trying to crack it right now, and the author is following this thread, he will be doing all kinds of encryption, which is hard to crack right now.
...this is the real problem.
drm free versions came out -> dreamsavior added a small drm (disk/partition hashcheck)
Cracked versions came out -> dreamsavior added a simple encryption (& stopped updating the free version twice a year... guess he was pissed)
popular plugins were released in public -> dreamsavior added a patron logged-in check, to activate/deactivate them during their installation.*

So cracking it is a big no-no

If people are that desperate for a plugin, just make a small 1 month donation to get that plugin (100credits = 1$)
e.g. for deepl you'll need a single donation of 5$ or 5 months of 1$, etc.

*if you get a warning "the plugin was not properly installed" do not report it to dreamsavior (not properly installed = the patron tried to do something fishy)... you may end with your account blocked from dreamsavior's server.
 
Last edited:
  • Like
Reactions: Entai2965

Itsuka Shiro

Newbie
May 2, 2021
63
50
How to write the rule of skipping all lowercase letters and numbers?

Thank you = translate
thank you = no translate

Thank you very much for your help
Add this:
/\b[a-z0-9]+\b/g
If you do, it will not translate numbers or words into lowercase.
1707319399276.png
 
Last edited:

Xanax1488

Member
Feb 13, 2021
354
419
does anyone know how to make the translator pick up whole long sentences instead of translating 1 line at a time?
because of this the meaning is lost when I translate from English.
I think it happens because of word wraping
and it's a mess.
 

Zach1986

New Member
Aug 11, 2023
9
2
Add this:
/\b[a-z0-9]+\b/g
If you do, it will not translate numbers or words into lowercase.

No, what I mean is that even if it's a sentence, the entire line only has lowercase letters. If there are no uppercase letters, it won't be translated

As long as there are capital letters, they will be translated



For example, This sentence = There are capital letter , translate

for example, this sentence = All lowercase letters, no translate



Currently, what I am writing is:/^ [a-z0-9]+/gm,

But they only ignore the preceding words and don't know how to write spaces and the following words



Thank you very much for your help :coffee:

QQ图片20240207235917.png

All lowercase letters,I want to ignore it, I don't want it to be translated
 
Last edited:
5.00 star(s) 1 Vote