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.
pipinstall the pre-requisites from therequirements.txtfile.
-
create the
pofiles for your language withbin/update.sh xxwherexxis your language code. Example:bin/update.sh jp # generates Japanese .po files under /locale/jp/LS_MESSAGES
- whenever the source files change (
.rstfiles), runbin/update.sh. - whenever you change the translations (
.pofiles), runbin/build.sh xxwherexxis your language code. This rebuilds the HTML for the given language, so you can inspect it in your browser - just openindex.htmlin_build/html/xx.
Open an issue if you run into problems.