mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
This builds on top of #405, addressing the outstanding review feedback. It: * Moves workflow to our standard Transifex workflow, drops recommendation for running babel commands by hand * Configures Transifex * Moves all of the commands needed to maintain translations into Grunt * Sets up docs for translation testing * Covers installation in docs better * Drops recommendation for installation through submodules * Drops superfluous translation documentation * Cleans up some of the code * Updates a lot of related documentation * Updates files at Transifex and brings in full translations back to the translation files in the repository
23 lines
489 B
INI
23 lines
489 B
INI
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[extract_messages]
|
|
mapping_file = babel.cfg
|
|
output_file = sphinx_rtd_theme/locale/sphinx.pot
|
|
keywords = _ l_ lazy_gettext
|
|
add_comments = Translators:
|
|
|
|
[init_catalog]
|
|
domain = sphinx
|
|
input_file = sphinx_rtd_theme/locale/sphinx.pot
|
|
output_dir = sphinx_rtd_theme/locale/
|
|
|
|
[update_catalog]
|
|
domain = sphinx
|
|
input_file = sphinx_rtd_theme/locale/sphinx.pot
|
|
output_dir = sphinx_rtd_theme/locale/
|
|
|
|
[compile_catalog]
|
|
domain = sphinx
|
|
directory = sphinx_rtd_theme/locale/
|