Moritz Weinmann 1bd08a72be Fix text_constants merge: use proper PHP string regex
The previous merge used a greedy (.*?); regex that stopped at the first
semicolon — breaking on HTML entities like ö inside string values.
Switched to a quoted-string-aware regex ("..." / '...') that correctly
captures full PHP string literals including embedded semicolons.
Key count: 1429 (root file was untracked and never loaded, not a loss).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 10:24:52 +02:00
2026-02-17 14:56:23 +01:00
2026-06-19 13:17:53 +02:00
2026-02-17 14:56:23 +01:00
2026-06-19 13:14:19 +02:00
2026-02-17 14:56:23 +01:00
2026-02-17 14:56:23 +01:00
2026-02-17 14:56:23 +01:00
Description
No description provided
4.3 MiB
Languages
PHP 90.2%
CSS 4.5%
JavaScript 4.5%
HTML 0.7%