Skip to content

Commit

Permalink
Update Persian rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Eckerstorfer committed Sep 24, 2017
1 parent 7f637bd commit 9dbf8f4
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion src/RuleProvider/DefaultRuleProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,41 @@ class DefaultRuleProvider implements RuleProviderInterface
'ø' => 'oe',
'å' => 'aa',
),
'persian' => NULL,
'persian' =>
array (
'ا' => 'a',
'ب' => 'b',
'پ' => 'p',
'ت' => 't',
'ث' => 'th',
'ج' => 'j',
'چ' => 'ch',
'ح' => 'h',
'خ' => 'kh',
'د' => 'd',
'ذ' => 'th',
'ر' => 'r',
'ز' => 'z',
'ژ' => 'zh',
'س' => 's',
'ش' => 'sh',
'ص' => 's',
'ض' => 'z',
'ط' => 't',
'ظ' => 'z',
'ع' => 'a',
'غ' => 'gh',
'ف' => 'f',
'ق' => 'g',
'ك' => 'k',
'گ' => 'g',
'ل' => 'l',
'م' => 'm',
'ن' => 'n',
'و' => 'o',
'ه' => 'h',
'ی' => 'y',
),
'polish' =>
array (
'Ą' => 'A',
Expand Down

0 comments on commit 9dbf8f4

Please sign in to comment.