* src/assoc.c, src/closure.c, src/gram.c, src/injections.c,

* src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
translate maintainer only messages.
This commit is contained in:
Akim Demaille
2002-09-04 10:18:15 +00:00
parent 3f8237696f
commit 427c0dda0c
9 changed files with 38 additions and 24 deletions

View File

@@ -21,9 +21,17 @@ The correct response to most actual bugs is to write a new test case
which demonstrates the bug. Then fix the bug, re-run the test suite,
and check everything in.
* Hacking
** Visible changes
Which include serious bug fixes, must be mentioned in NEWS.
** Translations
Only user visible strings are to be translated: error messages, bits
of the .output file etc. This excludes impossible error messages
(comparable to assert/abort), and all the --trace output which is
meant for the maintainers only.
* Test suite