From: Dan Brown Date: Mon, 23 Dec 2024 11:27:58 +0000 (+0000) Subject: Locales: Updated locale list with new languages X-Git-Tag: v24.12~1^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/d56eea9279d37444265563d2794bba475719deb9 Locales: Updated locale list with new languages --- diff --git a/app/Translation/LocaleManager.php b/app/Translation/LocaleManager.php index ca71df649..0e2e7372f 100644 --- a/app/Translation/LocaleManager.php +++ b/app/Translation/LocaleManager.php @@ -21,6 +21,7 @@ class LocaleManager protected array $localeMap = [ 'ar' => 'ar', 'bg' => 'bg_BG', + 'bn' => 'bn_BD', 'bs' => 'bs_BA', 'ca' => 'ca', 'cs' => 'cs_CZ', @@ -41,6 +42,7 @@ class LocaleManager 'hr' => 'hr_HR', 'hu' => 'hu_HU', 'id' => 'id_ID', + 'is' => 'is_IS', 'it' => 'it_IT', 'ja' => 'ja', 'ka' => 'ka_GE',