Post panel #986
Closed
wildserver
started this conversation in
General
Post panel
#986
Replies: 2 comments
-
|
Will fix later, PR are also welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Closed by #987 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. While adapting it to suit myself and my language, I noticed one inconvenience - the lack of multilingual support for the “Post Panel” for some elements.
I had to create my custom files in
/myblog/layouts/partials/post/panelAgree, it would be more convenient if you correct the files
/hugo-theme-bootstrap/layouts/partials/post/panelin the theme source by changing totitle="{{ i18n "text" }}in the above files, like this:comments.htmlcopyright.htmlsidebar-toggler.htmltoc.htmltranslations.html... title="{{ i18n "translations" }}"> ...And add the following lines to
themes/hugo-theme-bootstrap/i18n/en.toml:Then there will be no difficulties with translation into other languages.
Beta Was this translation helpful? Give feedback.
All reactions