Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHoaro committed Nov 25, 2023
1 parent f82b73f commit 93f48a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ function get_locale(int $category = LC_CTYPE)
&& class_exists('Locale')
&& method_exists('Locale', 'canonicalize')
) {
$locale = Locale::canonicalize($locale);
$locale = 'en_US.utf8'; // failback
var_dump($locale);
}

Expand Down

0 comments on commit 93f48a6

Please sign in to comment.