Use Unicode notation (U+XXXX) instead of HTML notation (&#xXXXX;) in comments
[lhc/web/wiklou.git] / languages / messages / MessagesCkb.php
index a010c2c..a9131fd 100644 (file)
@@ -109,29 +109,32 @@ $specialPageAliases = [
 ];
 
 $magicWords = [
-       'img_thumbnail'             => [ '1', 'وێنۆک', 'thumbnail', 'thumb' ],
+       'img_thumbnail'             => [ '1', 'وێنۆک', 'thumb', 'thumbnail' ],
        'img_right'                 => [ '1', 'ڕاست', 'right' ],
        'img_left'                  => [ '1', 'چەپ', 'left' ],
        'img_width'                 => [ '1', '$1پیکسڵ', '$1px' ],
        'img_center'                => [ '1', 'ناوەڕاست', 'center', 'centre' ],
-       'img_framed'                => [ '1', 'چوارچێوە', 'framed', 'enframed', 'frame' ],
+       'img_framed'                => [ '1', 'چوارچێوە', 'frame', 'framed', 'enframed' ],
        'img_frameless'             => [ '1', 'بێچوارچێوە', 'frameless' ],
        'img_border'                => [ '1', 'سنوور', 'border' ],
 ];
 
 $digitTransformTable = [
-       '0' => '٠', # ٠
-       '1' => '١', # ١
-       '2' => '٢', # ٢
-       '3' => '٣', # ٣
-       '4' => '٤', # ٤
-       '5' => '٥', # ٥
-       '6' => '٦', # ٦
-       '7' => '٧', # ٧
-       '8' => '٨', # ٨
-       '9' => '٩', # ٩
-       '.' => '٫', # ٫ wrong table ?
-       ',' => '٬', # ٬
+       '0' => '٠', # U+0660
+       '1' => '١', # U+0661
+       '2' => '٢', # U+0662
+       '3' => '٣', # U+0663
+       '4' => '٤', # U+0664
+       '5' => '٥', # U+0665
+       '6' => '٦', # U+0666
+       '7' => '٧', # U+0667
+       '8' => '٨', # U+0668
+       '9' => '٩', # U+0669
+];
+
+$separatorTransformTable = [
+       '.' => '٫', # U+066B
+       ',' => '٬', # U+066C
 ];
 
 $datePreferences = [