Re: [Rd] Internationalizing the Rcmdr package?

2005-05-21 Thread Philippe Grosjean
Hello John and Peter (and all), Yes, it is probably better to use the same method as R uses, with po files and gettext(). We are currently translating R in French and it takes one hour or two to figure out how to do these translations with, let's say, poedit. We would not like to deal with dif

Re: [Rd] Internationalizing the Rcmdr package?

2005-05-21 Thread Peter Dalgaard
"John Fox" <[EMAIL PROTECTED]> writes: > Dear R-devel list members, > > I'm considering adding support for other languages than English to the Rcmdr > package. I understand that the use of Tcl/Tk by the Rcmdr package means I > won't be able to make full use of the internationalization facilities

[Rd] Internationalizing the Rcmdr package?

2005-05-21 Thread John Fox
Dear R-devel list members, I'm considering adding support for other languages than English to the Rcmdr package. I understand that the use of Tcl/Tk by the Rcmdr package means I won't be able to make full use of the internationalization facilities in R 2.1.0. I'm interested, therefore, in whether