Translate documentation into Simplified Chinese#3346
Conversation
|
Hi George. Are the translations fully up-to-date with documentation in the current |
|
Yes, all of the translations are fully up-to-date. |
|
Excellent! If I may ask, how do you intend to ensure that the translation stays in-sync and up-to-date with documentation changes in the future? Just curious! 😊 |
|
At present, I will manually check the update of the doc. Recently, I have been working on my workflow system which makes it possible to keep me informed of doc updates. |
|
Given that I have never used Sphinx in a multilingual context, could you let me know the exact steps needed to build and view the Chinese version of the Pelican documentation? |
|
OK, Chinese version of documentation can be built as following steps:
|
|
Thank you, George. Here are the (slightly modified) steps I took to locally view the Chinese documentation: cd ~/Projects/pelican/
gh pr checkout 3346
cd docs
sphinx-build -b html -D language=zh_CN . ./_build-zh_CN/
python -m http.server -d _build-zh_CN… after which I was able to view the Chinese documentation at: http://localhost:8000 🎉 I don't understand exactly what is required on the ReadTheDocs side of the equation, although it is possible that the only necessary step is to create a separate |
|
Yeah, it is very convenient to add a translation version of project in RtD. After doing some tests in my own RtD account, I came up with a way to add a translation to an existing RtD project:
|
|
Hi @GeorgeHu6. Would you be willing to update your Chinese translation of the documentation to include the Skip Posts feature from #3305? Once you have added a translation for this new feature, I would like to merge this pull request and issue a new Pelican release 😊 |
|
Sure, Chinese translation of the documentation is totally up to date now. |
justinmayer
left a comment
There was a problem hiding this comment.
Many thanks for all your work on this translation, George. I am pleased to add this to Pelican. Much appreciated! 🥇
|
Translation is now live! 🎉 https://docs.getpelican.com/en/latest/ ➡️ (tap Flyout Menu) ➡️ Languages ➡️ |
|
Yeah! Thank you all guys. I will try to keep the Chinese translation up to date. |
Pull Request Checklist