update folder location
This commit is contained in:
55
src/User/resources/i18n/config.php
Normal file
55
src/User/resources/i18n/config.php
Normal file
@ -0,0 +1,55 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the 2amigos/yii2-usuario project.
|
||||
*
|
||||
* (c) 2amigOS! <http://2amigos.us/>
|
||||
*
|
||||
* For the full copyright and license information, please view
|
||||
* the LICENSE file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
return [
|
||||
'sourcePath' => __DIR__ . '/../../../User',
|
||||
'messagePath' => __DIR__,
|
||||
'languages' => [
|
||||
'ca',
|
||||
'da',
|
||||
'de',
|
||||
'de-DU',
|
||||
'es',
|
||||
'fa-IR',
|
||||
'fi',
|
||||
'fr',
|
||||
'hr',
|
||||
'hu',
|
||||
'it',
|
||||
'kk',
|
||||
'lt',
|
||||
'nl',
|
||||
'pl',
|
||||
'pt-BR',
|
||||
'pt-PT',
|
||||
'ro',
|
||||
'ru',
|
||||
'th',
|
||||
'tr_TR',
|
||||
'uk',
|
||||
'vi',
|
||||
'zh-CN',
|
||||
],
|
||||
'translator' => 'Yii::t',
|
||||
'sort' => false,
|
||||
'overwrite' => true,
|
||||
'removeUnused' => false,
|
||||
'only' => ['*.php'],
|
||||
'except' => [
|
||||
'.svn',
|
||||
'.git',
|
||||
'.gitignore',
|
||||
'.gitkeep',
|
||||
'.hgignore',
|
||||
'.hgkeep',
|
||||
],
|
||||
'format' => 'php',
|
||||
];
|
||||
Reference in New Issue
Block a user