Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I18N bug google chrome
#2
vinid3 Wrote:discovered a i18n bug on google chrome, tried on mac + pc, standard out of the box installations.

procedure: using i18n on www.jema.be try changing languages and moving between pages in the upper menu.
after 2 switches, eventhough you set the language to FR, as soon as you're navigating, it jumps back to EN.

Something weird happens.
http://www.jema.be/?setlang=xx returns a menu with no text instead of the default language.
What did you set as default language in the I18N pages view in the administration? english?

Please add the following code to your HTML header to allow debugging:
Code:
<!--
<?php
global $language;
echo "DEFAULT ".return_i18n_default_language()."\n";
echo "SELECTED ".@$_SESSION['language']."\n";
$acceptable = return_i18n_languages();
echo "ACCEPTABLE ".print_r($acceptable,true)."\n";
echo "PAGE ".$language."\n";
?>
-->
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
I18N bug google chrome - by vinid3 - 2011-09-14, 23:30:48
I18N bug google chrome - by mvlcek - 2011-09-15, 01:52:14
I18N bug google chrome - by vinid3 - 2011-09-15, 06:01:20
I18N bug google chrome - by mvlcek - 2011-09-15, 06:56:30
I18N bug google chrome - by vinid3 - 2011-09-15, 07:32:33
I18N bug google chrome - by vinid3 - 2011-09-15, 07:48:26



Users browsing this thread: 1 Guest(s)