[E-devel] Internationalization

2012-03-29 Thread Guilherme Silveira
Hi all, I have some text in edc file, but i need internationalization in the theme.. Any tip how can i do that? Regards, -- Guilherme Silveira E-mail: xgu...@gmail.com -- This SF email is sponsosred by: Try Windows Azur

Re: [E-devel] Internationalization

2012-03-29 Thread michael bouchaud
You can't translate strings in the edc file for now. But you can call some edje_object_part_text_set with gettext stuff in c. 2012/3/29 Guilherme Silveira > Hi all, > > I have some text in edc file, but i need internationalization in the > theme.. > Any tip how can i do that? > > Regards, > > --

Re: [E-devel] Internationalization

2012-03-29 Thread Guilherme Silveira
This not sound like good for me... I will have a lot of work.. Thanks.. ;/ 2012/3/29 michael bouchaud > You can't translate strings in the edc file for now. But you can call some > edje_object_part_text_set with gettext stuff in c. > > 2012/3/29 Guilherme Silveira > > > Hi all, > > > > I have s

Re: [E-devel] Internationalization

2012-03-29 Thread Cedric BAIL
On Thu, Mar 29, 2012 at 9:32 PM, Guilherme Silveira wrote: > This not sound like good for me... > I will have a lot of work.. There is the beginning of the infra in Edje. You just need time to add all the rest of the code. Current estimation is about 1 month of work to make it up to the right lev

Re: [E-devel] Internationalization

2012-03-29 Thread The Rasterman
On Thu, 29 Mar 2012 13:33:33 -0300 Guilherme Silveira said: > Hi all, > > I have some text in edc file, but i need internationalization in the theme.. > Any tip how can i do that? > > Regards, why do you need it "in theme" ? you have an application using the theme and it already has an interna

Re: [E-devel] Internationalization

2012-04-02 Thread Guilherme Silveira
I use theme because i created a lot of different layouts to each window that i need.. so some static texts i put in the theme.. 2012/3/29 Carsten Haitzler > On Thu, 29 Mar 2012 13:33:33 -0300 Guilherme Silveira > said: > > > Hi all, > > > > I have some text in edc file, but i need international

Re: [E-devel] Internationalization

2012-04-03 Thread The Rasterman
On Mon, 2 Apr 2012 10:10:27 -0300 Guilherme Silveira said: > I use theme because i created a lot of different layouts to each window > that i need.. > so some static texts i put in the theme.. and why can the app not set the text, as it already has to handle other internationalized text anyway,