Re: [PATCH] dist-time translation

2008-07-21 Thread Henrik Nordstrom
mån 2008-07-21 klockan 11:44 +1200 skrev Amos Jeffries: Personally I think it's fine to add a po2html as an install time requirement, at least in trunk. The soft fallback could be a configure option to not generate translated error pages with a reference to where a tarball of translated

Re: [PATCH] dist-time translation

2008-07-21 Thread Amos Jeffries
Henrik Nordstrom wrote: mån 2008-07-21 klockan 11:44 +1200 skrev Amos Jeffries: Personally I think it's fine to add a po2html as an install time requirement, at least in trunk. The soft fallback could be a configure option to not generate translated error pages with a reference to where a

Re: [PATCH] dist-time translation

2008-07-21 Thread Adrian Chadd
So if I get this right, this is for returning different error pages per negotiated language, right? Adrian 2008/7/21 Amos Jeffries [EMAIL PROTECTED]: Henrik Nordstrom wrote: mån 2008-07-21 klockan 11:44 +1200 skrev Amos Jeffries: Personally I think it's fine to add a po2html as an

Re: [PATCH] dist-time translation

2008-07-21 Thread Amos Jeffries
Adrian Chadd wrote: So if I get this right, this is for returning different error pages per negotiated language, right? This particular patch is only for changes to Makefile.am at present: - building the error pages from .po when 'make dist' or 'make all' (new to errors/) or 'make

Re: [PATCH] dist-time translation

2008-07-21 Thread Adrian Chadd
... (why isn't gmail obeying my reply using From: matching the original mail destination? grr.) I mean, the -eventual- aim, not the short-term aim? The talk on C++ bindings caught my eye. I'm curious about the eventual goal with all of this stuff. Adrian 2008/7/21 Amos Jeffries [EMAIL

Re: [PATCH] dist-time translation

2008-07-21 Thread Amos Jeffries
Adrian Chadd wrote: ... (why isn't gmail obeying my reply using From: matching the original mail destination? grr.) I mean, the -eventual- aim, not the short-term aim? The talk on C++ bindings caught my eye. I'm curious about the eventual goal with all of this stuff. My goal ends with the

Re: [PATCH] dist-time translation

2008-07-21 Thread Henrik Nordstrom
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

Re: [PATCH] dist-time translation

2008-07-21 Thread Henrik Nordstrom
mån 2008-07-21 klockan 20:23 +0800 skrev Adrian Chadd: So if I get this right, this is for returning different error pages per negotiated language, right? And also character encoding.. There is still parts of the world not happy with UTF-8 for one reason or another.. Getting this properly tied

Re: [PATCH] dist-time translation

2008-07-21 Thread Amos Jeffries
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

[PATCH] dist-time translation

2008-07-20 Thread Amos Jeffries
I believe the last build bugs are gone from the dist, install, and uninstall requirements. The absence of translated file removal from distclean target is intentional. That is only performed on re-translation. The purpose of this patch: Add the ability for distribution time creation of the

Re: [PATCH] dist-time translation

2008-07-20 Thread Henrik Nordstrom
Your errors/Makefile.am looks a bit odd... in essence you need to figure out when translate is to be called. And it's a make dependency target, not a command. Personally I think it's fine to add a po2html as an install time requirement, at least in trunk. The soft fallback could be a configure

Re: [PATCH] dist-time translation

2008-07-20 Thread Amos Jeffries
Henrik Nordstrom wrote: Your errors/Makefile.am looks a bit odd... in essence you need to figure out when translate is to be called. And it's a make dependency target, not a command. Ah yes. noted. Personally I think it's fine to add a po2html as an install time requirement, at least in