From 79e051a1f216704752e05f5174633abf20dde582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 20 Jan 2015 14:11:26 +0100 Subject: restructure folders --- app/config/config.inc.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/config') diff --git a/app/config/config.inc.default.php b/app/config/config.inc.default.php index 09095235..f77ef566 100755 --- a/app/config/config.inc.default.php +++ b/app/config/config.inc.default.php @@ -67,7 +67,7 @@ @define ('DEFAULT_THEME', 'baggy'); @define ('THEME', ROOT . '/themes'); -@define ('LOCALE', ROOT . '/src/Wallabag/Wallabag/Resources/translations/locale'); +@define ('LOCALE', ROOT . '/src/Wallabag/Wallabag/Resources/translations'); @define ('CACHE', ROOT . '/app/cache'); @define ('PAGINATION', '12'); -- cgit v1.2.3