[issue31584] Documentation Language mixed up

2018-04-10 Thread Julien Palard
Julien Palard added the comment: I think so, at least since https://github.com/python/docsbuild-scripts/pull/36 has been merged. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue31584] Documentation Language mixed up

2018-04-10 Thread INADA Naoki
INADA Naoki added the comment: Maybe, this issue is fixed? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31584] Documentation Language mixed up

2017-12-25 Thread Julien Palard
Julien Palard added the comment: https://github.com/python/docsbuild-scripts/pull/36 -- ___ Python tracker ___ ___ Python-bugs-list

[issue31584] Documentation Language mixed up

2017-12-20 Thread Julien Palard
Julien Palard added the comment: Sadly I can't see it, it may have already been fixed by the cron task (I'm 3 hours late). I grepped on the server to check if there's another page: no one found. I'll try to fix it by the proposed simple idea that make sense of using different directories for

[issue31584] Documentation Language mixed up

2017-12-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hmm only for that one page it seems? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue31584] Documentation Language mixed up

2017-12-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Seems like this is happening again. English docs are showing Japanese content. https://github.com/python/pythondotorg/issues/1207 -- ___ Python tracker _

[issue31584] Documentation Language mixed up

2017-10-09 Thread INADA Naoki
INADA Naoki added the comment: https://twitter.com/miyagawa/status/917629042278359040 Miyagawa-san, the member of Fastly told me they doesn't use HTML content for cache key, unless we customize VCL. But I can't find VCL for docs.python.org in github.com/python. -- ___

[issue31584] Documentation Language mixed up

2017-10-09 Thread INADA Naoki
INADA Naoki added the comment: Japanese HTML has this line: https://docs.python.org/2/faq/design.html"; /> I suspect this line affects CDN's cache. But I can't find document about canonical link in fastly's document. -- nosy: +inada.naoki ___ P

[issue31584] Documentation Language mixed up

2017-10-09 Thread Julien Palard
Julien Palard added the comment: FTR I'm still daily monitoring the presence of mixed-up pages server side and did not spotted a single one. I'm still using my very basic: $ grep -rl 'définition' /srv/docs.python.org/ja/; grep -rl か /srv/docs.python.org/{2.7,3.6,3.7} -- _

[issue31584] Documentation Language mixed up

2017-09-27 Thread Julien Palard
Julien Palard added the comment: I'm still unable to reproduce the bug. I'm now monitoring the docs.python.org hierarchy whith a: grep -rl 'définition' /srv/docs.python.org/ja/; grep -rl か /srv/docs.python.org/{2.7,3.6,3.7} So if it happen again we'll maybe learn more, according to this simp

[issue31584] Documentation Language mixed up

2017-09-27 Thread Julien Palard
Julien Palard added the comment: I'd prefer to understand exacly what is going wrong and fix it, but I agree it would fix the issue and even fix the other hypothesis, so I don't exclude doing it, even if I find the root cause. I'm currently doing a full build locally (I previously tried build

[issue31584] Documentation Language mixed up

2017-09-27 Thread Zachary Ware
Zachary Ware added the comment: Sounds like we really ought to be building each translation in its own directory so they can't possibly stomp on each other. -- nosy: +zach.ware ___ Python tracker ___

[issue31584] Documentation Language mixed up

2017-09-27 Thread Julien Palard
Julien Palard added the comment: Found another hypothesis: As the builds take a long time, builds may overlap (starting a build while another is still unfinished, typically rsync-ing its files), but this would result in: - japanese being build while french being rsynced - french being build w

[issue31584] Documentation Language mixed up

2017-09-27 Thread Julien Palard
Julien Palard added the comment: Thanks for those details. Until we find japanese on a french page, or french on an english page, which would clearly disproove the hypothesis of a build picking up translated files from a previous build, I still consider this hypothesis the good one. I'm also

[issue31584] Documentation Language mixed up

2017-09-27 Thread asl
asl added the comment: html dump -- Added file: https://bugs.python.org/file47173/デザインと歴史 FAQ — Python 2.7.14 ドキュメント.html ___ Python tracker ___ __

[issue31584] Documentation Language mixed up

2017-09-27 Thread asl
asl added the comment: Attached is a screenshot of https://docs.python.org/2.7/faq/design.html generated by web-capture.net shortly before this report was created. It shows the whole content was in Japanese. On the screenshot, it says it was last updated on Sep 26, 2017. It was one of the nu

[issue31584] Documentation Language mixed up

2017-09-27 Thread Julien Palard
Julien Palard added the comment: Local builds were not able to reproduce the bug for the moment and I did not spotted the bug on production neither. If anyone see it please write down the URL, the misplaced translation, and the date, time, timezone on which the string was found, so I can insp

[issue31584] Documentation Language mixed up

2017-09-26 Thread Julien Palard
Julien Palard added the comment: I'm currently unable to find any misplaced string... I suspect the "fast builds" may cause the bug and the "full build" may fix it, and I probably checked right after a full build. I'll test this locally soon (full build in one lang followed by a fast build in

[issue31584] Documentation Language mixed up

2017-09-26 Thread Julien Palard
Julien Palard added the comment: Hi asl, thanks for reporting I'm looking at it. Thanks Mariatta for the notification. -- ___ Python tracker ___

[issue31584] Documentation Language mixed up

2017-09-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Indeed a problem! Seems to affect Python 2.7 docs. If not mistaken, Julien worked on the language switcher. Maybe he has some clue ... -- nosy: +Mariatta, mdk priority: normal -> high stage: -> needs patch ___ Pyth

[issue31584] Documentation Language mixed up

2017-09-25 Thread asl
New submission from asl: Some of the documentation language are mixed up. eg: Japanese on the English page https://docs.python.org/2.7/faq/design.html French on the Japanese https://docs.python.org/ja/2.7/faq/design.html It seem to affect multiple pages: https://docs.python.org/2.7/bugs.html ht