Get rid of forced "All" extensions language

This commit is contained in:
schroda
2025-04-21 00:59:30 +02:00
parent 05082c24f4
commit 214fa7710d
4 changed files with 13 additions and 23 deletions

View File

@@ -55,7 +55,7 @@ function defaultNativeLang(): readonly string[] {
}
export function extensionDefaultLangs(): string[] {
return [...defaultNativeLang(), DefaultLanguage.ALL];
return [...defaultNativeLang()];
}
export function sourceDefualtLangs(): string[] {