WeblateOrg / weblate

Web based localization tool with tight version control integration.
https://weblate.org/
GNU General Public License v3.0
4.65k stars 1.02k forks source link

fix: remove double search regex validation #13086

Closed nijel closed 1 week ago

nijel commented 1 week ago

Proposed changes

There is no reason to validate regex using Python engine when it won't be used to execute it.

Fixes #5322

Checklist

Other information