From: Рукин В. <dar...@si...> - 2010-10-29 03:47:06
|
Ok. I see it before. Now I uncomment in "locale.php": print "Locales = "; print_r($languages); print " <br>"; and echo $locale; ------------------------------------------ Under main page now I can see next text: Locales = Array ( [0] => ru_ru [1] => ru;q=0.8 [2] => en_us;q=0.5 [3] => en;q=0.3 ) ru_ruLocales = Array ( [0] => ru_ru [1] => ru;q=0.8 [2] => en_us;q=0.5 [3] => en;q=0.3 ) ru_ruLocales = Array ( [0] => ru_ru [1] => ru;q=0.8 [2] => en_us;q=0.5 [3] => en;q=0.3 ) ru_ru Locales = Array ( [0] => ru_ru [1] => ru;q=0.8 [2] => en_us;q=0.5 [3] => en;q=0.3 ) ru_ru ------------------------------------------ As I understand echo $locale present ru_ru locale. It correct for me, but translation since off, all messages on English. That I can let try more? Bob. From: Dan Austin [mailto:Dan...@Ph...] Sent: Thursday, October 28, 2010 11:07 PM To: Рукин Владимир Subject: RE: [Web-meetme-users] Russian translation The locale should be detected from the browser. As long as you have locale/ru_RU under your web-meetme document root. It is possible that your browser is not using ru_RU as the language/locale so it is being mis-detected. You can uncomment the print lines and then use your browser to load locale.php and see what is being reported. Dan From: Рукин Владимир [mailto:dar...@si...] Sent: Thursday, October 28, 2010 1:50 AM To: web...@li... Subject: [Web-meetme-users] Russian translation Hello, Dan. I cannot make that Russian language work. All messages all time in English. Can you explain me what I need to do? Simple replace $locale in locale.php not helped. With greetings, Bob Herby. |