[Bug fortran/79602] New: translation: globally replace '%s' with %qs
roland.illig at gmx dot de
gcc-bugzilla@gcc.gnu.org
Sun Feb 19 20:19:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79602
Bug ID: 79602
Summary: translation: globally replace '%s' with %qs
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: roland.illig at gmx dot de
Target Milestone: ---
There are several strings of the following form:
Too few dummy arguments in DTIO procedure '%s' at %L
These should be converted to the now common form using %qs:
Too few dummy arguments in DTIO procedure %qs at %L
When doing this, please make sure to not burden each i18n translator with the
task of updating the translations themselves, but apply an automatic
search-and-replace instead. If you don't have such a program available, have a
look at
https://github.com/rillig/translation-team-de/blob/master/autocorrect.lua,
which I just used for the recent and similar \"%s\" -> %qs migration.
More information about the Gcc-bugs
mailing list