зеркало из https://github.com/microsoft/TACO.git
1more
This commit is contained in:
Родитель
45a68094ef
Коммит
a7ed325ea9
|
@ -45,7 +45,7 @@ module TacoUtility {
|
|||
|
||||
public static bestLanguageMatchOrDefault(language: string, resourcesDir: string): string {
|
||||
if (!language) {
|
||||
return this.defaultLanguage;
|
||||
return this.DefaultLanguage;
|
||||
}
|
||||
|
||||
var supportedLanguages: string[] = [];
|
||||
|
@ -68,7 +68,7 @@ module TacoUtility {
|
|||
return primaryLang;
|
||||
}
|
||||
|
||||
return this.defaultLanguage;
|
||||
return this.DefaultLanguage;
|
||||
}
|
||||
|
||||
public static loadLanguage(language: string, resourcesDir: string): any {
|
||||
|
|
Загрузка…
Ссылка в новой задаче