mirror of
https://github.com/goharbor/harbor
synced 2025-04-16 19:54:00 +00: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: {
|
loader: {
|
||||||
provide: TranslateLoader,
|
provide: TranslateLoader,
|
||||||
useFactory: (GeneralTranslatorLoader),
|
useFactory: (GeneralTranslatorLoader),
|
||||||
deps: [Http, SERVICE_CONFIG]
|
deps: [HttpClient, SERVICE_CONFIG]
|
||||||
},
|
},
|
||||||
missingTranslationHandler: {
|
missingTranslationHandler: {
|
||||||
provide: MissingTranslationHandler,
|
provide: MissingTranslationHandler,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user