-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translations for navigation and headlines not working #80
Comments
Thanks for reporting this, I will have a look at fixing this. |
I've been trying to figure out why the sphinx text works and the ablog text doesn't and so far I have failed. |
Signed-off-by: Luís Henriques <[email protected]>
Signed-off-by: Luís Henriques <[email protected]>
Co-authored-by: Luís Henriques <[email protected]> Co-authored-by: Nabil Freij <[email protected]>
Co-authored-by: Luís Henriques <[email protected]> Co-authored-by: Nabil Freij <[email protected]>
Hello @nabobalis, thanks for continuing work on this extension. (*) I added Italian translations to my project, but I'll be happy to contribute, if you think they are useful (in another issue you were mentioning to leave the job to Sphinx). |
Seems like there is a still a bug here then.
Sure! |
hi @nabobalis sorry, it took more than expected, but I finally managed to submit a PR with IT locales. |
Thank you very much @stefanodavid |
hello @nabobalis FYI: I created a new project from scratch and still experienced the problem with Italian localization. I was able to fix it the by implementing the solution mentioned in #224 ( |
Ok I will try to tweak the code and get a bugfix out. Sorry for the inconvenience |
Description
ABlog provides translations for the navigation, headlines etc. in several languages out of the box, however they are not working. The fallback language English is used all the time.
Expected vs Actual behavior
When setting the
language
configuration to e.g.de
and building the project, I expect all of ABlog's navigation items and titles to be shown in German, however the English texts are used instead.Steps to Reproduce
mkdir /tmp/eggsandspam; cd /tmp/eggsandspam; ablog start
(queried settings do not matter)sed 's/language = None/language= "de"/' -i conf.py
ablog build
xdg-open _website/index.html
The navigation shows "Recent Posts" rather than "Neue Einträge", "Tags" instead of "Schlagworte", etc. Please note, that Sphinx's search box is correctly labeled "Schnellsuche".
System Details
The text was updated successfully, but these errors were encountered: