Merge "Add assertFileContains to MediaWikiTestCaseTrait"
[lhc/web/wiklou.git] / languages / messages / MessagesFa.php
index 4e10908..a78233f 100644 (file)
@@ -318,22 +318,22 @@ $magicWords = [
 ];
 
 $digitTransformTable = [
-       '0' => '۰', # ۰
-       '1' => '۱', # ۱
-       '2' => '۲', # ۲
-       '3' => '۳', # ۳
-       '4' => '۴', # ۴
-       '5' => '۵', # ۵
-       '6' => '۶', # ۶
-       '7' => '۷', # ۷
-       '8' => '۸', # ۸
-       '9' => '۹', # ۹
-       '%' => '٪', # ٪
+       '0' => '۰', # U+06F0
+       '1' => '۱', # U+06F1
+       '2' => '۲', # U+06F2
+       '3' => '۳', # U+06F3
+       '4' => '۴', # U+06F4
+       '5' => '۵', # U+06F5
+       '6' => '۶', # U+06F6
+       '7' => '۷', # U+06F7
+       '8' => '۸', # U+06F8
+       '9' => '۹', # U+06F9
+       '%' => '٪', # U+066A
 ];
 
 $separatorTransformTable = [
-       '.' => '٫', # ٫
-       ',' => '٬', # ٬
+       '.' => '٫', # U+066B
+       ',' => '٬', # U+066C
 ];
 
 /**
@@ -412,11 +412,3 @@ $dateFormats = [
 # Harakat are intentionally not included in the linkTrail. Their addition should
 # take place after enough tests.
 $linkTrail = "/^([ابپتثجچحخدذرزژسشصضطظعغفقکگلمنوهیآأئؤة‌]+)(.*)$/sDu";
-
-$imageFiles = [
-       'button-bold'     => 'fa/button_bold.png',
-       'button-italic'   => 'fa/button_italic.png',
-       'button-link'     => 'fa/button_link.png',
-       'button-headline' => 'fa/button_headline.png',
-       'button-nowiki'   => 'fa/button_nowiki.png',
-];