Re: [SSSD] [PATCH] Always use positional arguments in translatable strings

2012-05-22 Thread Stephen Gallagher
On Mon, 2012-05-21 at 12:32 +0200, Jakub Hrozek wrote: > On Thu, May 17, 2012 at 01:56:44PM -0400, Stephen Gallagher wrote: > > Some languages might need to change the order of the variables in the > > strings. By assigning them a positional value, we make it possible to > > reorder them. > > > >

Re: [SSSD] [PATCH] Always use positional arguments in translatable strings

2012-05-21 Thread Jakub Hrozek
On Thu, May 17, 2012 at 01:56:44PM -0400, Stephen Gallagher wrote: > Some languages might need to change the order of the variables in the > strings. By assigning them a positional value, we make it possible to > reorder them. > > I added positional values to the strings that have only a single >

[SSSD] [PATCH] Always use positional arguments in translatable strings

2012-05-17 Thread Stephen Gallagher
Some languages might need to change the order of the variables in the strings. By assigning them a positional value, we make it possible to reorder them. I added positional values to the strings that have only a single variable as well, mostly so it will be a guideline to anyone modifying those st