Rename Locales and Templates folders to be more consistent
This commit is contained in:
parent
180efb962c
commit
90e0616299
|
|
@ -2,7 +2,7 @@ filter:
|
|||
excluded_paths:
|
||||
- 'vendor/*'
|
||||
- 'tests/*'
|
||||
- 'app/Templates/*'
|
||||
- 'app/Template/*'
|
||||
paths: { }
|
||||
tools:
|
||||
php_sim:
|
||||
|
|
@ -12,7 +12,7 @@ tools:
|
|||
excluded_paths:
|
||||
- 'vendor/*'
|
||||
- 'tests/*'
|
||||
- 'app/Templates/*'
|
||||
- 'app/Template/*'
|
||||
paths: { }
|
||||
php_pdepend:
|
||||
enabled: true
|
||||
|
|
@ -24,7 +24,7 @@ tools:
|
|||
excluded_paths:
|
||||
- 'vendor/*'
|
||||
- 'tests/*'
|
||||
- 'app/Templates/*'
|
||||
- 'app/Template/*'
|
||||
paths: { }
|
||||
php_analyzer:
|
||||
enabled: true
|
||||
|
|
@ -35,7 +35,7 @@ tools:
|
|||
excluded_paths:
|
||||
- 'vendor/*'
|
||||
- 'tests/*'
|
||||
- 'app/Templates/*'
|
||||
- 'app/Template/*'
|
||||
paths: { }
|
||||
path_configs: { }
|
||||
php_changetracking:
|
||||
|
|
@ -49,5 +49,5 @@ tools:
|
|||
excluded_paths:
|
||||
- 'vendor/*'
|
||||
- 'tests/*'
|
||||
- 'app/Templates/*'
|
||||
- 'app/Template/*'
|
||||
paths: { }
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Reference in New Issue