Feature/add snake-case hint to localized routes (#3783)
* Add snake-case hint to localized routes
This commit is contained in:
@@ -22,5 +22,5 @@ export class GfMembershipCardComponent {
|
||||
@Input() public expiresAt: string;
|
||||
@Input() public name: string;
|
||||
|
||||
public routerLinkPricing = ['/' + $localize`pricing`];
|
||||
public routerLinkPricing = ['/' + $localize`:snake-case:pricing`];
|
||||
}
|
||||
|
Reference in New Issue
Block a user