merge translations

This commit is contained in:
advplyr 2022-11-08 18:11:03 -06:00
commit 946e4f39cc
4 changed files with 151 additions and 151 deletions

View file

@ -285,7 +285,7 @@ class LibraryController {
lastRange.end = currentSequence
}
else {
ranges.push({ start: currentSequence, end: currentSequence, isNumber: isNaN(currentSequence) })
ranges.push({ start: currentSequence, end: currentSequence, isNumber: isNumber })
}
return ranges