Added Chinese Traditional to Tesseract ocr dictionary list

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@2238 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2013-11-25 21:16:03 +00:00
parent 1ce77e5976
commit 234c9483ff
3 changed files with 15 additions and 0 deletions

View File

@ -241,6 +241,16 @@ namespace Nikse.SubtitleEdit.Forms
ButtonExpandSelectionClick(null, null);
e.SuppressKeyPress = true;
}
else if (e.Modifiers == Keys.Shift && e.KeyCode == Keys.Subtract && buttonShrinkSelection.Visible)
{
ButtonShrinkSelectionClick(null, null);
e.SuppressKeyPress = true;
}
else if (e.Modifiers == Keys.Shift && e.KeyCode == Keys.Add && buttonExpandSelection.Visible)
{
ButtonExpandSelectionClick(null, null);
e.SuppressKeyPress = true;
}
}
}
}

View File

@ -24,6 +24,11 @@
<DownloadLink>http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.chi_sim.tar.gz</DownloadLink>
<Description>Chinese (Simplified) language data for Tesseract 3.02</Description>
</Dictionary>
<Dictionary>
<EnglishName>Chinese (Traditional)</EnglishName>
<DownloadLink>http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.chi_tra.tar.gz</DownloadLink>
<Description>Chinese (Traditional) language data for Tesseract 3.02</Description>
</Dictionary>
<Dictionary>
<EnglishName>Czech</EnglishName>
<DownloadLink>http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.ces.tar.gz</DownloadLink>