Commit fae8844
committed
Fix: HF-85 Russian DCOUNTA missing yo letter
Per Microsoft Excel Russian translations, DCOUNTA is БСЧЁТА (with Ё, not Е).
The pattern is consistent with COUNT (СЧЁТ), COUNTA (СЧЁТЗ), and DCOUNT
(БСЧЁТ) which all use Ё. The previous БСЧЕТА was a typo missing the
ё diacritical mark.
Cursor Bugbot finding (real bug, not historical re-flag — verified by
cross-referencing with COUNT/COUNTA/DCOUNT existing translations and
Microsoft Excel Russian docs convention).1 parent 465321f commit fae8844
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments