Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-12 Thread Simo Sorce
On Tue, 12 Oct 2010 14:25:42 -0400 John Dennis wrote: > On 10/12/2010 12:01 PM, Simo Sorce wrote: > > On Tue, 12 Oct 2010 10:57:11 -0400 > > Simo Sorce wrote: > > > >> I may have inadvertently altered it while investigating the > >> update-po issue. I will make sure I run update-po in a clean tr

Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-12 Thread John Dennis
On 10/12/2010 12:01 PM, Simo Sorce wrote: On Tue, 12 Oct 2010 10:57:11 -0400 Simo Sorce wrote: I may have inadvertently altered it while investigating the update-po issue. I will make sure I run update-po in a clean tree to regenerate the third patch. Ok, new patches attached that should add

Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-12 Thread Simo Sorce
On Tue, 12 Oct 2010 10:44:29 -0400 John Dennis wrote: > On 10/11/2010 06:43 PM, Simo Sorce wrote: > > Ok, I've filtered out a few other files/directories. I think the > > list now is correct, but whoever will end up reviewing this patchset > > *please* explicitly ack if you think the list is corr

Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-12 Thread John Dennis
On 10/11/2010 06:43 PM, Simo Sorce wrote: Ok, I've filtered out a few other files/directories. I think the list now is correct, but whoever will end up reviewing this patchset *please* explicitly ack if you think the list is correct or not (you can run the new shiny "make debug" to get the new li

Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-11 Thread John Dennis
On 10/11/2010 05:09 PM, Simo Sorce wrote: On Mon, 11 Oct 2010 14:18:11 -0400 John Dennis wrote: On 10/11/2010 01:01 PM, Simo Sorce wrote: On Fri, 08 Oct 2010 10:26:18 -0400 Rob Crittenden wrote: Simo Sorce wrote: This is some very basic initial localization work for the C tools. I do n

Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-11 Thread John Dennis
Attached is a python script which will list all the files tracked by git in a particular language. Use -h or --help to get usage. It's basic algorithm is this: cd to specified dir get all files tracked by git in that dir and below exclude any files whose path matches any exclusion pattern fo

Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-11 Thread Simo Sorce
On Mon, 11 Oct 2010 14:36:49 -0400 John Dennis wrote: > On 10/11/2010 02:18 PM, John Dennis wrote: > > On 10/11/2010 01:01 PM, Simo Sorce wrote: > >> On Fri, 08 Oct 2010 10:26:18 -0400 > >> Rob Crittenden wrote: > >> > >>> Simo Sorce wrote: > > > This is some very basic initial l

Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-11 Thread Simo Sorce
On Mon, 11 Oct 2010 14:18:11 -0400 John Dennis wrote: > On 10/11/2010 01:01 PM, Simo Sorce wrote: > > On Fri, 08 Oct 2010 10:26:18 -0400 > > Rob Crittenden wrote: > > > >> Simo Sorce wrote: > >>> > >>> > >>> This is some very basic initial localization work for the C tools. > >>> I do not have a

Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-11 Thread John Dennis
On 10/11/2010 02:18 PM, John Dennis wrote: On 10/11/2010 01:01 PM, Simo Sorce wrote: On Fri, 08 Oct 2010 10:26:18 -0400 Rob Crittenden wrote: Simo Sorce wrote: This is some very basic initial localization work for the C tools. I do not have any translation yet, and creation and merging of

Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-11 Thread John Dennis
On 10/11/2010 01:01 PM, Simo Sorce wrote: On Fri, 08 Oct 2010 10:26:18 -0400 Rob Crittenden wrote: Simo Sorce wrote: This is some very basic initial localization work for the C tools. I do not have any translation yet, and creation and merging of .po and binary files is not yet done. But th

Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-08 Thread Rob Crittenden
Simo Sorce wrote: This is some very basic initial localization work for the C tools. I do not have any translation yet, and creation and merging of .po and binary files is not yet done. But the clients.pot file is regularly updated when make is run in the main dir (or make gettext in the ipa-cl