Skip to content

Commit

Permalink
Change default config to add locale script
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandhi11 committed Dec 14, 2018
1 parent 9846584 commit a123e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/translation.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']],
],

];

0 comments on commit a123e92

Please sign in to comment.