getting rid of unnecessary slashes

This commit is contained in:
rom-1
2021-01-03 14:20:35 +01:00
committed by GitHub
parent 534c3457e8
commit 436ff6e75d

View File

@@ -72,8 +72,8 @@ return array(
'december' => 'Dec',
'feb' => 'feb',
'february' => 'Feb',
'format_date' => 'j\\ %s Y',
'format_date_hour' => 'j\\ %s Y \\a\\t H\\:i',
'format_date' => 'j %s Y',
'format_date_hour' => 'j %s Y \\a\\t H\\:i',
'fri' => 'Fri', // TODO - Translation
'jan' => 'jan',
'january' => 'Jan',