added an extra validation rule for Hebrew and removed two invalid Yiddish words
This commit is contained in:
parent
6eef23815c
commit
4edda7c763
2 changed files with 1 additions and 3 deletions
|
|
@ -6181,7 +6181,6 @@
|
|||
אראסעלי
|
||||
אראף
|
||||
אראפ
|
||||
אראפ,
|
||||
אראפאט
|
||||
אראפברעכן
|
||||
אראפברעכנדיג
|
||||
|
|
@ -17961,7 +17960,6 @@
|
|||
וואנצן
|
||||
וואנצעס
|
||||
וואס
|
||||
וואס,
|
||||
וואסא
|
||||
וואסאו
|
||||
וואסאן
|
||||
|
|
|
|||
|
Can't render this file because it is too large.
|
|
|
@ -177,7 +177,7 @@ task validateLanguages {
|
|||
String localeString = ''
|
||||
String dictionaryFileName = ''
|
||||
|
||||
String alphabet = ''
|
||||
String alphabet = languageFile.name.contains("Hebrew") ? '"' : ''
|
||||
|
||||
languageFile.eachLine { line ->
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue