On Sep 23, 2010, at 7:50 AM, Simion Onea wrote: > Hi! > > I have noticed that the Romanian translation has not been published on > the official site since 25 Jun 2010. > Is there a problem with the translation? > Could someone please investigate? > I would appreciate if you could tell me where the problem is so that I > correct it.
Hello Simion, Here's what I did to see errors: $ cd doc-all $ svn up en/ doc-base/ ro/ $ php doc-base/configure.php --with-lang=ro ... Loading and parsing manual.xml... Segmentation fault $ php doc-base/configure.php --with-lang=ro --disable-segfault-error It shows a lot of errors now, with most seemingly related to maxdb. Also, be sure 'ro' is actually validating because some people build 'en' despite passing in "--with-lang=something" so you should see this within the configure.php output: Checking for language to build... ro Regards, Philip