The aria-label tag used for accessibility should be picked up for translation by the translation tools, currently, it is not.
Created attachment 106501 [details] [review] Bug 25922: Add aria-label to the allowlist for translation This patch adds aria-label to the allowlist for translations
I applied this patch and patches from bug 25244, then ran `./translate update fr-FR`. I cannot find 'Select search result:' in PO files. Does it work for you ?
Ah I think I found the problem (a typo). I will submit a followup
Created attachment 106509 [details] [review] Bug 25922: Add aria-label to the allowlist for translation This patch adds aria-label to the allowlist for translations Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Created attachment 106510 [details] [review] Bug 25922: Fix typo 'arial-label' -> 'aria-label' Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
No test plan? :(
Created attachment 106532 [details] [review] Bug 25922: Add aria-label to the allowlist for translation This patch adds aria-label to the allowlist for translations. To test: - Apply patches from here and bug 25244 - kshell - cd misc/translator - perl translate update de-DE - Check for the aria-label in the diff - Verify the strings appear in the po files now - Translate them - perl translate install de-DE - Verify the translated strings appear in the template Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Created attachment 106533 [details] [review] Bug 25922: Fix typo 'arial-label' -> 'aria-label' Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 20.11, thanks to everybody involved!
backported to 20.05.x for 20.05.03
backported to 19.11.x for 19.11.09
Not backported to oldoldstable (19.05.x). Feel free to ask if it's needed.