We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c0faa commit 47d057fCopy full SHA for 47d057f
src/tailwindcss-stubs/resources/views/welcome.blade.php
@@ -1,5 +1,5 @@
1
<!DOCTYPE html>
2
-<html lang="{{ app()->getLocale() }}">
+<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
3
<head>
4
<meta charset="utf-8">
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
0 commit comments