@Gunnar, I've been thinking about that but I don't think it can be added to the debian/rules or documented much better than what po/README current does.
I've been using that script but the strings are basically guessed from reading the code from https://code.launchpad.net/~vcs-imports/debian- cd/trunk tools/boot/focal/boot-amd64 which builds the string by parsing elements one example there 'livelabel="^Try $HUMANPROJECT without installing" for variant in "" " (safe graphics)^ nomodeset"; do suffix="${variant%^*}" menu label ${livelabel}${suffix}' That's not something gettext or a script is going to be able to parse... (same, it's not obvious where the list of flavor to iterate on is defined, the script includes what was already present in the gfxboot-theme-ubuntu template for the other install options) ** Attachment added: "newstrings.py" https://bugs.launchpad.net/ubuntu/+source/gfxboot-theme-ubuntu/+bug/1871087/+attachment/5349959/+files/newstrings.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1871087 Title: po/bootloader.pot outdated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-translations/+bug/1871087/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
