Skip to content

Commit

Permalink
fix Persian language
Browse files Browse the repository at this point in the history
  • Loading branch information
smoqadam committed May 25, 2015
1 parent 0da43ed commit b82f821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utilphp/util.php
Expand Up @@ -215,10 +215,10 @@ class util
'ö' => 'o'
),
'fa'=>array( /* Farsi */
'آ'=>'aa', 'ا' => 'a', 'ب' => 'b','پ'=>'p', 'ت' => 't', 'ث' => 'th', 'ج' => 'g','چ'=>'ch', 'ح' => 'h', 'خ' => 'kh', 'د' => 'd',
'آ'=>'aa', 'ا' => 'a', 'ب' => 'b','پ'=>'p', 'ت' => 't', 'ث' => 'th', 'ج' => 'j','چ'=>'ch', 'ح' => 'h', 'خ' => 'kh', 'د' => 'd',
'ذ' => 'z', 'ر' => 'r', 'ز' => 'z' , 'ژ'=>'zh','س' => 's', 'ش' => 'sh', 'ص' => 's','ض'=>'z', 'د' => 'd', 'ط' => 't',
'ظ' => 'th', 'ع' => 'aa', 'غ' => 'gh', 'ف' => 'f', 'ق' => 'gh', 'ك' => 'k', 'گ'=>'g', 'ل' => 'l', 'م' => 'm',
'ن' => 'n', 'ه' => 'h', 'و' => 'o', 'ي' => 'y' ,'ی'=>'y' , 'ِ'=>'e' , 'ُ'=>'o' ,'َ'=>'a' , ''=>''
'ن' => 'n', 'ه' => 'h', 'و' => 'o', 'ي' => 'y' ,'ی'=>'y' , 'ِ'=>'e' , 'ُ'=>'o' ,'َ'=>'a'
)
);

Expand Down

0 comments on commit b82f821

Please sign in to comment.