Feature/add snake-case hint to localized routes (#3783)

* Add snake-case hint to localized routes
This commit is contained in:
Thomas Kaul
2024-09-19 20:54:00 +02:00
committed by GitHub
parent cb472c0884
commit f0df8a5254
28 changed files with 81 additions and 69 deletions

View File

@@ -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`];
}