We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821442f commit 3fe2461Copy full SHA for 3fe2461
php-templates/translations.php
@@ -133,7 +133,7 @@ protected function linesFromJsonFile($file)
133
array_keys($json),
134
);
135
$result = [];
136
- $searchRange = 2;
+ $searchRange = 3;
137
138
foreach ($encoded as $index => $keys) {
139
// Pretty likely to be on the line that is the index, go happy path first
src/templates/translations.ts
@@ -133,7 +133,7 @@ $translator = new class
0 commit comments