On Wed, 2012-08-22 at 17:55 +0200, khagaroth wrote:
> How much work would it be to make this directly use gettext? I thought
> the long term goal was to switch from custom translation formats to
> gettext, so using yet another custom translation format for something
> like this seems a bit odd.
Ti
2012/8/22 Stephan Bergmann :
> On 08/22/2012 05:55 PM, khagaroth wrote:
>>
>> How much work would it be to make this directly use gettext? I thought
>> the long term goal was to switch from custom translation formats to
>> gettext, so using yet another custom translation format for something
>> lik
Not really, that's what msgctxt is for.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
On 08/22/2012 05:55 PM, khagaroth wrote:
How much work would it be to make this directly use gettext? I thought
the long term goal was to switch from custom translation formats to
gettext, so using yet another custom translation format for something
like this seems a bit odd.
Seeing gettext men
On Wed, 2012-08-22 at 16:36 +0100, Caolán McNamara wrote:
> Planned something of that nature, in parallel with converter utility
> thing. i.e. have converter do the simplest conversion possible to a
> GtkGrid rather than guess/assign some layout.
Sounds sensible to me :-)
> Yeah, maybe's
Hi there,
On Wed, 2012-08-22 at 17:55 +0200, khagaroth wrote:
> How much work would it be to make this directly use gettext? I thought
> the long term goal was to switch from custom translation formats to
> gettext, so using yet another custom translation format for something
> like this seems a b
How much work would it be to make this directly use gettext? I thought
the long term goal was to switch from custom translation formats to
gettext, so using yet another custom translation format for something
like this seems a bit odd.
___
LibreOffice mai
On Tue, 2012-08-21 at 12:50 +0100, Michael Meeks wrote:
> Do we have a "GtkFixed" style back-compat hack that will continue to
> nail widgets into their places, but do it in TWIPS such that we could do
> a one-shot conversion of everything and then iterate ? [ then let the
> designers re-work
Hi Caolan,
On Mon, 2012-08-20 at 17:03 +0100, Caolán McNamara wrote:
> Making a bit of progress in widget layout.
It looks really beautiful to me :-) I loved the container enabling etc.
> Incremental Conversion: Here's an "incremental" conversion from the
> binary format to to .ui. In th