Project

General

Profile

Feature #48050

mgr/dashboard: Add translations in app-routing.module.ts

Added by Tiago Melo over 3 years ago. Updated almost 3 years ago.

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 almost 3 years ago

  • Project changed from mgr to Dashboard
  • Category changed from 147 to i18n

Also available in: Atom PDF