Feature: update language file for en, ja

CR: sonhh (fake)
This commit is contained in:
2021-08-25 17:35:28 +07:00
parent 0b50249cdf
commit 6c4190372e
3 changed files with 228 additions and 228 deletions

View File

@@ -1,8 +1,8 @@
<?php
// comment out the following two lines when deployed to production
defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');
//defined('YII_DEBUG') or define('YII_DEBUG', true);
//defined('YII_ENV') or define('YII_ENV', 'dev');
require __DIR__ . '/../vendor/autoload.php';
require __DIR__ . '/../vendor/yiisoft/yii2/Yii.php';