Sad but true, but I hope, that locale & localedef will help us!
I have tried to install new locale:
[code=php]
htpc:~/locale # localedef -i ru_RU -f UTF-8 /storage/locale/ru_RU --no-archive
htpc:~/locale # ls
ru_RU
htpc:~/locale # ls ru_RU
LC_ADDRESS LC_IDENTIFICATION LC_MONETARY LC_PAPER
LC_COLLATE LC_MEASUREMENT LC_NAME LC_TELEPHONE
LC_CTYPE LC_MESSAGES LC_NUMERIC LC_TIME
htpc:~/locale # ls ru_RU -l
total 1568
-rw-r--r-- 1 root root 151 Apr 13 22:07 LC_ADDRESS
-rw-r--r-- 1 root root 1243770 Apr 13 22:07 LC_COLLATE
-rw-r--r-- 1 root root 317872 Apr 13 22:07 LC_CTYPE
-rw-r--r-- 1 root root 341 Apr 13 22:07 LC_IDENTIFICATION
-rw-r--r-- 1 root root 23 Apr 13 22:07 LC_MEASUREMENT
drwxr-xr-x 2 root root 4096 Apr 13 22:07 LC_MESSAGES
-rw-r--r-- 1 root root 294 Apr 13 22:07 LC_MONETARY
-rw-r--r-- 1 root root 62 Apr 13 22:07 LC_NAME
-rw-r--r-- 1 root root 54 Apr 13 22:07 LC_NUMERIC
-rw-r--r-- 1 root root 34 Apr 13 22:07 LC_PAPER
-rw-r--r-- 1 root root 52 Apr 13 22:07 LC_TELEPHONE
-rw-r--r-- 1 root root 2498 Apr 13 22:07 LC_TIME
htpc:~/locale #
[/php]
It seems to me, I have been generated new locale ru_RU, and now its needed to install this locale to the system.
Am I right?
Any ideas?