* ABOUT-GCC-NLS: Remove reference to enquire, and out-of-date
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Sep 2002 05:07:02 +0000 (05:07 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Sep 2002 05:07:02 +0000 (05:07 +0000)
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

gcc/ABOUT-GCC-NLS
gcc/ChangeLog

index e6e1527..b0919d1 100644 (file)
@@ -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.
index bf8601c..42cbdb9 100644 (file)
@@ -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.