Commit bfb53001 by Zack Weinberg Committed by Zack Weinberg

ABOUT-GCC-NLS: Remove reference to enquire...

	* ABOUT-GCC-NLS: Remove reference to enquire, and out-of-date
	statement that the only translation is to en_UK.

From-SVN: r57267
parent 825dda42
...@@ -5,19 +5,16 @@ Some work remains in other areas; for example, GCC does not yet allow ...@@ -5,19 +5,16 @@ Some work remains in other areas; for example, GCC does not yet allow
non-ASCII letters in identifiers. non-ASCII letters in identifiers.
Not all of GCC's diagnostic messages have been internationalized. Programs Not all of GCC's diagnostic messages have been internationalized. Programs
like `enquire' and `genattr' (in fact all gen* programs) are not like `genattr' (in fact all gen* programs) are not internationalized, as
internationalized, as their users are GCC maintainers who typically need their users are GCC maintainers who typically need to be able to read
to be able to read English anyway; internationalizing them would thus English anyway; internationalizing them would thus entail needless work for
entail needless work for the human translators. Messages used for the human translators. Messages used for debugging, such as used in dumped
debugging, such as used in dumped tables, should also not be translated. tables, should also not be translated.
The GCC library should not contain any messages that need The GCC library should not contain any messages that need
internationalization, because it operates below the internationalization internationalization, because it operates below the internationalization
library. library.
Currently, the only language translation supplied is en_UK (British
English).
Unlike some other GNU programs, the GCC sources contain few instances Unlike some other GNU programs, the GCC sources contain few instances
of explicit translation calls like _("string"). Instead, the of explicit translation calls like _("string"). Instead, the
diagnostic printing routines automatically translate their arguments. diagnostic printing routines automatically translate their arguments.
......
2002-09-17 Zack Weinberg <zack@codesourcery.com>
* ABOUT-GCC-NLS: Remove reference to enquire, and out-of-date
statement that the only translation is to en_UK.
2002-09-17 Kazu Hirata <kazu@cs.umass.edu> 2002-09-17 Kazu Hirata <kazu@cs.umass.edu>
* config/alpha/alpha.c: Follow spelling conventions. * config/alpha/alpha.c: Follow spelling conventions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment