Ciao Alec,
Did you update the locale
setting in the i18n
section of config.inc.php
to the new two-letter style of code?
Yes, now we have:
locale = it Instead locale = it_IT
What do you have for the installed_locales
and supported_locales
columns in the site
table?
installed_locales = [“de”,“el”,“en”,“es”,“fa”,“fr_CA”,“it”,“ja”,“nl”,“pt_BR”,“pt_PT”,“ro”,“ca”,“cs”,“da”,“eu”,“hr”,“no_NO”,“ru”,“sv”,“tr”,“vi”,“zh_CN”,“zh_Hant”]
supported_locales = [“de”,“el”,“en”,“es”,“fa”,“fr_CA”,“it”,“ja”,“nl”,“pt_BR”,“pt_PT”,“ro”,“ca”,“cs”,“da”,“eu”,“hr”,“no_NO”,“ru”,“sv”,“tr”,“vi”,“zh_CN”,“zh_Hant”]
What do you see in the primary_locale
column of the journals
table?
primary_locale = it
in my server with linux i have this envronment:
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=
I get from the query:
85 |
1 |
|
|
supportedFormLocales |
[it] |
86 |
1 |
|
|
supportedLocales |
[it] |
87 |
1 |
|
|
supportedSubmissionLocales |
[it] |
188 |
2 |
|
|
supportedFormLocales |
[it,en] |
189 |
2 |
|
|
supportedLocales |
[it,en] |
190 |
2 |
|
|
supportedSubmissionLocales |
[it,en] |
316 |
3 |
|
|
supportedFormLocales |
[it] |
317 |
3 |
|
|
supportedLocales |
[it] |
318 |
3 |
|
|
supportedSubmissionLocales |
[it] |
454 |
4 |
|
|
supportedFormLocales |
[it] |
455 |
4 |
|
|
supportedLocales |
[it] |
456 |
4 |
|
|
supportedSubmissionLocales |
[it] |
535 |
5 |
|
|
supportedFormLocales |
[it] |
536 |
5 |
|
|
supportedLocales |
[en,it] |
537 |
5 |
|
|
supportedSubmissionLocales |
[it] |
673 |
6 |
|
|
supportedFormLocales |
[it] |
674 |
6 |
|
|
supportedLocales |
[it,en] |
675 |
6 |
|
|
supportedSubmissionLocales |
[it] |
I have done the flushing of data cache…but the problem persists, If you need more information let me know.
Ciao Angelo