mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Update transifex usage
This uses force mode to download po files, always. Normal operation is to use the file modification date for comparison, which doesn't work because of Git. This also sets `onlyreviewed` mode, which will omit strings which are not translated yet. This will result in the underlying source translation being used in place, until the string is reviewed in transifex.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
file_filter = sphinx_rtd_theme/locale/<lang>/LC_MESSAGES/sphinx.po
|
||||
source_file = sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po
|
||||
source_lang = en
|
||||
minimum_perc = 90
|
||||
|
||||
[main]
|
||||
host = https://www.transifex.com
|
||||
|
||||
Reference in New Issue
Block a user