Skip to content

Commit 1275469

Browse files
authored
Merge 5ac0a32 into ea31691
2 parents ea31691 + 5ac0a32 commit 1275469

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

nvdaHelper/espeak/sconscript

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ espeakLib=env.SharedLibrary(
385385
"../ucd-tools/src/proplist.c",
386386
"../ucd-tools/src/scripts.c",
387387
"../ucd-tools/src/tostring.c",
388+
"common.c",
388389
"compiledata.c",
389390
"compiledict.c",
390391
# "compilembrola.c", # we dont use MBROLA, this is a compile option in espeak
@@ -410,6 +411,7 @@ espeakLib=env.SharedLibrary(
410411
"synthesize.c",
411412
"synth_mbrola.c", # provides symbols used by synthesize.obj, voices.obj, and wavegen.obj
412413
"translate.c",
414+
"translateword.c",
413415
"tr_languages.c",
414416
"voices.c",
415417
"wavegen.c",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you aren't sure, run `git submodule update` after every git pull, merge or ch
8888

8989
For reference, the following run time dependencies are included in Git submodules:
9090

91-
* [eSpeak NG](https://github.com/espeak-ng/espeak-ng), version 1.52-dev commit 0dbe7182
91+
* [eSpeak NG](https://github.com/espeak-ng/espeak-ng), version 1.52-dev commit f9193330
9292
* [Sonic](https://github.com/waywardgeek/sonic), commit 4f8c1d11
9393
* [IAccessible2](https://wiki.linuxfoundation.org/accessibility/iaccessible2/start), commit cbc1f29631780
9494
* [liblouis](http://www.liblouis.org/), version 3.22.0

user_docs/en/changes.t2t

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ What's New in NVDA
3131

3232

3333
== Changes ==
34-
- eSpeak NG has been updated to 1.52-dev commit ``0dbe7182``. (#14060, #14079)
34+
- eSpeak NG has been updated to 1.52-dev commit ``f9193330``. (#14060, #14079, #14117)
35+
- Fixed reporting of Latin characters when using Mandarin. (#12952, #13572)
36+
-
3537
- NVDA now includes the architecture of the operating system as part of user statistics tracking. (#14019)
3638
- Reporting power state changes and using the script to report battery status now report the same message consistently. (#14035)
3739
-

0 commit comments

Comments
 (0)