Rename Locales and Templates folders to be more consistent

This commit is contained in:
Frédéric Guillot
2014-10-24 22:51:30 -04:00
parent 180efb962c
commit 90e0616299
132 changed files with 16 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ class Template
*
* @var string
*/
const PATH = 'app/Templates/';
const PATH = 'app/Template/';
/**
* Load a template

View File

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

Some files were not shown because too many files have changed in this diff Show More