Skip to content

Commit

Permalink
appo locale set-up
Browse files Browse the repository at this point in the history
  • Loading branch information
corean authored Jun 19, 2023
1 parent f430a36 commit 8450910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/index.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" class="h-full">
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="h-full">
<head>
<meta charset="UTF-8">
<meta name="viewport"
Expand Down

0 comments on commit 8450910

Please sign in to comment.