Page MenuHomePhabricator

Normalize date formats to use double-quoted strings
Closed, ResolvedPublic

Description

All MessagesXX.php files use double-quoted strings in the $dateFormats array to include characters that would otherwise be interpreted as date formatting placeholders.

Only files that deviate from this pattern, instead using backslash-escaped characters:
MessagesGl.php, MessagesKea.php and MessagesPt.php.

They should be normalized to the same syntax used in the other files.

(Note: I'm creating this task retroactively, to accompany the Gerrit patch 804770.)

Event Timeline

waldyrious closed this task as Resolved.EditedAug 1 2023, 5:48 PM
waldyrious claimed this task.
waldyrious added a subscriber: Amire80.

Update: Gerrit patch 804770 has been merged during Wikimedia-Hackathon-2023, following validation done via Patch Demo. Many thanks to @Amire80!