sphinx-intl icon indicating copy to clipboard operation
sphinx-intl copied to clipboard

Sphinx utility that make it easy to translate and to apply translation.

Results 16 sphinx-intl issues
Sort by recently updated
recently updated
newest added

# Steps to reproduce the problem In a po file when for a specific entry: ``` po #: ../../source/c01_robot_modeling/c01s04_urdf_practical.rst:3 msgid "URDF par la pratique: le scanbot" msgstr "URDF in Practice:...

I have made a pull request and submitted pull request 1199 and 117 yesterday evening, [#1199](https://github.com/python-babel/babel/pull/1199) [#117](https://github.com/sphinx-doc/sphinx-intl/pull/117) and they are all rejected. I am quite new to all this, could...

maintenance and also speed up the parsing using multiprocessing option, including debugging, abort if invalid in multiprocessing as well as in linear processing mode, plus custom hook to system's exception...

If `conf.py` doesn't explicitly set [`locale_dirs`](https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-locale_dirs), it's `["locales"]`. When I pass such `conf.py` to `sphinx-intl update` command, it _incorrectly_ puts .po files to `/locales//LC_MESSAGES/` (under currently working directory). But the...

This pull request includes several significant changes to the build and testing workflows, dependency management, and documentation. The most important changes are detailed below: ### Workflow and Build Process Updates:...

Would be nice to have an option for silencing normal output messages (not errors and warnings) whenever desired. For instance, when updating PO based on new POT, it outputs one...

enhancement
help wanted