tis 2008-07-22 klockan 00:11 +1200 skrev Amos Jeffries: > I've got everything sorted and working here now and would have > submitted, but have hit another snag with bzr being to 'smart' again, > apparently Firefox is a mail agent now. :-( Yes Robert I'll be emailing > you soon if the next test fails.
You can always do the email manually, by saving the bundle to a file (bzr send -o filename) and then compose the email where you like. bzr tries to invoke the email program your user environment indicates is your preferred email program. > The extra work would be in hard-coding each error pages structure and > content lookups into squid. Not the actual translations. Was thinking more along the lines to add some simple markup to the english templates making the HTML parser more trivial.. We are already parsing the error pages on each error, and adding the translation step is pretty minor by adding a simple HTML parser identifying the translatable strings. Not hardcoded structure or strings in the code as such. Regards Henrik