Some strings consisting of variable names probably shouldn't be translated #6507
Closed
27 tasks done
Labels
translation
issues/PRs related to message translation projects
There's quite a lot of debugging printout that consists of argument/variable names that (arguably) should not be translated:
data.table/src/fread.c
Line 1343 in 3b376da
data.table/src/fread.c
Line 1346 in 3b376da
data.table/src/fread.c
Line 2083 in 3b376da
data.table/src/fread.c
Line 2090 in 3b376da
data.table/src/fread.c
Line 2706 in 3b376da
data.table/src/fread.c
Line 2742 in 3b376da
data.table/src/assign.c
Line 440 in d7e95d1
data.table/src/bmerge.c
Line 69 in d7e95d1
data.table/src/dogroups.c
Line 109 in d7e95d1
data.table/src/dogroups.c
Line 138 in d7e95d1
data.table/src/dogroups.c
Line 154 in d7e95d1
data.table/src/dogroups.c
Lines 162 to 163 in d7e95d1
data.table/src/dogroups.c
Line 403 in d7e95d1
data.table/src/forder.c
Line 784 in d7e95d1
data.table/src/fread.c
Line 2261 in d7e95d1
data.table/src/freadR.c
Line 158 in d7e95d1
data.table/src/freadR.c
Line 719 in 3b376da
data.table/src/utils.c
Line 391 in 3b376da
data.table/src/fsort.c
Line 122 in d7e95d1
data.table/src/fsort.c
Line 178 in d7e95d1
data.table/src/fsort.c
Line 254 in 3b376da
data.table/src/fsort.c
Line 339 in 3b376da
data.table/src/fwrite.c
Line 632 in 3b376da
data.table/src/fwrite.c
Line 634 in 3b376da
data.table/src/fwrite.c
Line 636 in 3b376da
data.table/src/fwrite.c
Line 635 in 3b376da
data.table/src/fwrite.c
Lines 638 to 639 in d7e95d1
data.table/src/fwrite.c
Line 786 in 3b376da
data.table/src/gsumm.c
Line 63 in d7e95d1
data.table/src/openmp-utils.c
Lines 89 to 97 in d7e95d1
data.table/src/reorder.c
Line 39 in d7e95d1
data.table/src/forder.c
Line 873 in d7e95d1
Which of these should have their
_
removed and marked with// # notranslate
forpotools
? Which should be translated anyway?Topic originally started by @rikivillalba in #6503 (comment)
Edit: I have since remembered about punctuation rules, e.g. a space being required before the colon in French, and checked the corresponding checkboxes. If you can think of any reason to translate any of my examples, please check them too.
The text was updated successfully, but these errors were encountered: