mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Add É (capital E with acute accent) to list of French special characters - thx dobratzp :)
Fix #8782
This commit is contained in:
parent
f639e9cacf
commit
f43662875f
@ -1,6 +1,6 @@
|
||||
Subtitle Edit Changelog
|
||||
|
||||
4.0.8 (xth August 2024) BETA
|
||||
4.0.8 (xth September 2024) BETA
|
||||
* NEW:
|
||||
* Add "Batch mode" for "Generate transparent video with subs" - thx David
|
||||
* Add "Pixel format" paramter to burn-in - thx Hafran420
|
||||
|
@ -66,7 +66,7 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
|
||||
contextMenu.Items.Clear();
|
||||
var l = LanguageSettings.Current.VobSubOcrCharacter;
|
||||
MakeToolStripLetterItem(contextMenu, "Catalan", "àÀéÉèÈíÍïÏóÓòÒúÚüÜçÇ");
|
||||
MakeToolStripLetterItem(contextMenu, "French", "àÀâÂæÆçÇéèÈêÊËëîÎïÏôÔœŒùÙûÛüÜÿŸ");
|
||||
MakeToolStripLetterItem(contextMenu, "French", "àÀâÂæÆçÇéèÉÈêÊËëîÎïÏôÔœŒùÙûÛüÜÿŸ");
|
||||
MakeToolStripLetterItem(contextMenu, l.German, "äÄöÖüÜß");
|
||||
MakeToolStripLetterItem(contextMenu, "Italian", "àÀèÈéÉìÌòÒùÙ");
|
||||
MakeToolStripLetterItem(contextMenu, l.Nordic, "æÆøØåÅäÄöÖ");
|
||||
|
Loading…
Reference in New Issue
Block a user