@techee commented on this pull request.
> if (! first && have_best)
- /* For translators: it's the filename and line number
of a symbol in the goto-symbol popup menu */
- text = g_markup_printf_escaped(_("<b>%s:%lu:</b> %s"),
fname, tmtag->line, sym);
+ /* For translators: it's the filename and the line
number of a symbol in the goto-symbol popup menu */
+ text = g_markup_printf_escaped(_("<b>%s:%lu</b>"),
fname, tmtag->line);
> Remove the translation mark so its not forgotten and spams next translate
> cycle, its computer language file:line, not human language, so its
> untranslatable.
@b4n Will French survive that? :-)
I agree with @elextr this is probably excessive so if it's OK with you, I'd
remove those.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3547#discussion_r1350044270
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3547/review/[email protected]>