[Rd] mistake in Italian translation
Antonio, Fabio Di Narzo
antonio.fabio at gmail.com
Sun Dec 16 12:50:37 CET 2007
Hi all.
I'm not sure I should send this here, but the link to the Italian
Traslation Team is dead here:
http://developer.r-project.org/TranslationTeams.html
I've found an annoying mistake in the italian traslation of a base
error message:
##
> d <- data.frame(a=1)
> d$a <- 1:2
Errore in `$<-.data.frame`(`*tmp*`, "a", value = 1:2) :
dati sostitutivi con %righe, i dati ne hanno 1
##
This is a little cryptic message for the final user, if compared with this:
##
> Sys.setlocale('LC_MESSAGES','C')
[1] "C"
> d$a <- 1:2
Error in `$<-.data.frame`(`*tmp*`, "a", value = 1:2) :
replacement has 2 rows, data has 1
##
Find attached the proposed patch against revision 43697.
Bests,
Antonio.
--
Antonio, Fabio Di Narzo
Ph.D. student at
Department of Statistical Sciences
University of Bologna, Italy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: R-it.po.patch
Type: text/x-patch
Size: 530 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-devel/attachments/20071216/7a940ee9/attachment.bin
More information about the R-devel
mailing list