aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2024-11-14 23:41:58 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2024-11-14 23:41:58 +0000
commit0b80445440a04a06bf96a6681146ec14d2af448c (patch)
treec556eaf99c73e87ec38bb155f463e26e6940a10a /languages
parent0b66bb178947cf4626d59e622ca2b0ab773c30e9 (diff)
parentca6bfddb4243a873bfb4d185b6d7f24bbb8772d2 (diff)
downloadmediawikicore-0b80445440a04a06bf96a6681146ec14d2af448c.tar.gz
mediawikicore-0b80445440a04a06bf96a6681146ec14d2af448c.zip
Merge "Remove invisible direction marks from Persian time formats"
Diffstat (limited to 'languages')
-rw-r--r--languages/messages/MessagesFa.php31
1 files changed, 15 insertions, 16 deletions
diff --git a/languages/messages/MessagesFa.php b/languages/messages/MessagesFa.php
index 74af1ac36517..4b8f903e304d 100644
--- a/languages/messages/MessagesFa.php
+++ b/languages/messages/MessagesFa.php
@@ -410,26 +410,25 @@ $datePreferenceMigrationMap = [
* overridden.
*/
$dateFormats = [
- # 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',
+ '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',
+ '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',
+ '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',
- 'persian both' => '‏xij xiF xiY، ساعت H:i',
+ 'persian time' => 'H:i',
+ 'persian date' => 'xij xiF xiY',
+ 'persian both' => 'xij xiF xiY، ساعت H:i',
- 'hebrew time' => '‏H:i',
- 'hebrew date' => '‏xij xjF xjY',
- 'hebrew both' => '‏H:i, xij xjF xjY',
+ 'hebrew time' => 'H:i',
+ 'hebrew date' => 'xij xjF xjY',
+ 'hebrew both' => 'H:i, xij xjF xjY',
'ISO 8601 time' => 'xnH:xni:xns',
'ISO 8601 date' => 'xnY-xnm-xnd',