2014-05-27, 01:52:16
Please try editing that lang file and change that line by:
(I appended ita,italian)
I had to to this for Spanish, but it was a different issue, I think.
If it doesn't work, try changing, in that same line, .utf8 by .UTF8, and if still doesn't, .UTF-8 by .utf-8
(if it's too much hassle I can prepare the line for you to paste)
Servers can have different locale setups, I thought I had covered the most usual ones, but...
Code:
"LOCALE" => "it_IT.utf8,it.utf8,it_IT.UTF-8,it.UTF-8,it_IT,it,ita,italian",
I had to to this for Spanish, but it was a different issue, I think.
If it doesn't work, try changing, in that same line, .utf8 by .UTF8, and if still doesn't, .UTF-8 by .utf-8
(if it's too much hassle I can prepare the line for you to paste)
Servers can have different locale setups, I thought I had covered the most usual ones, but...