giorgifafa / editra

Automatically exported from code.google.com/p/editra
0 stars 0 forks source link

Doesn't set UI language to russian #786

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install the program.
2. Just run it.
3. —

What is the expected output? What do you see instead?
UI should be in Russina, but it is in English. 

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
Editra 0.7.12 at openSUSE 12.2 x64.

What method of install was your version installed with (Binary/Source)?
Fedora's binary.

If from source: What version of python and wxPython are you using?
python 2.7.3 & python-wxWidgets 2.8.12.1.

Please provide any additional information below.
%locale
LANG=ru_RU.UTF-8
LC_CTYPE="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"
LC_TIME="ru_RU.UTF-8"
LC_COLLATE="ru_RU.UTF-8"
LC_MONETARY="ru_RU.UTF-8"
LC_MESSAGES="ru_RU.UTF-8"
LC_PAPER="ru_RU.UTF-8"
LC_NAME="ru_RU.UTF-8"
LC_ADDRESS="ru_RU.UTF-8"
LC_TELEPHONE="ru_RU.UTF-8"
LC_MEASUREMENT="ru_RU.UTF-8"
LC_IDENTIFICATION="ru_RU.UTF-8"
LC_ALL=

Original issue reported on code.google.com by dap.dark...@gmail.com on 6 Jan 2013 at 12:34

GoogleCodeExporter commented 9 years ago
Currently the application requires manually setting the language the first time.

Edit -> Preferences -> Locale Setting

Will look into re-enabling the language autodetection, was disabled in the past 
due to issues on some platforms providing invalid information.

Original comment by CodyPrec...@gmail.com on 7 Jan 2013 at 2:12