aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2002-09-18 05:07:02 +0000
committerZack Weinberg <zack@gcc.gnu.org>2002-09-18 05:07:02 +0000
commitbfb530012dd73655782b01bb993117e386dbe09b (patch)
tree4468337afdc0a0dd503914ca0b8eaf765cba83b9 /gcc
parent825dda426b6951e40f7b0f6c8ef86e6aad86740a (diff)
downloadgcc-bfb530012dd73655782b01bb993117e386dbe09b.zip
gcc-bfb530012dd73655782b01bb993117e386dbe09b.tar.gz
gcc-bfb530012dd73655782b01bb993117e386dbe09b.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ABOUT-GCC-NLS13
-rw-r--r--gcc/ChangeLog5
2 files changed, 10 insertions, 8 deletions
diff --git a/gcc/ABOUT-GCC-NLS b/gcc/ABOUT-GCC-NLS
index e6e1527..b0919d1 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.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bf8601c..42cbdb9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+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>
* config/alpha/alpha.c: Follow spelling conventions.