mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Fix export function.
This commit is contained in:
parent
3fdb06377d
commit
04f1c8e625
@ -26,7 +26,7 @@ export function initConfig(configService: AppConfigService) {
|
||||
return () => configService.load();
|
||||
}
|
||||
|
||||
function getCurrentLanguage(translateService: TranslateService) {
|
||||
export function getCurrentLanguage(translateService: TranslateService) {
|
||||
return translateService.currentLang;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user