Merge pull request #58 from deansheather/dean/at-race-fix

fix: add last row from some auto-translate categories
This commit is contained in:
Infi
2024-05-25 17:26:24 +02:00
committed by GitHub
+1 -1
View File
@@ -182,7 +182,7 @@ internal static class AutoTranslate
// Previously, we were setting `0..^0` which caused these // Previously, we were setting `0..^0` which caused these
// sheets to be completely skipped due to this bug. // sheets to be completely skipped due to this bug.
// See below. // See below.
rows.Add(..Index.FromStart((int)validRows.Max())); rows.Add(..Index.FromStart((int)validRows.Max() + 1));
foreach (var range in rows) foreach (var range in rows)
{ {