Conversation:
Notices
-
@kurt@somsants.net how did you make somsants.net Catalan-only? Someone was asking how to force a single language on IRC, the other day....
-
$config['site']['timezone'] = 'Europe/Madrid'; $config['site']['language'] = 'ca'; $config['site']['languages'] = array('ca' => array('q' => 1, 'lang' => 'ca', 'name' => 'Catala', 'direction' => 'ltr'));
-
@tuttle, do you suppose I could convince you guys to do the `Catalan only' thing differently so that "?uselang=..." works again? ☺
-
sure @rozzin what's the idea? @origola
-
It looks like you can actually disable #language #autonegotiation in !StatusNet just by setting $config['site']['langdetect'] = false; cf. lib/util.php:common_language()