On the translation form (Drupal\l10n_community\Form\TranslateForm), when there are suggestions for a string, let's say:
- source string 1: 7 suggestions,
- source string 2: 2 suggestions,
- source string 3: 1 suggestions,
only these strings will be displayed, as the total number of suggestions is equal to 10 (default limit), whereas 10 source strings should be output, regardless of the number of suggestions for each source string. Apparently, this happens in L10nTranslator.
Comments
Comment #2
fmb commentedComment #3
fmb commentedComment #4
fmb commentedLooks like history repeats itself: #745358: Pager counts destination strings, not source strings.
Comment #6
fmb commented