Re: Re: [PATCH] Tracking correctly available translations (take 2)

2012-09-08 Thread Kornel Benko
Am Samstag, 8. September 2012 um 17:08:22, schrieb Jean-Marc Lasgouttes > Le 24/08/12 14:41, Pavel Sanda a écrit : > > Jean-Marc Lasgouttes wrote: > >> Indeed. Pavel, does the new approach suit you better? Shall I commit it? > > > > I trust your decision, just tested that this patch works fine wi

Re: [PATCH] Tracking correctly available translations (take 2)

2012-09-08 Thread Jean-Marc Lasgouttes
Le 24/08/12 14:41, Pavel Sanda a écrit : Jean-Marc Lasgouttes wrote: Indeed. Pavel, does the new approach suit you better? Shall I commit it? I trust your decision, just tested that this patch works fine with the branch here. I applied it to master and will do so in branch too. Kornel, you

Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-24 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Indeed. Pavel, does the new approach suit you better? Shall I commit it? I trust your decision, just tested that this patch works fine with the branch here. Pavel

Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-24 Thread Jean-Marc Lasgouttes
Le 24/08/2012 12:46, Pavel Sanda a écrit : Kornel Benko wrote: As a restriction to the file. The user sets this variable to the languages he is interested in general. I don't understand. Say, I am interested in a lang xy, which is not listed in LINGUAS (because e.g. there are not enough trans

Re: Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-24 Thread Kornel Benko
Am Freitag, 24. August 2012 um 12:54:37, schrieb Jean-Marc Lasgouttes > Le 24/08/2012 12:20, Kornel Benko a écrit : > > I don't understand. Say, I am interested in a lang xy, which is not > > listed in LINGUAS (because e.g. there are not enough translated strings). > > > > I set > > > > export LI

Re: Re: Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-24 Thread Kornel Benko
Am Freitag, 24. August 2012 um 12:46:00, schrieb Pavel Sanda > Kornel Benko wrote: > > > As a restriction to the file. The user sets this variable to the > > > languages he is interested in general. > > > > I don't understand. Say, I am interested in a lang xy, which is not listed > > in LINGUA

Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-24 Thread Jean-Marc Lasgouttes
Le 24/08/2012 12:20, Kornel Benko a écrit : I don't understand. Say, I am interested in a lang xy, which is not listed in LINGUAS (because e.g. there are not enough translated strings). I set export LINGUAS=xy This would mean, lyx will be compiled without any gui-language support? If no lang

Re: Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-24 Thread Pavel Sanda
Kornel Benko wrote: > > As a restriction to the file. The user sets this variable to the > > languages he is interested in general. > > I don't understand. Say, I am interested in a lang xy, which is not listed in > LINGUAS (because e.g. there are not enough translated strings). > > I set >

Re: Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-24 Thread Kornel Benko
Am Freitag, 24. August 2012 um 11:50:33, schrieb Jean-Marc Lasgouttes > Le 24/08/2012 11:46, Kornel Benko a écrit : > > > Do you also honor environment variable LINGUAS? Some people expect this. > > > > No, not yet. But will do. Is this info meant as extension or as > > replacement for the file?

Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-24 Thread Jean-Marc Lasgouttes
Le 24/08/2012 11:46, Kornel Benko a écrit : > Do you also honor environment variable LINGUAS? Some people expect this. No, not yet. But will do. Is this info meant as extension or as replacement for the file? As a restriction to the file. The user sets this variable to the languages he is in

Re: Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-24 Thread Kornel Benko
Am Freitag, 24. August 2012 um 11:39:26, schrieb Jean-Marc Lasgouttes > Le 24/08/2012 11:23, Kornel Benko a écrit : > > This is easy to handle. My problem was only to know, which po to handle. > > > > I do like the file LINGUAS. (The handling of LINGUAS is part of my > > change, so reverting ever

Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-24 Thread Jean-Marc Lasgouttes
Le 24/08/2012 11:23, Kornel Benko a écrit : This is easy to handle. My problem was only to know, which po to handle. I do like the file LINGUAS. (The handling of LINGUAS is part of my change, so reverting everything is not ok) Do you also honor environment variable LINGUAS? Some people expect

Re: Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-24 Thread Kornel Benko
Am Freitag, 24. August 2012 um 10:07:34, schrieb Jean-Marc Lasgouttes > Le 24/08/2012 08:50, Kornel Benko a écrit : > > > From you point of view, you would just revert some of your recent work > > > on po/ installation (maybe keep the part that only install files listed > > > in LINGUAS (and m

Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-24 Thread Jean-Marc Lasgouttes
Le 24/08/2012 08:50, Kornel Benko a écrit : > From you point of view, you would just revert some of your recent work > on po/ installation (maybe keep the part that only install files listed > in LINGUAS (and maybe respect the environment variable LINGUAS). No. I have to list the files to be

Re: Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-23 Thread Kornel Benko
Am Donnerstag, 23. August 2012 um 23:42:50, schrieb Jean-Marc Lasgouttes > Le 23/08/12 17:22, Kornel Benko a écrit : > > Am Donnerstag, 23. August 2012 um 15:38:29, schrieb Jean-Marc Lasgouttes > > > > > Which mo files are created? We would end with two lists (automake and cmake) > > The mo fi

Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-23 Thread Jean-Marc Lasgouttes
Le 23/08/12 17:22, Kornel Benko a écrit : Am Donnerstag, 23. August 2012 um 15:38:29, schrieb Jean-Marc Lasgouttes Which mo files are created? We would end with two lists (automake and cmake) The mo files are the compiled .po file that we always have been installing in po/. I prefer the

Re: [PATCH] Tracking correctly available translations (take 2)

2012-08-23 Thread Kornel Benko
Am Donnerstag, 23. August 2012 um 15:38:29, schrieb Jean-Marc Lasgouttes > This patch is an alternative to commit ed1515ef69, which introduced the > installed_translations file. The new approach is to search for the .mo > files. Which mo files are created? We would end with two lists (automake

[PATCH] Tracking correctly available translations (take 2)

2012-08-23 Thread Jean-Marc Lasgouttes
separately by language and this requires to update the installed _translation file. Comments welcome. JMarc >From f653cbd8e88e906885bc7ab9107f765e9b4922c2 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 23 Aug 2012 15:08:21 +0200 Subject: [PATCH] Tracking correctly availa