Merge pull request #23636 from Nexxado/patch-2

Updated angular-translate with missing function getAvailableLanguageKeys
This commit is contained in:
Benjamin Lichtman 2018-03-02 09:26:57 -08:00 committed by GitHub
commit 335625b32b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ declare module 'angular' {
isReady(): boolean;
onReady(): angular.IPromise<void>;
resolveClientLocale(): string;
getAvailableLanguageKeys(): string[];
}
interface ITranslateProvider extends angular.IServiceProvider {