mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 04:05:40 +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: {
|
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