Skip to content

Commit de46647

Browse files
committed
update local dependency and template layout call for local
1 parent 2500030 commit de46647

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"license": "MIT",
1010
"require": {
1111
"php": "^7.2.5",
12+
"ext-intl": "*",
1213
"creativeorange/gravatar": "^1.0",
1314
"doctrine/dbal": "^2.10",
1415
"fideloper/proxy": "^4.2",

resources/views/layouts/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{ config('app.locale') }}">
2+
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">

0 commit comments

Comments
 (0)