1
0
Fork 0

FIX: Typo in README.

This commit is contained in:
Julien Palard 2017-08-14 00:10:51 +02:00
parent 129a034f98
commit 23da96cf4d
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ Run a test build locally
mkdir -p /tmp/$USER/locales/fr
ln -nfs $(readlink -f .) /tmp/$USER/locales/fr/LC_MESSAGES
make -C ../cpython/Docs SPHINXOPTS="-D locale_dirs=/tmp/$USER/locales/ -D language=fr -D gettext_compact=0" autobuild-dev-html
make -C ../cpython/Doc SPHINXOPTS="-D locale_dirs=/tmp/$USER/locales/ -D language=fr -D gettext_compact=0" autobuild-dev-html
Synchronize translation with Transifex