double quotes are now permitted in Yiddish, like in Hebrew
This commit is contained in:
parent
90f7ac518e
commit
81124a9c14
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ static def extractAlphabetCharsFromLine(String line) {
|
||||||
|
|
||||||
|
|
||||||
static def parseLanguageFile(File languageFile, String dictionariesDir) {
|
static def parseLanguageFile(File languageFile, String dictionariesDir) {
|
||||||
String alphabet = languageFile.name.contains("Hebrew") ? '"' : ''
|
String alphabet = languageFile.name.contains("Hebrew") || languageFile.name.contains("Yiddish") ? '"' : ''
|
||||||
File dictionaryFile
|
File dictionaryFile
|
||||||
int errorCount = 0
|
int errorCount = 0
|
||||||
String errorMsg = ""
|
String errorMsg = ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue