Rename Locales and Templates folders to be more consistent
This commit is contained in:
@@ -17,7 +17,7 @@ class Template
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const PATH = 'app/Templates/';
|
||||
const PATH = 'app/Template/';
|
||||
|
||||
/**
|
||||
* Load a template
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user