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 c84b426 commit b98e2eeCopy full SHA for b98e2ee
src/tailwindcss-stubs/resources/views/layouts/app.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 name="viewport" content="width=device-width, initial-scale=1">
0 commit comments