Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

branch in [ assumes English text #6293

Closed
MichaelChirico opened this issue Jul 17, 2024 · 0 comments · Fixed by #6294
Closed

branch in [ assumes English text #6293

MichaelChirico opened this issue Jul 17, 2024 · 0 comments · Fixed by #6294
Labels
translation issues/PRs related to message translation projects

Comments

@MichaelChirico
Copy link
Member

          Hello

Please take in account that there is at least a line on [.data.table that regexs on error messages assuming english!

(

if (grepl(":=.*defined for use in j.*only", e$message))
)
(
stopf('Check that is.data.table(DT) == TRUE. Otherwise, :=, `:=`(...) and let(...) are defined for use in j, once only and in particular ways. See help(":=").')
)

That is likely to leave := in i undetected.

PD: I has been working in spanish translations if I have some time I will complete and share. Are there a branch on which commit translations or something?

Originally posted by @rikivillalba in #6199 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
translation issues/PRs related to message translation projects
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant