These are the source files for the official Diffbot PHP client documentation
See the built and hosted version at http://diffbot-php.readthedocs.org
See the client source here.
If you'd like to contribute with a translation to your language, or edit the existing translations, please do the following:
- clone this repo.
pip
install the pre-requisites from therequirements.txt
file.
-
create the
po
files for your language withbin/update.sh xx
wherexx
is your language code. Example:bin/update.sh jp # generates Japanese .po files under /locale/jp/LS_MESSAGES
- whenever the source files change (
.rst
files), runbin/update.sh
. - whenever you change the translations (
.po
files), runbin/build.sh xx
wherexx
is your language code. This rebuilds the HTML for the given language, so you can inspect it in your browser - just openindex.html
in_build/html/xx
.
Open an issue if you run into problems.