[racket-dev] How to translate DrRacket GUI to another (human) language?
Jay McCarthy wrote:
>I also believe (and Robby can confirm this)
>that any string translations you leave out will just remain in
>English, even if you don't include them in your constants file.
Yes. See also http://docs.racket-lang.org/string-constants/index.html#%28part._.Adding_.String_.Constants%29
There's also a (very low traffic) mailing list for translators:
http://lists.racket-lang.org/translators/
You can subscribe to this mailing list if you want to be kept up to
date with changes made to english-string-constants.rkt.
Note that these translation files only cover the DrRacket GUI and some
of the tools, not error messages that result from evaluating code.
Philippe