Comment 1 for bug 1999567

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

I checked the sample string given in the test case, and only Focal and Jammy have that translated to *some* languages:

Xenial:
$ grep "sudo pro status" po/* | grep -v "or run:" | wc -l
0

This SRU for xenial:
$ grep "sudo pro status" po/* | grep -v "or run:" | wc -l
0

Bionic:
$ grep "sudo pro status" po/* | grep -v "or run:" | wc -l
0

This SRU for bionic:
$ grep "sudo pro status" po/* | grep -v "or run:" | wc -l
0

Focal:
$ grep "sudo pro status" po/* | grep -v "or run:" | wc -l
0

This SRU for focal:
$ grep "sudo pro status" po/* | grep -v "or run:" | wc -l
15

Jammy:
$ grep "sudo pro status" po/* | grep -v "or run:" | wc -l
0

This SRU for jammy:
$ grep "sudo pro status" po/* | grep -v "or run:" | wc -l
16

Kinetic:
$ grep "sudo pro status" po/* | grep -v "or run:" | wc -l
0

Lunar:
$ grep "sudo pro status" po/* | grep -v "or run:" | wc -l
0

Additionally, Kinetic and Lunar don't have that string translated, so it would be a regression from jammy. Is this how we want to proceed? Or is there another check I should do instead? I understand we won't get 100% translation coverage, but I picked the string that is in the test case. If the test case is followed, then this SRU will fail verification for X, B, F, and is missing in K and L.