[Bug translation/79332] Several bugs related to translation in gcc 7.1-b20170101

2017-02-20 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79332 Roland Illig changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug translation/79332] Several bugs related to translation in gcc 7.1-b20170101

2017-02-08 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79332 Thomas Schwinge changed: What|Removed |Added CC||tschwinge at gcc dot gnu.org ---

[Bug translation/79332] Several bugs related to translation in gcc 7.1-b20170101

2017-02-06 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79332 --- Comment #4 from joseph at codesourcery dot com --- That would be the %e / %n extraction intended for spec strings. In this case, I think splitting the string constant between the % and the n should avoid the %n extraction without

[Bug translation/79332] Several bugs related to translation in gcc 7.1-b20170101

2017-02-06 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79332 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org ---

[Bug translation/79332] Several bugs related to translation in gcc 7.1-b20170101

2017-02-05 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79332 --- Comment #2 from Roland Illig --- In config/ft32/ft32.opt, the explanation for mnodiv is missing the period at the end.

[Bug translation/79332] Several bugs related to translation in gcc 7.1-b20170101

2017-02-05 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79332 --- Comment #1 from Roland Illig --- How am I supposed to translate "tid.y;" in config/nvptx/nbptx.c? I suppose it is a bug in the program that extracts translatable strings from the source code. In case it is not, there must be a translator