Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@

6. Enhanced tests for OpenMP support, detecting incompatibilities such as R-bundled runtime _vs._ newer Xcode and testing for a manually installed runtime from <https://mac.r-project.org/openmp>, [#6622](https://github.com/Rdatatable/data.table/issues/6622). Thanks to @dvg-p4 for initial report and testing, @twitched for the pointers, @tdhock and @aitap for the fix.

7. setnafill() old non-numeric input error message removed from all .po and .pot files.[#7449](https://github.com/Rdatatable/data.table/issues/7449) This reduces clutter and improves file readability, while keeping the new errors in place. Thanks to @MichaelChirico for the issue and @deh277 for the fix.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
7. setnafill() old non-numeric input error message removed from all .po and .pot files.[#7449](https://github.com/Rdatatable/data.table/issues/7449) This reduces clutter and improves file readability, while keeping the new errors in place. Thanks to @MichaelChirico for the issue and @deh277 for the fix.
7. setnafill() old non-numeric input error message removed from all .po and .pot files. This reduces clutter and improves file readability, while keeping the new errors in place. Thanks to @MichaelChirico for the issue and @deh277 for the fix. [#7449](https://github.com/Rdatatable/data.table/issues/7449)


## data.table [v1.18.2.1](https://github.com/Rdatatable/data.table/milestone/44?closed=1) (22 January 2026)

### BUG FIXES
Expand Down
3 changes: 0 additions & 3 deletions po/data.table.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3296,9 +3296,6 @@ msgid ""
"data.table"
msgstr ""

#: nafill.c:117 nafill.c:128
msgid "'x' argument must be numeric type, or list/data.table of numeric types"
msgstr ""

#: nafill.c:185
msgid ""
Expand Down
5 changes: 0 additions & 5 deletions po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -4024,11 +4024,6 @@ msgstr ""
" El argumento 'x' es un vector atómico, la actualización in situ solo se "
"admite para list/data.table"

#: nafill.c:117 nafill.c:128
msgid "'x' argument must be numeric type, or list/data.table of numeric types"
msgstr ""
"'x' argumento debe ser de tipo numérico, o lista/datos.tabla de tipos "
"numéricos"

#: nafill.c:185
msgid ""
Expand Down
6 changes: 0 additions & 6 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -4128,12 +4128,6 @@ msgstr ""
"l'argument 'x' est un vecteur atomique, la mise à jour sur place n'est "
"possible que pour list/data.table"

#: nafill.c:117 nafill.c:128
msgid "'x' argument must be numeric type, or list/data.table of numeric types"
msgstr ""
"l'argument 'x' doit être un type numérique ou une liste/data.table de types "
"numériques"

#: nafill.c:185
msgid ""
"fill must be a vector of length 1 or a list of length of x. Consider "
Expand Down
6 changes: 0 additions & 6 deletions po/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -4023,12 +4023,6 @@ msgstr ""
"argumento 'x' é um vetor atômico, a atualização no local é suportada apenas "
"para list/data.table"

#: nafill.c:117 nafill.c:128
msgid "'x' argument must be numeric type, or list/data.table of numeric types"
msgstr ""
"argumento 'x' deve ser do tipo numérico ou uma lista/data.table de tipos "
"numéricos"

#: nafill.c:185
msgid ""
"fill must be a vector of length 1 or a list of length of x. Consider "
Expand Down
4 changes: 0 additions & 4 deletions po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -4020,10 +4020,6 @@ msgstr ""
"Аргумент 'x' - атомарный вектор; обновление на месте поддерживается только "
"для списка/data.table"

#: nafill.c:117 nafill.c:128
msgid "'x' argument must be numeric type, or list/data.table of numeric types"
msgstr ""
"Аргумент 'x' должен быть численным или списком/data.table численных векторов"

#: nafill.c:185
msgid ""
Expand Down
4 changes: 0 additions & 4 deletions po/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -3801,10 +3801,6 @@ msgid ""
"data.table"
msgstr "参数'x'是一个原子型矢量,原位的更新只为list 或 data.table提供"

#: nafill.c:117 nafill.c:128
msgid "'x' argument must be numeric type, or list/data.table of numeric types"
msgstr "参数'x'必须是数字类型,或者是数字类型的list/data.table"

#: nafill.c:185
#, fuzzy
#| msgid "fill must be a vector of length 1 or a list of length of x"
Expand Down
Loading