Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
1d28f85
Correct image tag in README.md
moritz-gross Apr 2, 2026
40b8631
Fix some problems with bad mmultiscripts.
NSoiffer Apr 3, 2026
031f546
fix typos in comments
NSoiffer Apr 3, 2026
00f6d45
Merge branch 'main' of https://github.com/daisy/MathCAT
NSoiffer Apr 3, 2026
b46db4a
Some fixes that I thought were part of 40b8631ebde34b6c8a8bc95ed64130…
NSoiffer Apr 3, 2026
afb24de
Fix #545 -- data-split not getting removed
NSoiffer Apr 3, 2026
68671f4
comment out some debug statements
NSoiffer Apr 3, 2026
de0fc56
Fix some problems with bad mmultiscripts.
NSoiffer Apr 3, 2026
20769fe
fix up grammar issue and also Orca mention
NSoiffer Apr 6, 2026
6caf07f
change the debugger
NSoiffer Apr 6, 2026
839156b
update the Kurzweil description
NSoiffer Apr 7, 2026
564fb8d
tweak the wording
NSoiffer Apr 7, 2026
26629eb
User guides in English & Swedish + Swedish settings dialogue
TimArborealis Apr 14, 2026
b1ec36b
Change `isize` to `i32` (#550)
moritz-gross Apr 22, 2026
94920a2
fix assertions in chemistry.rs (#552)
moritz-gross Apr 22, 2026
eba39ac
clippy fixes
NSoiffer Apr 22, 2026
ffa0cdd
allow more whitespace before audit-ignore comment
moritz-gross Apr 22, 2026
54c3a77
clippy fixes
NSoiffer Apr 22, 2026
90e68d8
New translator's guide
TimArborealis Apr 23, 2026
e2b6e1c
Fix #532.
NSoiffer Apr 24, 2026
0b346bf
Merge branch 'main' of https://github.com/daisy/MathCAT
NSoiffer Apr 24, 2026
126a721
Add test for #532
NSoiffer Apr 24, 2026
9eee95d
remove extraneous blank line
NSoiffer Apr 25, 2026
fb0bd57
Minor cleanup that removed a call that was in two places and could be…
NSoiffer Apr 25, 2026
67f34cb
fix potential security problem where somehow a person puts in a path …
NSoiffer Apr 28, 2026
97ae493
add Russian translator
NSoiffer Apr 28, 2026
bfb0d4f
Initial seeding for Russian
NSoiffer Apr 7, 2025
ea56663
Update Russian ClearSpeak and unicode rules
Kostenkov-2021 Jan 2, 2026
7e29cd4
Update Russian math terminology translations
Kostenkov-2021 Jan 2, 2026
062e333
Update Russian Unicode symbol translations
Kostenkov-2021 Jan 2, 2026
3c0e4cc
Improve Russian ClearSpeak translations
Kostenkov-2021 Feb 19, 2026
b83b78c
Fixed unicode.yaml file
Kostenkov-2021 Feb 20, 2026
39ae354
Update of unicode-full
Kostenkov-2021 Feb 20, 2026
61fe44a
Add Russian ClearSpeak/SimpleSpeak tests
Kostenkov-2021 Mar 9, 2026
a773243
Update Russian navigation translations
Kostenkov-2021 Mar 31, 2026
179563f
Use correct Russian preposition for fractions
Kostenkov-2021 Mar 31, 2026
b3eb33f
Refine ru SimpleSpeak translations
Kostenkov-2021 Mar 31, 2026
57e0aad
Update Russian overview translations
Kostenkov-2021 Mar 31, 2026
78103f8
Localize Russian unit/prefix names and fix ordinals
Kostenkov-2021 Apr 5, 2026
06f6a4c
Fix RU ClearSpeak absolute-value and navigate
Kostenkov-2021 Apr 5, 2026
dad3917
Add common and anyhow::Result imports to ru.rs
Kostenkov-2021 Apr 5, 2026
14a008e
Update Russian ClearSpeak phrasing and fixes
Kostenkov-2021 Apr 5, 2026
9e4fa83
Expand Russian Unicode mappings
Kostenkov-2021 Apr 28, 2026
62dfb84
Use uppercase 'T' keys and fix text in ru rules
Kostenkov-2021 Apr 28, 2026
9077b86
Merge branch 'ru' of https://github.com/Kostenkov-2021/MathCAT into ru
Kostenkov-2021 Apr 28, 2026
5f61714
Update Russian Unicode speech rules
Kostenkov-2021 Apr 28, 2026
664fe32
Merge branch 'daisy:ru' into ru
Kostenkov-2021 May 10, 2026
1e80030
Fix Russian speech rules
Kostenkov-2021 May 18, 2026
5a84b96
Russian tests corrections
Kostenkov-2021 May 18, 2026
8ad291c
Test and files fixes
Kostenkov-2021 May 19, 2026
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
608 changes: 464 additions & 144 deletions Rules/Languages/ru/ClearSpeak_Rules.yaml

Large diffs are not rendered by default.

29 changes: 22 additions & 7 deletions Rules/Languages/ru/SharedRules/calculus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,34 @@
replace:
- test:
if: "$Verbosity='Terse'"
then: [t: "div"] # phrase('div' is short for divergence) -- note OneCore voices spell out "div"
then: [t: "див"] # phrase('div' is short for divergence)
else: [t: "дивергенция"] # phrase('divergence of' this function from the mean)
- test:
if: "$Verbosity!='Terse' and *[1][self::m:mi[contains('ABCDEFGHIJKLMNOPQRSTUVWXYZ', text())]]"
then: [t: "заглавной"]
- test:
if: "not(IsNode(*[1], 'leaf'))"
then: [pause: short]
- x: "*[1]"
- test:
if: "$Verbosity!='Terse' and *[1][self::m:mi[contains('ABCDEFGHIJKLMNOPQRSTUVWXYZ', text())]]"
then: [x: "translate(*[1], 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz')"]
else: [x: "*[1]"]

- name: curl
tag: curl
match: "count(*) = 1"
replace:
- t: "ротор" # phrase(the 'curl of' a field)
- test:
if: "$Verbosity!='Terse'"
then: [t: "из"] # phrase(function 'of' one variable) -- note OneCore voices spell out "div"
if: "$Verbosity!='Terse' and *[1][self::m:mi[contains('ABCDEFGHIJKLMNOPQRSTUVWXYZ', text())]]"
then: [t: "заглавной"]
- test:
if: "not(IsNode(*[1], 'leaf'))"
then: [pause: short]
- x: "*[1]"
- test:
if: "$Verbosity!='Terse' and *[1][self::m:mi[contains('ABCDEFGHIJKLMNOPQRSTUVWXYZ', text())]]"
then: [x: "translate(*[1], 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz')"]
else: [x: "*[1]"]

- name: gradient
tag: gradient
Expand All @@ -49,8 +58,14 @@
- test:
if: "$Verbosity!='Terse'"
then: [t: "градиент"] # phrase(the hill has a 'gradient of' five percent)
else: [t: "del"] # phrase(the delete key is labeled 'del')
else: [t: "набла"] # phrase(the delete key is labeled 'del')
- test:
if: "$Verbosity!='Terse' and *[1][self::m:mi[contains('ABCDEFGHIJKLMNOPQRSTUVWXYZ', text())]]"
then: [t: "заглавной"]
- test:
if: "not(IsNode(*[1], 'leaf'))"
then: [pause: short]
- x: "*[1]"
- test:
if: "$Verbosity!='Terse' and *[1][self::m:mi[contains('ABCDEFGHIJKLMNOPQRSTUVWXYZ', text())]]"
then: [x: "translate(*[1], 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz')"]
else: [x: "*[1]"]
Loading
Loading