Added the language example configuration.

This commit is contained in:
Loic d'Anterroches 2008-08-06 20:26:30 +02:00
parent bac1586334
commit 7070e8a13a

View File

@ -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