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

Addressing problems raised in sphinx_issues #10104

Open hoangduytranuk opened this issue 3 years ago • 0 comments

Added sort_output=False and sort_by_message_location=False so these flags can be controlled by users when dumping the po files manually and making use of the internal sort_output (sort the msgid alphabetically when writing to file) or sort_by_message_location (internally known as sort_by_file)

hoangduytranuk avatar Apr 23 '22 06:04 hoangduytranuk