Failure to set locale et_EE.UTF-8
Brought to you by:
jberanek
When browser sends language preference as 'et' following error message is generated: [Warning: Server failed to set locale to 'et_ET.UTF-8'].
Correct locale should be et_EE.UTF-8.
Solution: add 'et' => 'et_EE' to the $lang_map_unix = array variable in language.inc
This works OK on my system. I set the language to 'et' and got an Estonian language locale. It sounds to me that you haven't got et_ET.UTF-8 installed on your system. I think the solution in your case is to install the locale or else to use $override_locale = "et_EE.UTF-8".
That said, I freely admit that I'm not an expert on Estonian locales.
Campbell
I'd say et_EE looks right for Linux servers at least:
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "DO NOT USE - Bugs"
You're right! I was testing something else.
Fix added in Rev 2749
Campbell