Hi,

El 22/12/13 13:39, [email protected] escribió:
Hello,

There is an user request to have the langage settings accessible in the menu
(in https://groups.google.com/forum/#!topic/winpython/WgWOJbqyW_I )

Would it be easy to have ?

I think it's not that hard. You could a add a drop-down menu with our current languages in

Preferences > General

(just copy/paste the one called "Qt windiws style")

then create a dict between the provided options in that menu and our supported languages, and finally use our CONF system to save that option and load it in line 190 of baseconfig.py (as you mentioned in your WinPython post).

What is the procedure to create another langage settings beside the default EN FR ES ?

You need to load "spyderlib.pot" (located in spyderlib/locale) in a translation program (for example I use http://www.poedit.net ) and then start to translate all strings it presents you in your language of choice. The translated files (with po and mo extensions) must be saved in the same dir structure used by the "es" and "fr" translations.

Cheers,
Carlos




--
You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to