add dictation model

This commit is contained in:
Wolfang Torres
2026-06-20 14:10:17 +08:00
parent ebf2d58207
commit ebc9aa77a7
4 changed files with 125 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ RESOURCES.mkdir(exist_ok=True, parents=True)
# File Types
PHRASES_TYPE = ".phrases"
DICT_TYPE = ".dictionary"
DICTATION_TYPE = ".dictation"
class LANGUAGES: