mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-13 10:48:11 +01:00
Fixes #2079:
- i18n now falls back to `en` from `en-US` if message translation isn't found - View now falls back to `en` from `en-US` if file not found - Default `sourceLanguage` and `language` are now `en`
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
?>
|
||||
<?php if (method_exists($this, 'beginPage')) $this->beginPage(); ?>
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
|
||||
Reference in New Issue
Block a user