mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01:00
fix i18n does not show correctly
Signed-off-by: Meina Zhou <meinaz@vmware.com>
This commit is contained in:
parent
4abf4e09ea
commit
6c8bd45f0b
@ -54,7 +54,7 @@ export function GeneralTranslatorLoader(http: HttpClient, config: IServiceConfig
|
||||
loader: {
|
||||
provide: TranslateLoader,
|
||||
useFactory: (GeneralTranslatorLoader),
|
||||
deps: [Http, SERVICE_CONFIG]
|
||||
deps: [HttpClient, SERVICE_CONFIG]
|
||||
},
|
||||
missingTranslationHandler: {
|
||||
provide: MissingTranslationHandler,
|
||||
|
Loading…
Reference in New Issue
Block a user