@@ -26,6 +26,7 @@ export class LocaleValidator implements ValidatorConstraintInterface {
|
||||
"sr",
|
||||
"sv",
|
||||
"vi",
|
||||
"bn",
|
||||
];
|
||||
|
||||
if (localeValues.includes(locale)) return true;
|
||||
|
||||
Reference in New Issue
Block a user