]> git.saurik.com Git - bison.git/blobdiff - HACKING
* tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
[bison.git] / HACKING
diff --git a/HACKING b/HACKING
index 0fffc9c2fa2fac5362d3d85455da966cfbcdd954..157d714583856d9acb066979e4f69d9061fde760 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -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