From 7070e8a13a7bbfd73b4ca541e02a9264f827e917 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Wed, 6 Aug 2008 20:26:30 +0200 Subject: [PATCH] Added the language example configuration. --- src/IDF/conf/idf.php-dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/IDF/conf/idf.php-dist b/src/IDF/conf/idf.php-dist index 5b0c947..11a1a29 100644 --- a/src/IDF/conf/idf.php-dist +++ b/src/IDF/conf/idf.php-dist @@ -26,6 +26,9 @@ $cfg = array(); // to start with, it can be practical. $cfg['debug'] = false; +// available languages +$cfg['languages'] = array('en', 'fr'); + // if you have a single git repository, just put the full path to it // without trailing slash. // If within a folder you have a series of git repository, just put