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:
daudix
2024-06-18 06:08:18 +03:00
parent bcf57b7147
commit 17634a94da
3 changed files with 16 additions and 6 deletions

View File

@ -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 = "всего постов"