Tool Translator++ 4.9.28 Standard Version / Developer Version

5.00 star(s) 1 Vote

Itsuka Shiro

Newbie
May 2, 2021
63
50
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:

View attachment 3334171

All lowercase letters,I want to ignore it, I don't want it to be translated
Regular expressions are like mathematics if you don't describe the problem well, it becomes impossible to solve:
/^(?=.*[a-záéíóúñü])(?!.*[A-ZÁÉÍÓÚÑÜ]).*$/gm
or
/^(?=.*[a-záéíóúñü])(?!.*[A-ZÁÉÍÓÚÑÜ]).*$/g
I don't have a suitable trans file to test
 

Zach1986

New Member
Aug 11, 2023
9
2
“Itsuka Shiro,帖子:12907847,成员:3654430” said:
正则表达式就像数学一样,如果你不能很好地描述问题,它就变得不可能解决:
/^(?=.*[a-záéíóúñü])(?!.*[A-ZÁÉÍÓÚÑÜ]).*$/gm

/^(?=.*[a-záéíóúñü])(?!.*[A-ZÁÉÍÓÚÑÜ]).*$/g
我没有合适的 trans 文件来测试
[/引用]


T H A N K S !!
 
  • Like
Reactions: Itsuka Shiro

F4S1

Member
Aug 29, 2019
145
141
If you have already installed the plugins that broken_division shared, please re-download translator ++ 5.3.31b and unzip it, then download and install the plugins that I shared with you. THOSE THAT I SHARED WITH YOU.
Can you please upload these addons to another host like kioskloud.io?
 

Itsuka Shiro

Newbie
May 2, 2021
63
50
Have a look here:
That is the version provided by Dreamsavior (dev) the extended version that has more addons installed (by_admin) has this backlog.


Wow, there is an update package for version 6.1.31.
But need a key to install the patch.
Any $1 pateron is here? You have a chance to be a hero. ;)
If I'm not mistaken. The key is only obtained by a higher level Patreon, and even if you obtained it you would not be able to use it because when you opened the translator ++ it would tell you that that version is only for Patreon users.
 

Itsuka Shiro

Newbie
May 2, 2021
63
50
Wha? Are all low-level patrons sitting on version 5.3.31B and can't upgrade without paying extra?
No, even the lowest level users ($1) have the latest version, to update they only need to link their Translator++ with their Patreon account and it will update automatically. Even if they want to update it with the update package, they just have to give the location of where it is and leave the key field empty. translator++ automatically gets it from your patreon account.

Another thing, even if a higher level user shared a cracked version (without password) (I want it) of the update package and you updated the translator++ when you open it it will give you an alert that this version is only for patreon users giving you the option to link your patreon account (paid) or close.
 
Last edited:

YU_XIAN

Active Member
Mar 13, 2018
508
72
1709002032643.png
A new version of the game has been released
When I translate a new version, can I just slowly import it from the old version?
 
5.00 star(s) 1 Vote