mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-06-07 07:04:27 -04:00
getting rid of unnecessary slashes
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user