Skip to content
Snippets Groups Projects

Issue #3506168: Certain date elements are not currently translated

Open Issue #3506168: Certain date elements are not currently translated
1 unresolved thread
1 unresolved thread

Closes #3506168

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
566 568 // Format the month display, if needed.
567 569 $month_separator = NULL;
568 570 if ($freq === 'YEARLY') {
569 $month = date('F', $start_ts);
571 $month = \Drupal::service('date.formatter')->format($start_ts, 'custom', 'F');
Please register or sign in to reply
Loading