Mailing List Archive

Ticket #9096: [PATCH i18n]GERMANtranslation
----------------ursprüngliche Nachricht-----------------
Von: "Kenni Lund" kenni at kelu.dk
An: "Discussion about MythTV translation" mythtv-translators at mythtv.org
Datum: Fri, 15 Oct 2010 11:41:07 +0200
-------------------------------------------------


> 2010/10/15 Florian Bittner mythtv at daschatten.de:
>>> I will try to create a patch for the "soccor" and "fasion" entries in
the
>>> source!
>>
>> Grep doesn't find them :-) Did you remove them completely, even the
source?
>
> $ find . -type f -name *.cpp -exec grep -i "fasion" {} + 2>>/dev/null
> ./mythtv/libs/libmythtv/mpeg/dishdescriptors.cpp:
> categoryDesc[0x32] = "Fasion";
>
> Best regards
> Kenni

Ahem, ok, i see, grep can find this... IF i use "-i fasion" or "Fasion"

Thanks,
Flo
Ticket #9096: [PATCH i18n]GERMANtranslation [ In reply to ]
Hi!

>
> > 2010/10/15 Florian Bittner mythtv at daschatten.de:
> >>> I will try to create a patch for the "soccor" and "fasion" entries
> in the
> >>> source!
> >>
> >> Grep doesn't find them :-) Did you remove them completely, even the
> source?
> >
> > $ find . -type f -name *.cpp -exec grep -i "fasion" {} + 2>>/dev/null
> > ./mythtv/libs/libmythtv/mpeg/dishdescriptors.cpp:
> > categoryDesc[0x32] = "Fasion";
> >
> > Best regards
> > Kenni
>
> Ahem, ok, i see, grep can find this... IF i use "-i fasion" or "Fasion"

Hmm, weird... I'm pretty sure i replied to this message but I can't see my
message so I guess I forgot to change my outbound email address (I have
more than one but only one is registered on the mailing list).

(I was in a hurry this morning since I had to take a bus 2 1/2 earlier
than I usually do... I replied to all three of your messages but it looks
like I used the wrong outbound email address or something similar for the
last one...)

-i renders the case insensitive which is the best thing to do if you are
not sure of the case of the texte you are looking for...

Have a nice day!

Nick