Skip to content

Commit

Permalink
Added missing string for new option in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
fyryNy committed Apr 7, 2024
1 parent b06c5b3 commit a304379
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vdf-include/system/autorun/ZTTSDIALOGUES.D
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ instance MenuItem_Opt_zTTSDialogues_Language_Choice(C_MENU_ITEM_DEF)

onchgsetoption = "Language";
onchgsetoptionsection = "zTTSDialogues";
text[0] = "Other|Russian|English|German|Polish|Romanian|Italian|Czech|Spanish";
text[0] = "Other|Russian|English|Deutsch|Polish|Romanian|Italian|Czech|Spanish";
};

instance MenuItem_Opt_zTTSDialogues_Gender(C_MENU_ITEM)
Expand Down Expand Up @@ -281,6 +281,12 @@ instance MenuItem_Opt_zTTSDialogues_VoiceRate(C_MENU_ITEM)
"Sprechgeschwindigkeit",
"Szybkość głosu"
);
text[1] = Str_GetLocalizedString(
"Скорость чтения текста для Windows TTS",
"Speed of the text reading for Windows TTS",
"Sprechgeschwindigkeit der Windows TTS",
"Prędkość czytania tekstu dla Windows TTS"
);
};

instance MenuItem_Opt_zTTSDialogues_VoiceRate_Choice(C_MENU_ITEM_DEF)
Expand Down

0 comments on commit a304379

Please sign in to comment.