This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translation/64934] The french text of --version is not proper french


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64934

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> ---
The link I posted was regarding the translation of the strings:

"This is free software; see the source for copying conditions.  There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
"\n"

and

"This is free software; see the source for copying conditions.\n"
"There is NO warranty; not even for MERCHANTABILITY or \n"
"FITNESS FOR A PARTICULAR PURPOSE.\n"
"\n"


If one wants to change the English version, it would be a different bug
component.

Regarding the license: A simple link doesn't help as GCC uses multiple
licenses: GPL3+ for the compiler, GPL3+ with GCC exception for several
libraries, LGPL2+ or BSD license for some other libraries.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]