Skip to content

Commit fae8844

Browse files
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

File tree

src/i18n/languages/ruRU.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const dictionary: RawTranslationPackage = {
7777
DB: 'ФУО',
7878
DAVERAGE: 'БДСРЕДНЕЕ',
7979
DCOUNT: 'БСЧЁТ',
80-
DCOUNTA: 'БСЧЕТА',
80+
DCOUNTA: 'БСЧЁТА',
8181
DGET: 'БИЗВЛЕЧЬ',
8282
DMAX: 'БДМАКС',
8383
DMIN: 'БДМИН',

0 commit comments

Comments
 (0)