The translated sentences do not appear on version 3.8 and 3.9 docs, but do on version 3.10
Hello, I have trouble that documentation translation of version 3.8 on the repository python/python-docs-ja [1] does not be applied to the documentation. [1] https://github.com/python/python-docs-ja For example, this [2] translation must appear the documentation as the first paragraph of the section 「ドキュメントの不備」[3], but not for the documentation of version 3.8. [2] https://github.com/python/python-docs-ja/blob/1cca7a6cfef49207ba85fb16174967... [3] https://docs.python.org/ja/3.8/bugs.html#documentation-bugs Conversely, the documentation of 3.10 [4] has newer translations. I do not know of the workflow to build and publish documentation so it is hard to catch an origin of that phenomenon. [4] https://docs.python.org/ja/3.10/bugs.html#documentation-bugs Can someone help me? Regards, cocoatomo -- class Cocoatomo: name = 'cocoatomo' email_address = 'cocoatomo77@gmail.com' twitter_id = '@cocoatomo'
Hi Cocoatomo, On 5/23/20 6:56 AM, tomo cocoa wrote:
I have trouble that documentation translation of version 3.8 on the repository python/python-docs-ja [1] does not be applied to the documentation.
Looks like you found a bug in docsbuild-script, the clone of your repo on the docs server points to the wrong branch: docsbuild@docs:/srv/docsbuild/3.8/locale/ja/LC_MESSAGES$ git branch * 3.7 3.8 I'm investigating this, thanks for reporting! Bests, -- [Julien Palard](https://mdk.fr)
Great, thanks! On Sat, 23 May 2020 at 18:51, Julien Palard <julien@palard.fr> wrote:
Hi Cocoatomo,
On 5/23/20 6:56 AM, tomo cocoa wrote:
I have trouble that documentation translation of version 3.8 on the repository python/python-docs-ja [1] does not be applied to the documentation.
Looks like you found a bug in docsbuild-script, the clone of your repo on the docs server points to the wrong branch:
docsbuild@docs:/srv/docsbuild/3.8/locale/ja/LC_MESSAGES$ git branch * 3.7 3.8
I'm investigating this, thanks for reporting!
Bests, -- [Julien Palard](https://mdk.fr)
-- class Cocoatomo: name = 'cocoatomo' email_address = 'cocoatomo77@gmail.com' twitter_id = '@cocoatomo'
participants (2)
-
Julien Palard -
tomo cocoa