Added the language example configuration.
This commit is contained in:
parent
bac1586334
commit
7070e8a13a
@ -26,6 +26,9 @@ $cfg = array();
|
|||||||
// to start with, it can be practical.
|
// to start with, it can be practical.
|
||||||
$cfg['debug'] = false;
|
$cfg['debug'] = false;
|
||||||
|
|
||||||
|
// available languages
|
||||||
|
$cfg['languages'] = array('en', 'fr');
|
||||||
|
|
||||||
// if you have a single git repository, just put the full path to it
|
// if you have a single git repository, just put the full path to it
|
||||||
// without trailing slash.
|
// without trailing slash.
|
||||||
// If within a folder you have a series of git repository, just put
|
// If within a folder you have a series of git repository, just put
|
||||||
|
Loading…
Reference in New Issue
Block a user