Set language

Ricsca

New member
Joined
Nov 3, 2021
Messages
3
Although the server is configured in Italian, it is impossible to install the Italian language of the Invision community forum.
what can I do?
Their support tell me it's a server problem and therefore a D.A. problem.
Thank you

[root@mld2 ~]# locale
LANG=it_IT.UTF-8
LC_CTYPE="it_IT.UTF-8"
LC_NUMERIC="it_IT.UTF-8"
LC_TIME="it_IT.UTF-8"
LC_COLLATE="it_IT.UTF-8"
LC_MONETARY="it_IT.UTF-8"
LC_MESSAGES="it_IT.UTF-8"
LC_PAPER="it_IT.UTF-8"
LC_NAME="it_IT.UTF-8"
LC_ADDRESS="it_IT.UTF-8"
LC_TELEPHONE="it_IT.UTF-8"
LC_MEASUREMENT="it_IT.UTF-8"
LC_IDENTIFICATION="it_IT.UTF-8"
LC_ALL=
[root@mld2 ~]# localectl status
System Locale: LANG=it_IT.UTF-8
VC Keymap: it2
X11 Layout: it,us
X11 Variant: ,
 

Attachments

  • BB4C6C27-01E4-44AE-973C-B70D4760D85B.jpeg
    BB4C6C27-01E4-44AE-973C-B70D4760D85B.jpeg
    561.4 KB · Views: 20
  • 7F474563-574E-4606-BF0C-A60A1E2634EB.jpeg
    7F474563-574E-4606-BF0C-A60A1E2634EB.jpeg
    859.9 KB · Views: 17
Yeah, seems to me it's an Invision problem. I run both IPB (older 4.x version) and Xenforo and if I use the selection box to choose a language, I get all languages, even African and Chinese and whatever. And also Italian.
Even if I choose "create new -> upload" on the selection box I can even choose various arabic languages, Italian, African, a whole list.

Is that "translations" option something new of IPB or is it an addon to import translations? Because I always had to use the pencil image and then select language and create new.

I had no issue installing a Dutch language, while the locale was en_US.UTF-8 so there must be something else wrong imho. I don't have anything in Dutch in my locale.

Seems your selection box only contains English, so that is odd. Seems like something in your installation is messed up. That is an IPB problem, not a DA problem. Or it's an OS problem.

Use this command in SSH to see which locales are supported.
localectl list-locales

However, since your locale and localectl both state the Italian language, you should be fine.

You don't have the default admin theme and it seems you have some basket selected instead of the pencil which is the normal place to start creating and/or uploading new languages. Or has this changed in the newest version? It might even be a bug i IPB or an addon which is doing things wrong.

What you could still try, instead of it_IT fill in it_IT.UTF-8 which is the correct locale. Maybe then it will go through.

However, it's certainly not a DA issue. Because the locale is part of the operating system. And for example Centos 7 is supporting most locales.
Did you show the IPB support guys the screenshot of your locale and localectl output? Because that shows Italian is supported.
 
Invision community keeps saying that the problem is with the server ...
how can I do?
 
I don't know what that is.

Login as root via SSH and issue this command:
localectl list-locales
 
Back
Top