feat: Add Bengali Language Support. This fixes #17717 (#20567)

This commit is contained in:
Akash Kinkar Pandey
2025-07-08 13:15:11 +00:00
committed by GitHub
parent 52f2c18800
commit 27dce7374b
8 changed files with 2848 additions and 8 deletions
@@ -26,6 +26,7 @@ export class LocaleValidator implements ValidatorConstraintInterface {
"sr",
"sv",
"vi",
"bn",
];
if (localeValues.includes(locale)) return true;