diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-18 05:07:02 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-18 05:07:02 +0000 |
commit | e1584e41a8253a776afdbb8d5ddc5f58dd7209a8 (patch) | |
tree | 4468337afdc0a0dd503914ca0b8eaf765cba83b9 /gcc/ABOUT-GCC-NLS | |
parent | e3e08e7f98ee1087965502514cbc359cc4cfeb18 (diff) | |
download | ppe42-gcc-e1584e41a8253a776afdbb8d5ddc5f58dd7209a8.tar.gz ppe42-gcc-e1584e41a8253a776afdbb8d5ddc5f58dd7209a8.zip |
* ABOUT-GCC-NLS: Remove reference to enquire, and out-of-date
statement that the only translation is to en_UK.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57267 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ABOUT-GCC-NLS')
-rw-r--r-- | gcc/ABOUT-GCC-NLS | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/gcc/ABOUT-GCC-NLS b/gcc/ABOUT-GCC-NLS index e6e15271c6a..b0919d1b2ac 100644 --- a/gcc/ABOUT-GCC-NLS +++ b/gcc/ABOUT-GCC-NLS @@ -5,19 +5,16 @@ Some work remains in other areas; for example, GCC does not yet allow non-ASCII letters in identifiers. Not all of GCC's diagnostic messages have been internationalized. Programs -like `enquire' and `genattr' (in fact all gen* programs) are not -internationalized, as their users are GCC maintainers who typically need -to be able to read English anyway; internationalizing them would thus -entail needless work for the human translators. Messages used for -debugging, such as used in dumped tables, should also not be translated. +like `genattr' (in fact all gen* programs) are not internationalized, as +their users are GCC maintainers who typically need to be able to read +English anyway; internationalizing them would thus entail needless work for +the human translators. Messages used for debugging, such as used in dumped +tables, should also not be translated. The GCC library should not contain any messages that need internationalization, because it operates below the internationalization library. -Currently, the only language translation supplied is en_UK (British -English). - Unlike some other GNU programs, the GCC sources contain few instances of explicit translation calls like _("string"). Instead, the diagnostic printing routines automatically translate their arguments. |