Commit 8e9eb2a77ba93f53a9ea6c27a71b8205808ec6ff
1 parent
3570e6cd
Importers CRUD
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
backend/views/layouts/main.php
@@ -9,7 +9,7 @@ use yii\helpers\Html; | @@ -9,7 +9,7 @@ use yii\helpers\Html; | ||
9 | MyAsset::register($this); | 9 | MyAsset::register($this); |
10 | ?> | 10 | ?> |
11 | <?php $this->beginPage() ?> | 11 | <?php $this->beginPage() ?> |
12 | -<!DOCTYPE html><html lang="ru-RU" ng-app="BackendApp" > | 12 | +<!DOCTYPE html><html lang="<?= Yii::$app->language ?>" ng-app="BackendApp" > |
13 | <head> | 13 | <head> |
14 | <meta charset="<?= Yii::$app->charset ?>"> | 14 | <meta charset="<?= Yii::$app->charset ?>"> |
15 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 15 | <meta name="viewport" content="width=device-width, initial-scale=1"> |