fix escaping

This commit is contained in:
Dennis Eichhorn 2022-02-12 21:31:58 +01:00
parent 05fe948bb9
commit 7472ed9b1a

View File

@ -18,7 +18,7 @@ return ['Calendar' => [
'Close' => 'Близький', 'Close' => 'Близький',
'Day' => 'День', 'Day' => 'День',
'Event' => 'Подія', 'Event' => 'Подія',
'Friday' => 'П\\'ятниця', 'Friday' => 'П\'ятниця',
'Interval' => 'Інтервал', 'Interval' => 'Інтервал',
'Layout' => 'Макет', 'Layout' => 'Макет',
'List' => 'Список', 'List' => 'Список',