From: Huji Date: Mon, 19 Nov 2007 16:13:25 +0000 (+0000) Subject: Right-to-Left-Marker should appear in the beginning of all of the strings, to ensure... X-Git-Tag: 1.31.0-rc.0~50800 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=24b6d652c25b71e90beb5c9f5cf82b2f073520a6;p=lhc%2Fweb%2Fwiklou.git Right-to-Left-Marker should appear in the beginning of all of the strings, to ensure the text is shown in correct order in left-to-right wikis. --- diff --git a/languages/messages/MessagesFa.php b/languages/messages/MessagesFa.php index e9ed07aa96..ea9dccaa97 100644 --- a/languages/messages/MessagesFa.php +++ b/languages/messages/MessagesFa.php @@ -109,21 +109,22 @@ $datePreferenceMigrationMap = array( * overridden. */ $dateFormats = array( - 'mdy time' => 'H:i', - 'mdy date' => 'n/j/Y میلادی', - 'mdy both' => 'n/j/Y میلادی، ساعت H:i', - - 'dmy time' => 'H:i', - 'dmy date' => 'j xg Y', - 'dmy both' => 'j xg Y، ساعت H:i', - - 'ymd time' => 'H:i', - 'ymd date' => 'Y/n/j میلادی', - 'ymd both' => 'Y/n/j میلادی، ساعت H:i', + # Please be cautious not to delete the invisible RLM from the beginning of the strings. + 'mdy time' => '‏H:i', + 'mdy date' => '‏n/j/Y میلادی', + 'mdy both' => '‏n/j/Y میلادی، ساعت H:i', + + 'dmy time' => '‏H:i', + 'dmy date' => '‏j xg Y', + 'dmy both' => '‏j xg Y، ساعت H:i', + + 'ymd time' => '‏H:i', + 'ymd date' => '‏Y/n/j میلادی', + 'ymd both' => '‏Y/n/j میلادی، ساعت H:i', - 'persian time' => 'H:i', - 'persian date' => '‏xij xiF xiY', # Don't delete the invisible RLM from the beginning. - 'persian both' => '‏xij xiF xiY، ساعت H:i', # Don't delete the invisible RLM from the beginning. + 'persian time' => '‏H:i', + 'persian date' => '‏xij xiF xiY', + 'persian both' => '‏xij xiF xiY، ساعت H:i', 'ISO 8601 time' => 'xnH:xni:xns',