fix: add last row from some auto-translate categories

This commit is contained in:
Dean Sheather
2024-05-26 01:24:18 +10:00
parent 6ff1b80641
commit 7020879aea
+1 -1
View File
@@ -182,7 +182,7 @@ internal static class AutoTranslate
// Previously, we were setting `0..^0` which caused these
// sheets to be completely skipped due to this bug.
// See below.
rows.Add(..Index.FromStart((int)validRows.Max()));
rows.Add(..Index.FromStart((int)validRows.Max() + 1));
foreach (var range in rows)
{