Giter VIP home page Giter VIP logo

Comments (1)

JulienPalard avatar JulienPalard commented on August 25, 2024
$ make progress
27.2%

$ make todo | head
for file in *.po */*.po; do echo $(msgattrib --untranslated $file | grep ^msgid | sed 1d | wc -l ) $file; done | grep -v ^0 | sort -gr
545 whatsnew/3.3.po
504 whatsnew/2.6.po
477 library/multiprocessing.po
472 whatsnew/3.4.po
468 whatsnew/3.5.po
459 whatsnew/3.6.po
447 whatsnew/3.2.po
411 whatsnew/2.7.po
407 library/turtle.po

$ make fuzzy
find -name '*.po' | xargs -L1 msgattrib --only-fuzzy --no-obsolete

$ make
mkdir -p ../cpython//Doc/locales/fr/
ln -nfs  ../cpython//Doc/locales/fr/LC_MESSAGES
. ~/.venvs/python-docs-i18n//bin/activate; make -C ../cpython//Doc/ SPHINXOPTS='-D locale_dirs=../cpython//Doc/locales -D language=fr -D gettext_compact=0' autobuild-dev-html
make[1] : on entre dans le répertoire « /home/mdk/Downloads/cpython/Doc »
make html SPHINXOPTS='-D locale_dirs=../cpython//Doc/locales -D language=fr -D gettext_compact=0 -Ea -A daily=1 -A switchers=1'
make[2] : on entre dans le répertoire « /home/mdk/Downloads/cpython/Doc »
mkdir -p build
Building NEWS from Misc/NEWS.d with blurb
PATH=./venv/bin:$PATH sphinx-build -b html -d build/doctrees -D latex_elements.papersize= -D locale_dirs=../cpython//Doc/locales -D language=fr -D gettext_compact=0 -Ea -A daily=1 -A switchers=1 . build/html 
Running Sphinx v1.6.4
loading translations [fr]... done
building [mo]: all of 0 po files
building [html]: all source files
updating environment: 466 added, 0 changed, 0 removed
reading sources... [ 23%] install/index     
[...]

from python-docs-fr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.