Feature #48050
mgr/dashboard: Add translations in app-routing.module.ts
Status:
New
Priority:
Normal
Assignee:
-
Category:
i18n
Target version:
-
% Done:
0%
Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:
Description
Now that we are using $localize to handle translations it is possible to use it in app-routing.module.ts.
I would suggest translation the breadcrumbs in multiple parts to reuse the existing translations.
data: { breadcrumbs: 'Cluster/Services' },
would be
data: { breadcrumbs: $localize`Cluster` + `/` + $localize´Services´ },
History
#1 Updated by Ernesto Puerta over 2 years ago
- Project changed from mgr to Dashboard
- Category changed from 147 to i18n