Skip to content

Commit

Permalink
Merge pull request #22080 from abpframework/auto-merge/rel-9-1/3455
Browse files Browse the repository at this point in the history
Merge branch dev with rel-9.1
  • Loading branch information
maliming authored Feb 4, 2025
2 parents 1c1ee6b + 1d54640 commit 04c85e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function registerLocaleForEsBuild(
const l = localeMap[locale] || locale;
const localeSupportList = "ar|cs|en|en-GB|es|de|fi|fr|hi|hu|is|it|pt|tr|ru|ro|sk|sl|zh-Hans|zh-Hant".split("|");

if (localeSupportList.indexOf(locale) == -1) {
if (localeSupportList.indexOf(l) == -1) {
return;
}
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit 04c85e8

Please sign in to comment.