Add "open post" button to comments
Since I started working on the i18n support, comments lost it's previous link to the post, so it's been added back in a form of an actual button
This commit is contained in:
@ -34,6 +34,7 @@ footer_source = "Website source"
|
||||
go_to_top = "Go to Top"
|
||||
load_comments = "Load Comments"
|
||||
newest_to_oldest = "From newest to oldest"
|
||||
open_post = "Open Post"
|
||||
page_next = "Next"
|
||||
page_previous = "Previous"
|
||||
posts_in_total = "posts in total"
|
||||
@ -76,6 +77,7 @@ footer_source = "Исходный код веб-сайта"
|
||||
go_to_top = "Перейти в Начало"
|
||||
load_comments = "Загрузить Комментарии"
|
||||
newest_to_oldest = "От новейшего к старейшему"
|
||||
open_post = "Открыть Пост"
|
||||
page_next = "Следующий"
|
||||
page_previous = "Предыдущий"
|
||||
posts_in_total = "всего постов"
|
||||
|
Reference in New Issue
Block a user