Translator comments never displayed (as they are not immediately preceding the string)
From https://gitlab.gnome.org/GNOME/gnome-tour/-/blob/master/src/widgets/pages/welcome.rs :
// Translators: The following string is formated as "Learn about new and essential features in GNOME 3.36" for example
let text = gtk::Label::new(Some(&i18n_f(
"Learn about new and essential features in {} {}.",
&[&name, &version],
See https://l10n.gnome.org/POT/gnome-tour.master/gnome-tour.master.eu.po for the result.
See https://wiki.gnome.org/TranslationProject/DevGuidelines/Use%20comments for the docs.
(On an unrelated note, can I rearrange the {}
order if my language would say 3.36 GNOME
? How?)