Change bellow code to support translation month name
$gregorian_date = $date->format('d F Y')
new code
$gregorian_date = $this->hijriFormatManager->dateFormatter->format($date->getTimestamp(), 'custom', 'd F Y');
Issue fork hijri_format-3517968
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
ahmad-alyasaki commented