Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
label of deprecated-removed directive is not translatable #24
Comments
|
So far, custom extensions for python-doc have accessed internal data structure of sphinx.locale module directly. But, it does not work at present because the structure has changed since Sphinx-1.8 release. I made a patch for using public translation APIs of Sphinx instead to get translated messages. Could you patch this to the extensions please? |
A label of deprecated-removed directive is translatable when I submitted this PR, but become not translatable now.
Also, impl-detail directive is.
The related .po file: https://github.com/python/python-docs-ja/blob/3.8/sphinx.po#L44