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 localeString = ''
|
||||||
String dictionaryFileName = ''
|
String dictionaryFileName = ''
|
||||||
|
|
||||||
String alphabet = ''
|
String alphabet = languageFile.name.contains("Hebrew") ? '"' : ''
|
||||||
|
|
||||||
languageFile.eachLine { line ->
|
languageFile.eachLine { line ->
|
||||||
if (
|
if (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue