-
Notifications
You must be signed in to change notification settings - Fork 991
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for translatable messages in R code (#6533)
* between(): use "POSIXct" class name "POSIX" is ambiguous and doesn't name a class * Correct R syntax suggested by [.data.table * Fix the PR17478 error message R version with the fix found out using: svn cat -r r76717 https://svn.r-project.org/R/branches/R-3-6-branch/VERSION * Suggest Sys.setLanguage('en') for error messages FIXME: formatting of the very long string could be improved * duplicated() accepts singular data.(table|frame) * melt(): s/libraries/packages/ * setdiff_: do not translate R code * [.data.table: vector *of* length %d * Fix tests for contents of error messages * Grammar fix for message * whitespace style * partial revert: space for new sentence within **** region * add a TODO since this issue is eventually fixed * use domain=NA over #notranslate --------- Co-authored-by: Michael Chirico <[email protected]>
- Loading branch information
1 parent
298bb1a
commit 6abbaaf
Showing
8 changed files
with
20 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters