NVDA Sync 1.4.1 adds speech dictionary import for received .dic files.
Changes:
- Added an Import
.dicfile action to the speech dictionary manager. - The importer validates the selected NVDA dictionary file and refuses empty dictionaries.
- After choosing the source file, NVDA Sync asks for the target NVDA folder explicitly, so importing from a temporary folder does not imply that the temporary drive is the target.
- Import routing understands
default.dic, dictionaries already arranged underspeechDicts, current voice dictionaries named likesynth-voice.dic, and legacy flat dictionary files. - Imports use the same backup and live-NVDA warning flow as the existing dictionary tools.
Validation:
SmokeTest.ps1passed.- Andre tested importing a dictionary moved to
E:\Tempback into the intended NVDA folder.