Re: [PATCH,RFC] Fetch c-s translations from xkeyboard-config.

2009-05-18 Thread Julien Cristau
On Sun, May 17, 2009 at 23:31:00 +0200, Samuel Thibault wrote: The problem is that the config script is called before anything is unpacked... And that's an issue for the regular .debs. That means that the console-setup deb would have to pre-depend on the deb containing the translations.

Re: [PATCH,RFC] Fetch c-s translations from xkeyboard-config.

2009-05-17 Thread Samuel Thibault
Anton Zinoviev, le Tue 12 May 2009 20:11:36 +0300, a écrit : Another problem that is no immediate is the big size of console-setup.config - it certainly can not fit in boot floppies. the strings need to go outside the script in a compressed file that is optional. I this way the strings

Re: [PATCH,RFC] Fetch c-s translations from xkeyboard-config.

2009-05-12 Thread Anton Zinoviev
On Fri, May 08, 2009 at 09:30:47PM +0200, Samuel Thibault wrote: +$ENV{'LANGUAGE'} = $lang; +setlocale(LC_ALL,); Unfortunately this combination is working only if in the system there is a generated locale for $lang. Otherwise the default system locale is used. I don't know how

Re: [PATCH,RFC] Fetch c-s translations from xkeyboard-config.

2009-05-12 Thread Samuel Thibault
Anton Zinoviev, le Tue 12 May 2009 20:11:36 +0300, a écrit : On Fri, May 08, 2009 at 09:30:47PM +0200, Samuel Thibault wrote: +$ENV{'LANGUAGE'} = $lang; +setlocale(LC_ALL,); Unfortunately this combination is working only if in the system there is a generated locale for $lang.

Re: [PATCH,RFC] Fetch c-s translations from xkeyboard-config.

2009-05-12 Thread Anton Zinoviev
On Tue, May 12, 2009 at 08:45:21PM +0200, Samuel Thibault wrote: Anton Zinoviev, le Tue 12 May 2009 20:11:36 +0300, a écrit : On Fri, May 08, 2009 at 09:30:47PM +0200, Samuel Thibault wrote: +$ENV{'LANGUAGE'} = $lang; +setlocale(LC_ALL,); Unfortunately this combination is

Re: [PATCH,RFC] Fetch c-s translations from xkeyboard-config.

2009-05-09 Thread Christian Perrier
Quoting Samuel Thibault (samuel.thiba...@ens-lyon.org): Hello, Ping timeout :) Hmm, sorry. At the time yo posted this, I wasn't in position to properly test you ISO image. And I am still not. My only test environment is virtualbox and I don't know how to get an x86-64 environment.. There

Re: [PATCH,RFC] Fetch c-s translations from xkeyboard-config.

2009-05-09 Thread Anton Zinoviev
On Fri, May 08, 2009 at 09:30:47PM +0200, Samuel Thibault wrote: There was no further comment, shall I apply my patch? (attached to this mail) Please, do! Your solution is unexpecedly simple and elegant. I don't read debian-boot and thats why I didn't react. Anton Zinoviev -- To

Re: [PATCH,RFC] Fetch c-s translations from xkeyboard-config.

2009-05-08 Thread Samuel Thibault
Hello, Ping timeout :) Samuel Thibault, le Wed 01 Apr 2009 11:31:24 +0200, a écrit : Christian Perrier, le Wed 01 Apr 2009 07:45:43 +0200, a écrit : How big is a udeb built with these translations incorportated? 176KB. Samuel Thibault, le Sat 04 Apr 2009 12:20:42 +0200, a écrit : Samuel

Re: [PATCH,RFC] Fetch c-s translations from xkeyboard-config.

2009-04-04 Thread Samuel Thibault
Samuel Thibault, le Wed 01 Apr 2009 11:31:24 +0200, a écrit : I've just tested within the debian installer. Some things I assumed were available actually aren't, so here is a fixed patch. However the keyboard layout doesn't get changed, I haven't investigated why yet. Nothing to do with my

Re: [PATCH,RFC] Fetch c-s translations from xkeyboard-config.

2009-04-01 Thread Christian Perrier
Quoting Samuel Thibault (samuel.thiba...@ens-lyon.org): Hello, Here is a patch that makes the c-s build fetch translations from xkeyboard-config and put them into config. One issue is that it makes it quite big (900KB), but that's probably not avoidable; it gets compressed easily anyway.

Re: [PATCH,RFC] Fetch c-s translations from xkeyboard-config.

2009-04-01 Thread Samuel Thibault
Christian Perrier, le Wed 01 Apr 2009 07:45:43 +0200, a écrit : I don't speak Perl fluently Mmm, an i18n expert doesn't speak a language fluently? :) How big is a udeb built with these translations incorportated? 176KB. I've just tested within the debian installer. Some things I assumed

[PATCH,RFC] Fetch c-s translations from xkeyboard-config.

2009-03-31 Thread Samuel Thibault
Hello, Here is a patch that makes the c-s build fetch translations from xkeyboard-config and put them into config. One issue is that it makes it quite big (900KB), but that's probably not avoidable; it gets compressed easily anyway. To fetch the messages, I tried to use the msg* tools, but it