Re: Question about targets for langv2

2006-07-29 Thread Magnus Holmgren

Daniel Stenberg wrote:

Is it possible to prepend several target names to one string, like 
follows:
 ipodcolor,ipodnano,ipodvideo,ipod3g,ipod4g,ipodmini,ipodmini2g: some 
string for all ipods


Yes, that's possible and supported already. Exactly like the above example.


Any particular reason for it not being used yet? I mean apart from 
no-one has taken the time to do it. :)


By the way, would ipod*: work for the above? That'd be nice...

I tried doing it for a few strings in the Swedish translation, and noted 
that you have to put the default string first, then any target specific 
ones. Not a problem, but good to know if you want to try it out. :)


  Magnus




Re: Question about targets for langv2

2006-07-29 Thread Daniel Stenberg

On Sat, 29 Jul 2006, Magnus Holmgren wrote:

 ipodcolor,ipodnano,ipodvideo,ipod3g,ipod4g,ipodmini,ipodmini2g: some 
string for all ipods


Yes, that's possible and supported already. Exactly like the above example.


Any particular reason for it not being used yet? I mean apart from no-one 
has taken the time to do it. :)


I think it's just another thing no one has yet done.


By the way, would ipod*: work for the above? That'd be nice...


Yes it does!

I tried doing it for a few strings in the Swedish translation, and noted 
that you have to put the default string first, then any target specific 
ones. Not a problem, but good to know if you want to try it out. :)


Ah, right. The LangFiles wiki page certainly needs some updates...

--
 Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/


Question about targets for langv2

2006-07-24 Thread Matthias Mohr
Hi,

I know that it's possible to prepend the target's name to have specific strings 
for it
e.g.
  h300: some H300 specific string
  *: this it what all other targets see

Is it possible to prepend several target names to one string, like follows:
  ipodcolor,ipodnano,ipodvideo,ipod3g,ipod4g,ipodmini,ipodmini2g: some string 
for all ipods

Or do I really have to create one line for each target?

with regards,
Matthias Mohr (aka Massa)



Re: Question about targets for langv2

2006-07-24 Thread Daniel Stenberg

On Mon, 24 Jul 2006, Matthias Mohr wrote:


Is it possible to prepend several target names to one string, like follows:
 ipodcolor,ipodnano,ipodvideo,ipod3g,ipod4g,ipodmini,ipodmini2g: some string for 
all ipods


Yes, that's possible and supported already. Exactly like the above example.


Or do I really have to create one line for each target?


Nope.

--
 Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/


Re: Question about targets for langv2

2006-07-24 Thread Matthias Mohr
Thanks a lot for the fast answer!

I knew it must be there :-)

with regards,
Matthias Mohr (aka Massa)