Rename Locales and Templates folders to be more consistent
This commit is contained in:
@@ -2,7 +2,7 @@ filter:
|
|||||||
excluded_paths:
|
excluded_paths:
|
||||||
- 'vendor/*'
|
- 'vendor/*'
|
||||||
- 'tests/*'
|
- 'tests/*'
|
||||||
- 'app/Templates/*'
|
- 'app/Template/*'
|
||||||
paths: { }
|
paths: { }
|
||||||
tools:
|
tools:
|
||||||
php_sim:
|
php_sim:
|
||||||
@@ -12,7 +12,7 @@ tools:
|
|||||||
excluded_paths:
|
excluded_paths:
|
||||||
- 'vendor/*'
|
- 'vendor/*'
|
||||||
- 'tests/*'
|
- 'tests/*'
|
||||||
- 'app/Templates/*'
|
- 'app/Template/*'
|
||||||
paths: { }
|
paths: { }
|
||||||
php_pdepend:
|
php_pdepend:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -24,7 +24,7 @@ tools:
|
|||||||
excluded_paths:
|
excluded_paths:
|
||||||
- 'vendor/*'
|
- 'vendor/*'
|
||||||
- 'tests/*'
|
- 'tests/*'
|
||||||
- 'app/Templates/*'
|
- 'app/Template/*'
|
||||||
paths: { }
|
paths: { }
|
||||||
php_analyzer:
|
php_analyzer:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -35,7 +35,7 @@ tools:
|
|||||||
excluded_paths:
|
excluded_paths:
|
||||||
- 'vendor/*'
|
- 'vendor/*'
|
||||||
- 'tests/*'
|
- 'tests/*'
|
||||||
- 'app/Templates/*'
|
- 'app/Template/*'
|
||||||
paths: { }
|
paths: { }
|
||||||
path_configs: { }
|
path_configs: { }
|
||||||
php_changetracking:
|
php_changetracking:
|
||||||
@@ -49,5 +49,5 @@ tools:
|
|||||||
excluded_paths:
|
excluded_paths:
|
||||||
- 'vendor/*'
|
- 'vendor/*'
|
||||||
- 'tests/*'
|
- 'tests/*'
|
||||||
- 'app/Templates/*'
|
- 'app/Template/*'
|
||||||
paths: { }
|
paths: { }
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ class Template
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const PATH = 'app/Templates/';
|
const PATH = 'app/Template/';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Load a template
|
* Load a template
|
||||||
|
|||||||
@@ -11,14 +11,14 @@ namespace Core;
|
|||||||
class Translator
|
class Translator
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Locales path
|
* Locale path
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const PATH = 'app/Locales/';
|
const PATH = 'app/Locale/';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Locales
|
* Locale
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @access private
|
* @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