Replies: 1 comment
-
|
I did a scan on some of our production servers using inspect-overlaps.py and it revealed nothing. So let's assume this is more a theoretical possibility than real-world usage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on #18932, improving how Weblate handles overlapping, non-nested placeholder spans but struggle to find actual examples .
What we're looking for
A partially-overlapping span occurs when two flags both match part of the same substring, but neither is fully contained by the other. For example, on the string$USER_NAME$ items:
These partially overlap at USER_NAME — neither span is nested inside the other.
If you've configured a placeholders: flag (regex or literal) alongside a format flag like i18next-interpolation, python-brace-format, or similar, and noticed unexpected highlighting or autofix behavior, we'd love to see:
See also #18953
Beta Was this translation helpful? Give feedback.
All reactions