- 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:
Alexander Makarov
2014-01-23 04:51:17 +04:00
parent 3bf072a78f
commit 8bdc437bc2
10 changed files with 152 additions and 27 deletions

View File

@@ -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"/>