|
Nick, could you post here your grep's or your script, as I would like to fix the french language.
Thanks in advance. I committed 2 patches: 'v31' and 'partb' (both attached) to HEAD and 1.8 branch. Patch 'partb' re-applies fixes by Nicolas Connault in help/install.html - sorry! The patch affects 70 files, most in lang/en_utf8/help/ directory EXCEPT:
-help.php -theme/standard/styles_color.css -lang/en_utf8/moodle.php -lang/en_utf8/enrol_authorize.php – -lang/en_utf8/help/*/index.html -lang/en_utf8/. &([file|mod|bug]) – &$1 --Untested! <hr size.*?/> – <hr /> --See theme/standard/styles_color.css <td align="right"><p><b>(.*?)</b></p></td> – <th align="right" scope="col">$1</th> --TODO: remove align right. <p><b>(.*?)</b></p> – <h2>$1</h2> --Careful, with exceptions! target=".*?" – '' --Empty string, not used yet! Thanks Nick !
Done for french language (fr_utf8) ! have to commit it now, but can't access the CVS After a long delay I'm completing
Yours, Nick fr_utf8 committed (again). Thanks for the hints given.
Specific bug is fixed for English language pack for 1.9 - see
Closing, as verified for en_utf8 pack. Thanks.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I'm attaching version 2 of the patch (v1 was 4 April) - anyone want to review? There are still "Other headings" to fix (x100!), but I may just commit what I've done.