From 3fe74c616fc885570e9b6446a6199f78a4c5220e Mon Sep 17 00:00:00 2001 From: Simon Gaudreau Date: Thu, 13 Dec 2018 14:39:45 -0500 Subject: [PATCH] Change default config to add locale script --- config/translation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/translation.php b/config/translation.php index 056761a..4be08c5 100644 --- a/config/translation.php +++ b/config/translation.php @@ -14,7 +14,7 @@ */ 'available_locales' => [ - 'en' => ['name' => 'English', 'native' => 'English', 'system' => ['en_CA.UTF-8']], + 'en' => ['name' => 'English', 'native' => 'English', 'script' => 'Latn', 'system' => ['en_CA.UTF-8']], ], ];