RED-3800: add marker
This commit is contained in:
parent
cc90d9a561
commit
4c87375ee5
3
src/lib/translations/ngx-translate-extract-marker.ts
Normal file
3
src/lib/translations/ngx-translate-extract-marker.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export function marker<T extends string | string[]>(key: T): T {
|
||||
return key;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user