mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Merge pull request #1858 from wknet123/dev-revised
Fix export function.
This commit is contained in:
commit
0a851b2b4a
@ -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