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.
lang
1 parent 5956f83 commit 9534464Copy full SHA for 9534464
1 file changed
resources/views/layout.blade.php
@@ -1,6 +1,6 @@
1
<!DOCTYPE html>
2
<html
3
- lang="{{ Statamic::cpLocale() }}"
+ lang="{{ str_replace('_', '-', Statamic::cpLocale()) }}"
4
dir="{{ Statamic::cpDirection() }}"
5
>
6
<head>
0 commit comments