From 90e06162999c8ec7fa9bcfa391800f7907419d9b Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 24 Oct 2014 22:51:30 -0400 Subject: Rename Locales and Templates folders to be more consistent --- app/Core/Template.php | 2 +- app/Core/Translator.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app/Core') diff --git a/app/Core/Template.php b/app/Core/Template.php index f21e8a6d..da61f579 100644 --- a/app/Core/Template.php +++ b/app/Core/Template.php @@ -17,7 +17,7 @@ class Template * * @var string */ - const PATH = 'app/Templates/'; + const PATH = 'app/Template/'; /** * Load a template diff --git a/app/Core/Translator.php b/app/Core/Translator.php index 43e934a9..1954ee2f 100644 --- a/app/Core/Translator.php +++ b/app/Core/Translator.php @@ -11,14 +11,14 @@ namespace Core; class Translator { /** - * Locales path + * Locale path * * @var string */ - const PATH = 'app/Locales/'; + const PATH = 'app/Locale/'; /** - * Locales + * Locale * * @static * @access private -- cgit v1.2.3