Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi, after uploaded the folder and translation in extension folder, how to activate it?
Thanks.. i have searched but not found the guide.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Offline
Sorry, in the guide is mentionated the file settings/settings.ini.pgp and I don't see this file in settings folder only php file.
file change (at what line?)
'extensions' => array ( 0 => 'customstatus' ),
extension is to edit with the name of the folder like "overridetranslation" customstatus string is to edit and 0 is to edit in 1 for to be actived?
Thanks
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Here is example of extension
https://github.com/LiveHelperChat/liveh … ranslation
It should got to lhc folder like
extension/overridetranslation/translations/lt_LT/translation.ts
And in settings just
'extensions' =>
array (
0 => 'overridetranslation',
),
After updating translation you will have to clear cache all the time. Does not matter if cache is disabled in settings.ini.php
Offline
And in settings just
'extensions' =>
array (
0 => 'overridetranslation',
),
Thanks. In settings.ini.php I have to add the line you told? Where add at the end of the file? Thanks
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
By default you will find just empty extensions array so just add this one element.
Offline
[== Undefined ==]
'date_format' => 'd-m-Y',
'date_hour_format' => 'H:i:s',
'date_date_hour_format' => 'd-m-Y H:i:s',
'default_site_access' => 'eng',
'extensions' =>
array (
0 => 'overridetranslation',
),
'available_site_access' =>
Is correct? Value before overridetranslation must be 0 for be active? I don't see any change in the translation.
So I have uploaded the folder under extension so I have extension/overridetranslation/it_IT/translation file
I have edited the settings.ini.php as I have pasted here up, I have cleared cache but I don't see my edited translation applied.
I'm wrong in something?
Last edited by PeopleInside (2014-08-16 15:11:50)
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Your settings looks ok. Most likely you are translating wrong section. Just use github search...
Offline
Pages: 1