Commit 594c9a2
fix: Czech DCOUNT translation and boolean field coercion
Addresses Cursor Bugbot findings on PR #1652:
- csCZ.ts: DCOUNT was English 'DCOUNT' instead of localized 'DPOCET'
(consistent with DCOUNTA = 'DPOCET2')
- resolveFieldIndex: coerce boolean field arg to number (TRUE -> 1,
FALSE -> 0) per Excel convention, matching ArithmeticHelper semantics
Regression test added in hyperformula-tests.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f7d91fc commit 594c9a2
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| 416 | + | |
416 | 417 | | |
417 | 418 | | |
418 | 419 | | |
| |||
429 | 430 | | |
430 | 431 | | |
431 | 432 | | |
432 | | - | |
433 | | - | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
434 | 437 | | |
435 | 438 | | |
436 | 439 | | |
| |||
0 commit comments