diff --git a/app/config/locale/codes.php b/app/config/locale/codes.php index 84738367b..c11f42b57 100644 --- a/app/config/locale/codes.php +++ b/app/config/locale/codes.php @@ -13,6 +13,7 @@ return [ 'fo', // Faroese 'fr', // French 'gr', // Greek + 'gu', // Gujrati 'he', // Hebrew 'hi', // Hindi 'hu', // Hungarian @@ -26,6 +27,7 @@ return [ 'ko', // Korean 'lt', // Lithuanian 'ml', // Malayalam + 'mr', // Marathi 'ms', // Malay 'nl', // Dutch 'no', // Norwegian @@ -46,4 +48,4 @@ return [ 'vi', // Vietnamese 'zh-cn', // Chinese - China 'zh-tw', // Chinese - Taiwan -]; \ No newline at end of file +];