Zen Cart Logo
Forums / Upgrading to 1.5.x / Admin Configuration Menu items change with language selected

Admin Configuration Menu items change with language selected

Views: 1,185

Results 1 to 6 of 6
25 Jun 2015, 5:05 AM
#1
david_r_1 avatar

david_r_1

New Zenner

Join Date:
Oct 2011
Posts:
42
Plugin Contributions:
0

Admin Configuration Menu items change with language selected

Upgraded from 1.39
The original database has same languages, with Japanese as the default.
The site is working properly, but in Admin I only get the full list of Configuration menu options if I select Japanese. The other languages show only the items I have entered in as "extra_definitions" items.
Doesn't kill me, because I can switch to Japanese to select the options, but it would be good to know what I should fix to make this normal (in case it is affecting something else).
Thank you in advance for any suggestions!

25 Jun 2015, 7:20 AM
#3
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Admin Configuration Menu items change with language selected

It looks to me as you forgot to update the English language files to the current version you are using.

25 Jun 2015, 7:23 AM
#4
lruskauff avatar

lruskauff

Totally Zenned

Join Date:
Sep 2008
Location:
WA
Posts:
559
Plugin Contributions:
0

Re: Admin Configuration Menu items change with language selected

Design75:

It looks to me as you forgot to update the English language files to the current version you are using.
That was my first response, missing language files but why does this other thread say only 1 supported? Thank you.

25 Jun 2015, 7:37 AM
#5
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Admin Configuration Menu items change with language selected

lruskauff:

That was my first response, missing language files but why does this other thread say only 1 supported? Thank you.

The menu titles are multilingual, and stored in the language files like english.php. Constants like BOX_CONFIGURATION_MY_STORE.
But the actual configuration titles, descriptions and values are single language. Those are stored in the database

25 Jun 2015, 7:39 AM
#6
lruskauff avatar

lruskauff

Totally Zenned

Join Date:
Sep 2008
Location:
WA
Posts:
559
Plugin Contributions:
0

Re: Admin Configuration Menu items change with language selected

Thank you for taking the time.