ID: 47194 Updated by: cwei...@php.net Reported By: samm...@php.net -Status: Open +Status: Assigned Bug Type: Feature/Change Request PHP Version: 5.2.8 -Assigned To: +Assigned To: cweiske
Previous Comments: ------------------------------------------------------------------------ [2009-01-22 21:31:39] samm...@php.net Description: ------------ Translations can among others have the status "working". A file can have the status "working" for one of two reasons: 1. The file is outdated and needs revision. 2. A translator is currently working on this file, but the work is not yet completed. In any case this file is clearly not ready to be published and should not be included in a full build for the manual in this language. Omitting files with status "working" from the build will also considerably speed up the build process. To manage these files and coordinate translation efforts, a list of files with status "working" needs to be created before the manual build. Also, during this preprocessing phase files that are outdated need to be identified and set to status working. A file is outdated when 1. its version number is different from the version number of its corrosponding en version number AND 2. the file has not been touched for more than <n> days. <n> will be defined for each language in a separate file and is dependent on the policy of the translation team for that language. The following changes to the build process are requested: 1. Check for files that are outdated and set the status flag for outdated files to "working". 2. Generate a list of files (ascii, one full pathname per line) that have the status "working". 3. Change the build to omit files with status "working", maybe using the file from step 2 as an exclude list. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47194&edit=1