[PATCH] Implement the use of [[Context]] for placeholders

2013-05-13 Thread Vincent van Ravesteijn
When placeholders are used, the context can indicate what will be substituted for the placeholder (e.g. %1$s[[date]], %1$s[[time]]). --- Any objections to this patch ? I think it will be helpful for the translators. Vincent README.localization | 5 +++-- src/support/Messages.cpp | 27

Re: [PATCH] Implement the use of [[Context]] for placeholders

2013-05-13 Thread Richard Heck
On 05/13/2013 06:54 AM, Vincent van Ravesteijn wrote: When placeholders are used, the context can indicate what will be substituted for the placeholder (e.g. %1$s[[date]], %1$s[[time]]). --- Any objections to this patch ? I think it will be helpful for the translators. Fine with me, though

Re: [PATCH] Implement the use of [[Context]] for placeholders

2013-05-13 Thread Jürgen Spitzmüller
Richard Heck wrote: On 05/13/2013 06:54 AM, Vincent van Ravesteijn wrote: When placeholders are used, the context can indicate what will be substituted for the placeholder (e.g. %1$s[[date]], %1$s[[time]]). --- Any objections to this patch ? I think it will be helpful for the

Re: Re: [PATCH] Implement the use of [[Context]] for placeholders

2013-05-13 Thread Kornel Benko
Am Montag, 13. Mai 2013 um 15:25:22, schrieb Jürgen Spitzmüller sp...@lyx.org Richard Heck wrote: On 05/13/2013 06:54 AM, Vincent van Ravesteijn wrote: When placeholders are used, the context can indicate what will be substituted for the placeholder (e.g. %1$s[[date]], %1$s[[time]]).

Re: [PATCH] Implement the use of [[Context]] for placeholders

2013-05-13 Thread Jean-Marc Lasgouttes
13/05/2013 12:54, Vincent van Ravesteijn: When placeholders are used, the context can indicate what will be substituted for the placeholder (e.g. %1$s[[date]], %1$s[[time]]). --- Any objections to this patch ? I think it will be helpful for the translators. Yes, good idea. JMarc

[PATCH] Implement the use of [[Context]] for placeholders

2013-05-13 Thread Vincent van Ravesteijn
When placeholders are used, the context can indicate what will be substituted for the placeholder (e.g. "%1$s[[date]], %1$s[[time]]). --- Any objections to this patch ? I think it will be helpful for the translators. Vincent README.localization | 5 +++-- src/support/Messages.cpp | 27

Re: [PATCH] Implement the use of [[Context]] for placeholders

2013-05-13 Thread Richard Heck
On 05/13/2013 06:54 AM, Vincent van Ravesteijn wrote: When placeholders are used, the context can indicate what will be substituted for the placeholder (e.g. "%1$s[[date]], %1$s[[time]]). --- Any objections to this patch ? I think it will be helpful for the translators. Fine with me, though

Re: [PATCH] Implement the use of [[Context]] for placeholders

2013-05-13 Thread Jürgen Spitzmüller
Richard Heck wrote: > On 05/13/2013 06:54 AM, Vincent van Ravesteijn wrote: > > When placeholders are used, the context can indicate what will be > > substituted for the placeholder (e.g. "%1$s[[date]], %1$s[[time]]). > > --- > > > > Any objections to this patch ? I think it will be helpful for

Re: Re: [PATCH] Implement the use of [[Context]] for placeholders

2013-05-13 Thread Kornel Benko
Am Montag, 13. Mai 2013 um 15:25:22, schrieb Jürgen Spitzmüller > Richard Heck wrote: > > On 05/13/2013 06:54 AM, Vincent van Ravesteijn wrote: > > > When placeholders are used, the context can indicate what will be > > > substituted for the placeholder (e.g. "%1$s[[date]],

Re: [PATCH] Implement the use of [[Context]] for placeholders

2013-05-13 Thread Jean-Marc Lasgouttes
13/05/2013 12:54, Vincent van Ravesteijn: When placeholders are used, the context can indicate what will be substituted for the placeholder (e.g. "%1$s[[date]], %1$s[[time]]). --- Any objections to this patch ? I think it will be helpful for the translators. Yes, good idea. JMarc