> Forward > > > http://www.php.net/download-docs.php > > > > Only half of the translations?
Once again, it is just the right time to practice the golden rule from the howto: "do a make test". If the translators do a make test, they will see their translation's problems. There is nothing magical error in there. Those translations not up at http://www.php.net/download-docs.php were probably not updated since a long time. The fact that they were available for download was only possible because the old doc packages were preserved. But now a completely fresh copy is up on php.net of the website so the old data is not available anymore. I also know from the hungarian translation what errors were in there, and "everything" is fixed now, so it passes "make test_man_gen" which a translation should pass to build with the build system... The howto says, do a "make test", while a "make test_man_gen" is enough (it discards many errors with which the manuals can still be generated). Why the howto says "make test" is simply because the fact that a translation passes "make test_man_gen" does not mean there are no errors in it. It means that there are no errors phisically stopping the build process to build the manual. It will still be buggy at some places (ie. missing links) if it passes "make test_man_gen" but not "make test". So do a "make test" everytime ;) Goba -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php