PHP Classes

File: infrastructure/libraries/Moment/Locales/fa_IR.php

Recommend this page to a friend!
  Classes of Maicon gonçalez   Potato Service   infrastructure/libraries/Moment/Locales/fa_IR.php   Download  
File: infrastructure/libraries/Moment/Locales/fa_IR.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Potato Service
Framework that extracts route details from classes
Author: By
Last change:
Date: 1 year ago
Size: 617 bytes
 

Contents

Class file image Download
<?php

// locale: Iranian farsi (fa_IR)

$locale = require __DIR__ . '/en_GB.php';
$locale['calendar']['withTime'] = '[at] h:i A';
$locale['calendar']['default'] = 'm/d/Y';
$locale['week']['dow'] = 7;
$locale["relativeTime"] = [
   
"future" => '?? %s',
   
"past" => '%s ???',
   
"s" => '?? ??? ????? ?????',
   
"m" => '?? ?????',
   
"mm" => '%d ?????',
   
"h" => '?? ????',
   
"hh" => '%d ????',
   
"d" => '?? ???',
   
"dd" => '%d ???',
   
"M" => '?? ???',
   
"MM" => '%d ???',
   
"y" => '?? ???',
   
"yy" => '%d ???',
];
return
$locale;