diff --git a/app/Resources/translations/messages.en.xlf b/app/Resources/translations/messages.en.xlf index 5c4df48c8..de49fcffc 100644 --- a/app/Resources/translations/messages.en.xlf +++ b/app/Resources/translations/messages.en.xlf @@ -255,6 +255,10 @@ menu.rss Blog Posts RSS + + menu.search + Search + post.to_publish_a_comment @@ -288,6 +292,10 @@ post.deleted_successfully Post deleted successfully! + + post.search_for + Search for... + notification.comment_created diff --git a/app/Resources/translations/messages.ru.xlf b/app/Resources/translations/messages.ru.xlf index bd0c3bfbe..f903d4bd9 100644 --- a/app/Resources/translations/messages.ru.xlf +++ b/app/Resources/translations/messages.ru.xlf @@ -288,6 +288,10 @@ post.deleted_successfully Запись успешно удалена! + + post.search_for + Искать запись... + notification.comment_created diff --git a/app/Resources/views/base.html.twig b/app/Resources/views/base.html.twig index 24aee2ef6..1ef102a66 100644 --- a/app/Resources/views/base.html.twig +++ b/app/Resources/views/base.html.twig @@ -23,7 +23,7 @@