diff options
| author | historia <historiavg@proton.me> | 2026-08-27 17:46:02 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-27 17:46:02 -0400 |
| commit | 2a9a78dd1caec0811ed2640b28375890ee96e4cc (patch) | |
| tree | 6aebbb503a98eb035015ff56e51d4ccc4f4a395e /app/converter/clients | |
| parent | cef2352a5e81b272d067c2c02eb9588e54edfcfd (diff) | |
| download | tts-audiobook-generator-2a9a78dd1caec0811ed2640b28375890ee96e4cc.tar.gz | |
feat: help menu in tui
Diffstat (limited to 'app/converter/clients')
| -rw-r--r-- | app/converter/clients/languages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/converter/clients/languages.py b/app/converter/clients/languages.py index c73dc7c..0925953 100644 --- a/app/converter/clients/languages.py +++ b/app/converter/clients/languages.py @@ -61,7 +61,7 @@ LANGUAGE_ISO_CODES = { } # Static selection-list order for the TUI Language menus (Settings and -# Generate audiobooks): the languages of audio.cpp's WebUI language menus +# Generate Audiobooks): the languages of audio.cpp's WebUI language menus # (MagpieTTS + IndexTTS2) plus the shared display names, with common # languages near the top. A static list — new audio.cpp menu languages # need this tuple updated by hand. |
