Hi,
in 1.11, we could override the admin variables $lang with admin/custom/lang/fr_FR/admin.inc.php.
And now, how can we do? I've tried a lot of mix without success and not seen anything like that in the code.
[Solved] Override the admin variables
Forum rules
Only administrators can post or move items here.
Only administrators can post or move items here.
[Solved] Override the admin variables
Last edited by jissey on Sat Sep 20, 2014 9:16 pm, edited 2 times in total.
Re: Typos and Language Improvements in 2.0, please post here
Hi everybody
Jissey, which string do you want to override?
I found another problem: in Site admin / Global settings / Smarty settings / the "?" next to "Enable smarty caching" make references to GCB which are not existing anymore. This may need update maybe?
Jissey, which string do you want to override?
I found another problem: in Site admin / Global settings / Smarty settings / the "?" next to "Enable smarty caching" make references to GCB which are not existing anymore. This may need update maybe?
Re: Typos and Language Improvements in 2.0, please post here
@airelibre : any string which is in the Lang folder in the admin
Re: Typos and Language Improvements in 2.0, please post here
Found: use /admin/custom/lang/fr_FR.php filename, and not fr_FR/admin.inc.php
Source: class.CmsLangOperations.php line 114
But the documentation needs to be updated because in 1.11 it's admin.inc.php
Source: class.CmsLangOperations.php line 114
But the documentation needs to be updated because in 1.11 it's admin.inc.php
Re: Override the admin variables with admin/custom/lang fail
Hi,
yes it works...thanks AirLibre
yes it works...thanks AirLibre
