Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, in CPython repo there's a custom directive,
availability
. It now exposes one string for translation,Availability
, which when translated, breaks the rendering.It's previous version was exposing whole sentence with a reference, like
It's more prone for translators errors.
Ideally
Availability
could have been translated, but without breaking the reference.Also would it be possible to exposeAlso the content of the directive should be exposed to translation and translated. Could you please share some guidance on how to improve it? The tutorial article doesn't give hints for internationalisation handling: https://www.sphinx-doc.org/en/master/development/tutorials/extending_syntax.html.not {platform}
part for translation?Related: python/cpython#126609
Beta Was this translation helpful? Give feedback.
All reactions