Added some social buttons to the "Post" template (#415)
* Added new 'GitForge' param for non-git repos * Added some (optional) social buttons * Small fix for hardcoded values * Update single.html * Update look & feel for share buttons Signed-off-by: hossainemruz <hossainemruz@gmail.com> * Fix improve-this-page btn alignment when share-buttons disabled Signed-off-by: hossainemruz <hossainemruz@gmail.com> Co-authored-by: Pablo Marcos <codebergflamingo@staplehorse.anonaddy.com> Co-authored-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
069b0aa328
commit
bb01f1a975
18 changed files with 182 additions and 12 deletions
|
@ -50,6 +50,9 @@ other = "পূর্ববর্তী"
|
|||
[next]
|
||||
other = "পরবর্তী"
|
||||
|
||||
[share_on]
|
||||
other = "শেয়ার করুন"
|
||||
|
||||
[improve_this_page]
|
||||
other = "এই পৃষ্ঠাটি উন্নত করুন"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@ other = "Vorherige"
|
|||
[next]
|
||||
other = "Nächste"
|
||||
|
||||
# [share_on]
|
||||
# other = "Share on"
|
||||
|
||||
[improve_this_page]
|
||||
other = "Diese Seite verbessern"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@ other = "Prev"
|
|||
[next]
|
||||
other = "Next"
|
||||
|
||||
[share_on]
|
||||
other = "Share on"
|
||||
|
||||
[improve_this_page]
|
||||
other = "Improve this page"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@ other = "Anterior"
|
|||
[next]
|
||||
other = "Siguiente"
|
||||
|
||||
[share_on]
|
||||
other = "Compartir en"
|
||||
|
||||
[improve_this_page]
|
||||
other = "Mejorar esta página"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@ other = "Précédent"
|
|||
[next]
|
||||
other = "Suivant"
|
||||
|
||||
[share_on]
|
||||
other = "Partager sur"
|
||||
|
||||
[improve_this_page]
|
||||
other = "Améliorez cette page"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@ other = "पिछला"
|
|||
[next]
|
||||
other = "आगे"
|
||||
|
||||
# [share_on]
|
||||
# other = "Share on"
|
||||
|
||||
[improve_this_page]
|
||||
other = "इस पृष्ठ को सुधारें"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@ other = "Sebelumnya"
|
|||
[next]
|
||||
other = "Lanjut"
|
||||
|
||||
# [share_on]
|
||||
# other = "Share on"
|
||||
|
||||
[improve_this_page]
|
||||
other = "Perbaiki halaman ini"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@ other = "Precedente"
|
|||
[next]
|
||||
other = "Successivo"
|
||||
|
||||
# [share_on]
|
||||
# other = "Share on"
|
||||
|
||||
[improve_this_page]
|
||||
other = "Migliora questa pagina"
|
||||
|
||||
|
|
|
@ -50,6 +50,9 @@ other = "前"
|
|||
[next]
|
||||
other = "次"
|
||||
|
||||
# [share_on]
|
||||
# other = "Share on"
|
||||
|
||||
[improve_this_page]
|
||||
other = "編集リクエストを送る"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@ other = "이전"
|
|||
[next]
|
||||
other = "다음"
|
||||
|
||||
# [share_on]
|
||||
# other = "Share on"
|
||||
|
||||
[improve_this_page]
|
||||
other = "이 페이지를 개선"
|
||||
|
||||
|
|
|
@ -52,6 +52,9 @@ other = "Vorherige"
|
|||
[next]
|
||||
other = "Nächste"
|
||||
|
||||
# [share_on]
|
||||
# other = "Share on"
|
||||
|
||||
[improve_this_page]
|
||||
other = "Diese Seite verbessern"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@ other = "Предыдущий"
|
|||
[next]
|
||||
other = "Следующий"
|
||||
|
||||
# [share_on]
|
||||
# other = "Share on"
|
||||
|
||||
[improve_this_page]
|
||||
other = "Улучшить эту страницу"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@ other = "Trước"
|
|||
[next]
|
||||
other = "Tiếp theo"
|
||||
|
||||
# [share_on]
|
||||
# other = "Share on"
|
||||
|
||||
[improve_this_page]
|
||||
other = "Cải thiện trang này"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@ other = "上一篇"
|
|||
[next]
|
||||
other = "下一篇"
|
||||
|
||||
# [share_on]
|
||||
# other = "Share on"
|
||||
|
||||
[improve_this_page]
|
||||
other = "改善此页面"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@ other = "上一篇"
|
|||
[next]
|
||||
other = "下一篇"
|
||||
|
||||
# [share_on]
|
||||
# other = "Share on"
|
||||
|
||||
[improve_this_page]
|
||||
other = "改善此頁面"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue