Skip to content

Commit

Permalink
Update DefaultRuleProvider.php with Yiddish ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
yankl committed Dec 23, 2023
1 parent e0ecb03 commit c0ada2d
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions src/RuleProvider/DefaultRuleProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10896,6 +10896,59 @@ class DefaultRuleProvider implements RuleProviderInterface
'' => 'Y',
'' => 'Y',
),
'yiddish' =>
array (
'יאַ' => 'ya',
'אַ' => 'a',
'אָ' => 'o',
'יאָ' => 'yo',
'א' => '',
'בֿ' => 'v',
'ב' => 'b',
'ג' => 'g',
'ד' => 'd',
'ה' => 'h',
'װ' => 'v',
'וו' => 'v',
'יױ' => 'yoy',
'ױ' => 'oy',
'יוי' => 'yoy',
'וי' => 'oy',
'יו' => 'yu',
'ו' => 'u',
'ז' => 'z',
'ח' => 'kh',
'ט' => 't',
'יײַ' => 'yay',
'ײַ' => 'ay',
'יי' => 'ey',
'ײ' => 'ey',
'יע' => 'ye',
'ייִ' => 'yi',
'יִ' => 'i',
'י' => 'i',
'כּ' => 'k',
'כ' => 'kh',
'ך' => 'kh',
'ל' => 'l',
'מ' => 'm',
'ם' => 'm',
'נ' => 'n',
'ן' => 'n',
'ס' => 's',
'ע' => 'e',
'פּ' => 'p',
'פֿ' => 'f',
'פ' => 'ph',
'צ' => 'ts',
'ץ' => 'ts',
'ק' => 'k',
'ר' => 'r',
'שֹ' => 's',
'ש' => 'sh',
'תּ' => 't',
'ת' => 's',
),
)/*INSERT_END*/;

/**
Expand Down

0 comments on commit c0ada2d

Please sign in to comment.