Re: [patch] Use Boost.Format for l10n messages

2002-11-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 20 November 2002 10:19 pm, Lars Gullik Bjønnes wrote: >> IMHO we should use Boost.Format to make l10n messages and strings >> easier to translate, and also enable reordering of arguments. A thing >> that is needed for several languages. >> >

Re: [patch] Use Boost.Format for l10n messages

2002-11-21 Thread Angus Leeming
On Wednesday 20 November 2002 10:19 pm, Lars Gullik Bjønnes wrote: > IMHO we should use Boost.Format to make l10n messages and strings > easier to translate, and also enable reordering of arguments. A thing > that is needed for several languages. > > This patch does this for all the obvious patches

[patch] Use Boost.Format for l10n messages

2002-11-20 Thread Lars Gullik Bjønnes
IMHO we should use Boost.Format to make l10n messages and strings easier to translate, and also enable reordering of arguments. A thing that is needed for several languages. This patch does this for all the obvious patches, lyxstring has not been tested. (as if I care...really) I consider this p