]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/config.php
poche / pocket / bolsillo / Tasche & more
[github/wallabag/wallabag.git] / inc / config.php
index 4b46366d3004bd82e4ede66c20c3ad65f9ae623e..6e3f80b81dcae149732845a5a9161f72362a3a61 100644 (file)
@@ -20,6 +20,13 @@ define ('CONVERT_LINKS_FOOTNOTES', TRUE);
 define ('REVERT_FORCED_PARAGRAPH_ELEMENTS',FALSE);
 define ('DOWNLOAD_PICTURES', TRUE);
 define ('SALT', '464v54gLLw928uz4zUBqkRJeiPY68zCX');
+define ('LANG', 'fr_FR.UTF8');
+
+putenv("LC_ALL=".LANG);
+setlocale(LC_ALL, LANG);
+bindtextdomain(LANG, "./locale"); 
+textdomain(LANG); 
+
 $storage_type = 'sqlite'; # sqlite or file
 
 include 'functions.php';