[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/2] mark say.c messages for translation
From: |
Andrei Kholodnyi |
Subject: |
[PATCH 2/2] mark say.c messages for translation |
Date: |
Sun, 5 Dec 2010 18:51:24 +0100 |
Yes, this makes sense. Let me provide an updated patch.
On 12/5/10, William Hubbs <w.d.hubbs at gmail.com> wrote:
> Hi Andrei,
>
> On Sun, Dec 05, 2010 at 12:40:58PM +0100, Andrei Kholodnyi wrote:
>> You mean this
>> + printf(_("Set the prefered voice type\n"
>> " (male1, male2, male3,
>> female1, female2\n"
>> + "\t\t\t\tfemale3, child_male, child_female)\n"));
>>
>> should be split as
>> + printf(_("Set the prefered voice type\n"));
>> + printf(" (male1, male2, male3,
>> female1, female2\n"
>> + "\t\t\t\tfemale3, child_male, child_female)\n");
>>
>> and also this:
>> + printf(_("Set the punctuation mode (none, some, all) \n"));
>> as
>> + printf(_("Set the punctuation mode ));
>> + print("(none, some, all) \n");
>
> Yes, those need to be split.
>
>> I'm curious how do you want to split this:
>> + printf(_("Set SSML mode on (default: off)\n"));
>> like
>> + printf(_("Set )); printf("SSML "); printf(_("mode")); printf("on
>> ("); printf(_("default: )); printf("off)\n");
>
> You don't need to split this, because the user doesn't have to use 'on'
> or 'off' when they type the command. I'm just concerned about the ones
> where the help message actually contains arguments that the user needs
> to use when they use the option.
>
> Does that make sense?
>
> William
>
>
--
Sent from my mobile device
Believe is not enough, you must know
- [PATCH 2/2] mark say.c messages for translation, William Hubbs, 2010/12/04
- [PATCH 2/2] mark say.c messages for translation, Andrei Kholodnyi, 2010/12/05
- [PATCH 2/2] mark say.c messages for translation, William Hubbs, 2010/12/05
- [PATCH 2/2] mark say.c messages for translation,
Andrei Kholodnyi <=
- [PATCH 2/2] mark say.c messages for translation, Tomas Cerha, 2010/12/06
- [PATCH 2/2] mark say.c messages for translation, William Hubbs, 2010/12/06
- [PATCH 2/2] mark say.c messages for translation, Andrei . Kholodnyi, 2010/12/07
- [PATCH 2/2] mark say.c messages for translation, William Hubbs, 2010/12/07