• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

I want Help, Translator++!!

Zach1986

New Member
Aug 11, 2023
7
1
My English is not good
Translator++,How to set omitted values without translating all lowercase English

QQ图片20240129100251.png
Do not translate English within the red box


1118.png
/^[a-z]+$/g
Written by AI, but incorrect
How to write the correct code

Thank you very much for your help
 

scrumbles

Engaged Member
Jan 12, 2019
2,265
2,315
If you visit Tools & Tutorials, there are a few threads about Translator++, like this one.
That said, how about /^(nctablearea|genui)/g
This should match any lines starting either by nctablearea or genui.

Cunningham's Law, amirite?