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.
1 parent 2be504e commit d56eea9Copy full SHA for d56eea9
app/Translation/LocaleManager.php
@@ -21,6 +21,7 @@ class LocaleManager
21
protected array $localeMap = [
22
'ar' => 'ar',
23
'bg' => 'bg_BG',
24
+ 'bn' => 'bn_BD',
25
'bs' => 'bs_BA',
26
'ca' => 'ca',
27
'cs' => 'cs_CZ',
@@ -41,6 +42,7 @@ class LocaleManager
41
42
'hr' => 'hr_HR',
43
'hu' => 'hu_HU',
44
'id' => 'id_ID',
45
+ 'is' => 'is_IS',
46
'it' => 'it_IT',
47
'ja' => 'ja',
48
'ka' => 'ka_GE',
0 commit comments