From 24b6d652c25b71e90beb5c9f5cf82b2f073520a6 Mon Sep 17 00:00:00 2001 From: Huji Date: Mon, 19 Nov 2007 16:13:25 +0000 Subject: [PATCH] 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. --- languages/messages/MessagesFa.php | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) 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', -- 2.20.1