Open
Description
Describe the bug
The Yandex Browser translator is still trying to translate blocks with the class class="notranslate"
.
The code is translated, spaces are added, or an empty block is shown.
The solution is to add the translate="no"
property.
How to Reproduce
- Open https://codeigniter4.github.io/userguide/testing/overview.html in YandexBrowser 24.4
- Translate page
EN -> RU
Environment Information
Platform: linux; (Linux-6.7.12-amd64-x86_64-with-glibc2.38)
Python version: 3.11.9 (main, Apr 10 2024, 13:16:36) [GCC 13.2.0])
Python implementation: CPython
Sphinx version: 5.3.0
Docutils version: 0.19
Jinja2 version: 3.1.4
Sphinx extensions
extensions = [
'sphinxcontrib.phpdomain',
'sphinx_rtd_theme',
]