Fixes #1234: use dash instead of underscore to separate language and country in locale id.
This commit is contained in:
parent
d94413ad1b
commit
3b0ffb51ca
@ -13,7 +13,7 @@ AppAsset::register($this);
|
||||
?>
|
||||
<?php $this->beginPage(); ?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="<?= Yii::$app->language ?>">
|
||||
<head>
|
||||
<meta charset="<?= Yii::$app->charset ?>"/>
|
||||
<title><?= Html::encode($this->title) ?></title>
|
||||
|
Loading…
Reference in New Issue
Block a user