mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Fixed new language tag...
This commit is contained in:
parent
058f7995d8
commit
e87cb59c48
@ -758,7 +758,7 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
FixedOkXY = "Fixed and OK - '{0}': {1}",
|
||||
FixOcrErrorExample = "D0n't -> Don't",
|
||||
FixSpaceBetweenNumbersExample = "1 100 -> 1100",
|
||||
FixDialoguesOneLineExample = "Hi John! - Hi Ida! -> Hi John!",
|
||||
FixDialoguesOneLineExample = "Hi John! - Hi Ida! -> Hi John!<br />- Hi Ida!",
|
||||
};
|
||||
|
||||
GetDictionaries = new LanguageStructure.GetDictionaries
|
||||
|
@ -1642,6 +1642,15 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
case "FixCommonErrors/FixedOkXY":
|
||||
language.FixCommonErrors.FixedOkXY = reader.Value;
|
||||
break;
|
||||
case "FixCommonErrors/FixOcrErrorExample":
|
||||
language.FixCommonErrors.FixOcrErrorExample = reader.Value;
|
||||
break;
|
||||
case "FixCommonErrors/FixSpaceBetweenNumbersExample":
|
||||
language.FixCommonErrors.FixSpaceBetweenNumbersExample = reader.Value;
|
||||
break;
|
||||
case "FixCommonErrors/FixDialoguesOneLineExample":
|
||||
language.FixCommonErrors.FixDialoguesOneLineExample = reader.Value;
|
||||
break;
|
||||
case "GetDictionaries/Title":
|
||||
language.GetDictionaries.Title = reader.Value;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user